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