<!--if(window.attachEvent) window.attachEvent('onload',chooseImage);else if(window.addEventListener) window.addEventListener('load',chooseImage,false);var ran_number=Math.round(Math.random()*(theImages.length-1));var chosenImage=theImages[ran_number];function chooseImage() {	if(document.getElementById) {		document.getElementById('header').style.backgroundImage='url(' + chosenImage + ')';	}	else {		document.all['header'].style.backgroundImage='url(' + chosenImage + ')';	}}function openWindow(windowSrc,windowName,windowProperties){	var thisNewWindow = window.open(windowSrc,windowName,windowProperties);	if(thisNewWindow && thisNewWindow.open) {	} 	else {		alert("This website requires pop-up windows to be permitted by your browser.\n\nIf you are not sure how to enable pop-up windows, please check your browser\'s help files or contact us for further information.");		return false	}}function chooseImage2() {	if (document.getElementById) {		document.getElementById('Cartolina').src = chosenImage;	}	else {		document.all['Cartolina'].src = chosenImage;	}}function rimettiFoto(){		if (document.getElementById) {			document.getElementById('header').style.backgroundImage='url(' + theImages[ran_number] + ')';		}		else {			document.all['header'].style.backgroundImage='url(' + theImages[ran_number] + ')';		}	}function cambiaFoto(objArray) {	if(document.getElementById) {		document.getElementById('header').style.backgroundImage='url(' + objArray[0] + ')';	}	else {		document.all['header'].style.backgroundImage='url(' + chosenImage + ')';		}	}function rimettiFoto2(){		if (document.getElementById) {			document.getElementById('Cartolina').src= theImages[ran_number];		}		else {			document.getElementById('Cartolina').src= theImages[ran_number];		}	}function cambiaFoto2(objArray) {	if(document.getElementById) {		document.getElementById('Cartolina').src=objArray[0];	}	else {		document.getElementById('Cartolina').src=chosenImage;		}	}function openUrl(url, tool, menu, loc, scroll, resize, status, left, top, width, height) {	OpenWin = this.open(url, "CtrlWindow", "toolbar=" + tool + ",menubar=" + menu + ",location=" + loc + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=" + status + ",left=" + left + ",top=" + top + ",width=" + width + ",height=" + height);}//-->
