

function timedMsg(){
	var t=setTimeout("banner52()",120000)
}
function banner52(){
	document.getElementById('banner52-container').style.display = "block";
	//alert('hello');
}
function banner52Close(){
	document.getElementById('banner52-container').style.display = "none";
}



function popupBanner(w,h) {
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	var targetWin = window.open ('http://www.ileadmachine.com/Survey/survey.aspx?iSurveyId=245','mywindow','width='+w+',height='+h+',left='+left+',top='+top+',screenX=0,scrollbars=yes');
}

window.load =  timedMsg();

document.write('<div id="banner52-container"><div id="banner52"><a href="javascript:void(0)" onclick="popupBanner(410,660); banner52Close()"><img src="http://www.promero.com/images/banner_52.jpg" alt="" width="320" height="184"></a><img src="http://www.promero.com/images/close.gif" style="position:absolute; top:-10px; right:-5px; border: none; cursor:pointer;" onClick="banner52Close()" /></div><div id="banner52_bg"></div></div>');

