// JavaScript Document
function go(input) {
	window.open( input, 'finestra' + (Math.random() * 1000000), '');
}

