function FP_goToURL(url) {//v1.0
 window.location=url;
}
function swapImg() {
	var today=new Date();
	var hms=""+today.getHours()+today.getMinutes()+today.getSeconds()+today.getMilliseconds();
	document.getElementById('IMGVAR').src = "imgvar.asp?d="+hms;
}