<!-- Debut script



function sendToURL(url) {
	if (url!="x") {
		window.open(url)
	}
}
//  Fin script -->