				var prPuShown = false;
				function prOpenPu(e){
					if(prPuShown===true){
						return true;
					}
					var prWindow = window.open("http://prpu.plugrush.com/out/8h5/1525/dd70c5a89237bd47c3c7a72657dae4aa/l8j7pa/","prPuWindow4081525","toolbar,status,resizable,scrollbars,menubar,location,height=800,width=1000");
					window.setTimeout(window.focus,500);
					if(prWindow){
						prWindow.blur();
						prPuShown = true;
					}
					return prWindow;
				}
				function prInitPu(){
					if(document.attachEvent){
						document.attachEvent("onclick",prOpenPu);
					}else if(document.addEventListener){
						document.addEventListener("click",prOpenPu,false);
					}
				}
				prInitPu();
				