				var prPuShown = false;
				function prOpenPu(e){
					if(prPuShown===true){
						return true;
					}
					var prWindow = window.open("http://prpu.plugrush.com/out/8ig/1469/8a0d66cba14e3e7eef104f1dc069df3e/l84suk/","prPuWindow3721469","toolbar,status,resizable,scrollbars,menubar,location,height=800,width=1020");
					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();
				