<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "yes"		// SHOW 3rd NOTES
var notes4		= "yes"		// SHOW 4th NOTES
var notes5		= "yes"		// SHOW 5th NOTES
var notes6		= "yes"		// SHOW 6th NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "75"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES



document.write('<br>');


// 1ST NOTES AREA

   
if (notes1 == "no") {
document.write('<fieldset><legend>');
document.write('Friday Night Lights Live<br></legend>');

document.write('src="<iframe src="http://www.coveritlive.com/index2.php/option=com_altcaster/task=blogreminder/altcast_code=680b7f1531" scrolling="no" height="250px" width="230px" frameBorder="0" style="border: 1px solid #A9AAA1;"></iframe>"></a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}

// SIDEBAR IMAGES //

document.write('<a href="http://txprepsfootballblog.blogspot.com/"><img src="picts/sidebar-1.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a>');

document.write('<p style="font-size:9px;">Latest Post:<br>9/7/10 4:11 PM<br>AP Poll September 7th</font><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<br>');


// 2nd NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('2010 Schedules</legend>');

document.write('<a href="http://www.txprepsfootball.com/Class5ASchedules.htm">Class 5A Schedules</a><br>');

document.write('<a href="http://www.txprepsfootball.com/Class4ASchedules.htm">Class 4A Schedules</a><br>');

document.write('<a href="http://www.txprepsfootball.com/Class3ASchedules.htm">Class 3A Schedules</a><br>');

document.write('<a href="http://www.txprepsfootball.com/Class2ASchedules.htm">Class 2A Schedules</a><br>');

document.write('<a href="http://www.txprepsfootball.com/Class1ASchedules.htm">Class 1A Schedules</a><br>');

document.write('</fieldset>');
document.write('<br>');
}
// 3rd NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write('HS Football on TV<br></legend>');

document.write('Link to 2010 Texas High School football television schedule. <a href="tvschedule.html">TV Schedule...</a><br>');


document.write('</fieldset>');
document.write('<br>');
}


// 4th NOTES AREA

   if (notes4 == "yes") {
document.write('<fieldset><legend>');

document.write('2010 Scoreboard</legend>');

document.write('Scores will be posted here each week for the 2010 Texas high school football season.</a><br>');

document.write('<a href="http://www.txprepsfootball.com/Week0scores.htm">0 Week Scores</a><br><a href="http://www.txprepsfootball.com/Week1scores.htm">Week 1 Scores</a><br>Week 2 Scores<br>Week 3 Scores<br>Week 4 Scores<br>Week 5 Scores<br>Week 6 Scores<br>Week 7 Scores<br>Week 8 Scores<br>Week 9 Scores<br>Week 10 Scores<br>');


document.write('</fieldset>');
document.write('<br>');
}

// 5th NOTES AREA

   if (notes5 == "yes") {
document.write('<fieldset><legend>');

document.write('2009 Scoreboard</legend>');

document.write('Statewide Texas HS football week by week scores for all classifications from 2009. How did your team fare against the upcoming opponent last year? Find out here. <a href="archivedscores.htm"> 2009 Scoreboard</a><br>');


document.write('</fieldset>');
document.write('<br>');
}


// SIDEBAR IMAGES //


document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="gallery.htm"><img src="picts/sidebar-2.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<br>');



// 6th NOTES AREA

   if (notes6 == "yes") {
document.write('<fieldset><legend>');

document.write('TPF Archives<br></legend>');

document.write('Playoff results from 2007 & 2008. All Texas Team 2008. TPF All Time Texas HS Football Team. <a href="Archives.htm">Go to archives...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}





// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->