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