function mostrar() {
	var teimancia = (rand(73)+1);
	
	document.teimancia.action="http://www1.uol.com.br/bemzen/random2/teimancia/"+teimancia+".html";
	return true;
}

function rand(num) {
	var data = new Date();
	return (Math.floor(Math.random() * data.getTime()) % (num + 1));
}
