function mostrarcleromanciaamor() {
	var cleromanciaamor = (rand(10)+1);
	
	document.cleromanciaamor.action="../random2/cleromanciaamor/"+cleromanciaamor+".html";
	return true;
}

function rand(num) {
	var data = new Date();
	return (Math.floor(Math.random() * data.getTime()) % (num + 1));
}
