
var text = 'Following are the terms and conditions for sponsoring this space.';
text += '<br/> <ol><li>The charges are $250 per month, payable in advance by a check payable to GNFA.</li>';
text += '<li>All sponsorships are subject to review and approval by the web committee.</li>';
text += '<li>Any sponsorship that conflicts with the mission, vision, and goals of the GNFA is not likely to be approved.</li>';
text += '<li>Sponsorship will be for one month only and may be renewed.</li>';
text += '<li>Sponsorship will be for the space size shown on the website.</li>';
text += '<li>All committee decisions on the sponsorship are final, unless revoked by the GNFA Board.</li></ol>';
//text += '<br/><br/><font size=-2>Window will close automatically after 30 seconds</font>';
//var newtext = '<p class="pageTopAddressText" style="color: white">';
//newtext += 'Website Sponsor of the Month';
//newtext += '<br>Sonny Ahuja, CPA, owner of PSA CPA providing tax, accounting and related services.</br>';
//newtext += '<br>Have you done your taxes yet?</br>';
//newtext += 'Contact Sonny at (301) 879-0600 or <a href="mailto:sonny@psacpa.com">sonny@psacpa.com</a>';
//newtext += '<br>Web:  <a href="http://www.psacpa.com" target="_blank"><li>www.psacpa.com</li></a></br></p>'; 

function windowProp(text) {
newWindow = window.open('','newWin','width=500,height=280');
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 30000);	// delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close();				// close small window and depart
}  
document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" >');
document.write('<tr><td class="vertspacer10"/></tr>');
document.write('<tr valign="top">');
document.write('<td class="vertspacer280" bgcolor="#C8385A">');
document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%">');
//document.write('<tr>');
//document.write('<td class="rightNavHeader">Sponsors Info</td></tr>');
//document.write(newtext);
document.write('<tr><td class="rightNavHeader">Website Sponsor of the Month</td></tr>');
document.write('<tr><td class="pageTopAddressText"><br/>SADANA FAMILY</td></tr>');
document.write('<tr><td class="pageTopAddressText"><br/>Wholesaler and retailer of Indian groceries and owner of other businesses.<br/>Contact<br/>(301) 526 4959 or <br/><a href="mailto:TERIDAT@AOL.COM">TERIDAT@AOL.COM</a></td></tr>');
document.write('<tr><td>&nbsp;</td></tr><tr><td class="rightNavHeader">If you would like to sponsor for this space, please <a href="#" onclick="windowProp(text);">click here</a>.</td></tr></table>');
document.write('</td>');
document.write('</tr>');
//document.write('<tr><td class="vertspacer20"/><tr>');
//document.write('<tr><td class="vertspacer280 pageTopAddressText" bgcolor="#C8385A">The George Mason University, Sikh Student Association is hosting the movie premier of Bhai Taru Singh<br/><br/>On  March 7, 2010 <br/> 2:00 pm & 4:00 pm');
//document.write('<br/><br/>For more information <br/>Email to <a href="mailto:gmu.sikhs@gmail.com">gmu.sikhs@gmail.com</a> or call<br/> 703-624-8668<br/>703-401-8123<br/>571-242-4890</td><tr>');
document.write('</table>');

   