//Prints a list of upcoming events for the marquee
function print_upcoming() { 	
	document.write("<iframe src=\"http://www.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showTabs=0&amp;showCalendars=0&amp;showCurrentTime=0&amp;mode=AGENDA&amp;height=400&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=u7sc12nkvfipt3c0us04lip6b8%40group.calendar.google.com&amp;color=%230D7813\" style=\" border-width:0 \" width=\"250\" height=\"250\" frameborder=\"0\" scrolling=\"no\"></iframe>");

}

//Prints a list of links for the Spotlight marquee
function print_spotlight() {
	//document.write("<a href=\"/hambycofc/familycentral/yfm/fallscope.html\">Fall Children's Classes Schedule</a><br><br>");
	document.write("<a href=\"/familycentral/calendar/index.html\">Family Calendar</a><br>");
}
