<!--
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+'>Daily Announcements</font></td></tr>')
document.writeln('<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td><font size='+TEXT_SIZE+'>The Daily Announcements can now be viewed on the Castillero Website. Just click on the Cobra on the right side of the home page. Students from our Advanced Digital Media will be reporting the announcements daily.<br><br></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=3334 target=_new1>View All News</a></font></td></tr>')
document.writeln('</table>')

