function popUp(sponsorUrl) {
sponsorWin=window.open(sponsorUrl,"sponsorWin","toolbar=no,location=no,resizable=yes,width=600,height=350")
//	clearID=sponsorWin.setTimeout("self.close()",30000);
window.onerror=null;
}