<!-- Begin

var showimage 		= "no"    
var paragraph_1 	= "yes"		
var paragraph_2 	= "no"		
var paragraph_3 	= "no"		
var paragraph_4 	= "no"		
var showimage_1		= "no"		
var showscroller	= "yes"		
var scrollspacing	= "0"		
var bordercolor		= "000000"	

var showdate		= "no"		
var dateLR		= "left"	
var dateX		= "10"		
var dateY		= "164"		

var showsearch		= "no"		
var searchLR		= "left"	
var searchX		= "" 
var searchY		= 	""	
var searchwidth		= "160"		
var searchtext		= ""	
var weather		= "no"	
var radar		= "no"	




document.write('<img src="img/spacer.gif" height="'+scrollspacing+'" width="10"><br>')


   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Play Ball!')

document.write('<br></span><span class="sidebartext">')

document.write('<p align="justify">Welcome to the Official Home of the Quad Cites Redbirds. The Redbirds teams are currently adding the finishing touches on the successful 2007 campaigns. We would like to take this opportunity to thank everyone that has contributed to the success of our organization and the other competitive baseball organization in the area, without you our boys would not be granted this opportunity.</p> <br>')

document.write('</span>')

}


if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')

}
}


  if (showimage == "yes") {
	  
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG src="img/state-sidebar.jpg" WIDTH=150 HEIGHT=150 border="0" ALT=""></a><br>')
document.write('</td></tr></table>')
document.write('<br>')
}


   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Latest News:')

document.write('<br></span><span class="sidebartext">')

document.write('<br><a href="tryouts-2008.htm" class="sidelink">2008 Tryout Info</a><br>')

document.write('</span><br><br>')

}


   if (paragraph_3 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Recent Updates:')

document.write('<br></span><span class="sidebartext">')

document.write('<br><a href="9u_schedule.htm" class="sidelink">9U Schedule</a><br><a href="10u_schedule.htm" class="sidelink">10U Schedule</a><br><a href="11u_schedule.htm" class="sidelink">11U Schedule</a><br><a href="12u_schedule.htm" class="sidelink">12U Schedule</a><br>')

document.write('</span><br><br>')

}



   if (paragraph_4 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Coming Soon:')

document.write('<br></span><span class="sidebartext">')

document.write('<br>Expanded Galleries<br> Player Pictures<br>')

document.write('</span><br><br>')

}

  if (weather == "yes") {
	  
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" style="border-collapse: collapse"><tr><td background="img/weather-frame.gif" width="148" height="122" alt="">')
document.write('&nbsp;<br><br><a target="_blank" href="http://www.wx.com"><img align="center" src="http://www.wx.com/partnership/sticker.cfm?zip=52806" ALT="weather map" border=0></a>')
document.write('</td></tr></table>')
document.write('<br><br>')
}

  if (radar == "yes") {
	  
document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" style="border-collapse: collapse"><tr><td background="img/weather-frame.gif" width="150" height="122" alt="">')
document.write('&nbsp;<br><br><img src="http://www.wx.com/miniradar_servlet.cfm?zip=52806&size="0" width="150" name="image_radar">')
document.write('</td></tr></table>')
document.write('<br><br>')
}




   if (showimage_1 == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="img/rockwell.gif" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}


   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}



   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->