var oldid = 0;function moveTinyBlocks() {/*	if(document.body.clientWidth > 724)		document.getElementById("tiny-blocks").style.left = document.body.clientWidth-150;	else		document.getElementById("tiny-blocks").style.left = 576;*/	}function popUp(URL,w,h,wintitle) {day = new Date();id = day.getTime();	if(oldid != 0)	{		eval(oldid + ".close();");	}oldid = "page" + id;eval("page" + id + " = window.open(URL, '" + id + "', 'width=' + w + ',height=' + h + 'menubar=no');");eval(oldid + ".document.write('<html><head><title>" + wintitle + "<\/title><style type=\"text\/css\">body{background:url('+URL+'); background-repeat: no-repeat; background-position:center; background-attachment:fixed;}<\/style><\/head><body><\/body><\/html>');");eval("page" + id + ".document.close();");}