	var thedate = new Date( );
	var theyear = thedate.getYear( );
	var themonth = thedate.getMonth() + 1;
	var theday = 1;
	if (themonth == 11){
		themonth = 0
		}
	var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")	
	var thebydate = montharray[themonth] + ' ' + theday + ', ' + theyear;
	document.write('<td width="195" align="left"><li>Attention PTAs and PTOs:&nbsp;&nbsp;<br>Go Paperless with <a href="http://www.paperlesspta.com" target="_blank">The Paperless PTA</a>.</li><br><br><li>1 FREE month of <a href="webhost.htm">basic or advanced web hosting</a> if you sign up online before ' + thebydate + '.<br><br></td>');
//*	document.write('<td width="195" align="left"><li>Attention PTAs and PTOs:&nbsp;&nbsp;<br>Go Paperless with <a href="http://www.paperlesspta.com" target="_blank">The Paperless PTA</a>.</li><br><br><li>1 FREE month of <a href="webhost.htm">basic or advanced web hosting</a> if you sign up online before ' + thebydate + '.<br><br><li>We are a supporter&nbsp;<a href="http://www.mlynch.org" target="_blank">The Michael Lynch Memorial Foundation</a><br></li></td>');    
