function somethingrandom(){
var x =Math.floor(Math.random()*18+1);
document.location.href = x + ".htm";

}
