<!--
document.writeln('<table style="background-color:'+TABLE_BACKGROUND_COLOR+'; border:'+TABLE_BORDER+'px solid '+BORDER_COLOR+'; color:'+TEXT_COLOR+'; width:'+TABLE_WIDTH+';" cellpadding="'+CELL_PADDING+'" cellspacing="'+CELL_SPACING+'">')
document.writeln('<tr style="background-color:'+TITLE_BAR_COLOR+'; color:'+TITLE_TEXT_COLOR+'; font-weight:bold;"><td colspan=2><font size='+TITLE_TEXT_SIZE+'>'+ TITLE +'</font></td></tr>')
document.writeln('<tr style="font-weight:bold;"><td colspan=2><font size='+TEXT_SIZE+'>School Calendar</font></td></tr>')
document.writeln('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td><font size='+TEXT_SIZE+'>The 2010-2011 school calendar is now available.  Click <a href="http://www.caston.k12.in.us/docs/calendar1011.pdf">here</a> to download the calendar.<br><p></p></font></td></tr>')
document.writeln('<tr style="background-color:'+TITLE_BAR_COLOR+'; color:'+TITLE_TEXT_COLOR+'; font-weight:bold;"><td colspan=2><font size='+TEXT_SIZE+'><a style="color:'+TITLE_TEXT_COLOR+'; text-decoration:underline;" href=http://www.thezonelive.com/zone/public/schoolHome.asp?CID=769 target=_new1>View All News</a></font></td></tr>')
document.writeln('</table>')

