// JavaScript Document

//var today = new Date();
//var mydate = new Date();

//mydate.setFullYear(2009,5,5);
//if (mydate>today)
//{
//}

//mydate.setFullYear(2009,5,14);
//if (mydate>today)
//{
//}

//mydate.setFullYear(2009,7,28);
//if (mydate>today && (today.getMonth())>=(mydate.getMonth()-3)) //has to be atleast 3 months before
//{
//}

//today = new Date();
//BigDay = new Date("June 20, 2010");
//msPerDay = 24*60*60*1000;
//timeLeft = (BigDay.getTime() - today.getTime());
//e_daysLeft = timeLeft/msPerDay;
//daysLeft = Math.floor(e_daysLeft);

document.write("<p>Summer Camp is HERE!!!!</p>");
document.write("<p><a href='http://www.montgomerycenter.org/Summer_Camp/summerschedule.htm'>Summer Camp Dates</a></p>");
document.write("<p><a href='http://www.montgomerycenter.org/fliers/2010SummerCampBrochure.pdf'>View Summer Brochure</a></p>");
document.write("<p><a href='https://thriva.activenetwork.com/Reg4/Form.aspx?IDTD=435&RF=708&mode=0'>Summer Camp Registration</a><br />");
document.write("<br /><a href='https://thriva.activenetwork.com/MyAccount/Login.aspx?Org=MontgomeryPresbyConference'><img width=90px height=63px src='http://www.montgomerycenter.org/images/additionalpayment.gif' /></a>");
document.write("<br /><a href='https://thriva.activenetwork.com/Reg4/Form.aspx?IDTD=435&RF=708&mode=0'><img src='http://www.montgomerycenter.org/images/newbutton.gif' /></a></p>");
document.write("<a href='http://www.montgomerycenter.org/events.htm'>Click here for our 2010/2011 youth calendar</a>");