
	function overlay() {
		el = document.getElementById("overlay");
		el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible";
	}


window.onresize = resize;

function resize ()
{
    window.location.href = window.location.href;
}

function theWelzzSubscribeClick(){
	window.open('thewelzzsubscribe.php','Subscribe','width=300,height=430,left=200,top=100,screenX=100,screenY=100,scrollbars=yes');
}
