function calendarbox()
{

	document.write(' <DIV class="rightbox thinbox calendar"> \n');
	document.write(' <H4>Celebration Calendar</H4> \n');

	document.write(' <H5>November 2007</H5> \n');
	document.write(' <DL class=calendar> \n');
	document.write(' <DT>30</DT> \n');
	document.write(' <DD><A href="../content/Calendar.aspx">National logo contest deadline</A></DD></DL> \n');
	document.write(' </DIV> \n');

}


function submitformspecial()
{
    document.forms[0].action = 'https://scoutnet.scouting.org/100years/vim/formserver/output/proxy.aspx?method=ExecuteScript&ScriptCode=Y100Celebration&ValidationErrorRedirectURI=http://ww2.scouting.org/100years/100years/CelebrateError1.aspx&SuccessRedirectURI=http://ww2.scouting.org/100years/100years/CelebrateThankYou.aspx&ErrorRedirectURI=http://ww2.scouting.org/100years/100years/CelebrateError2.aspx';
    document.forms[0].__VIEWSTATE.name = 'NOVIEWSTATE';
}