var m = Math.floor(Math.random()*90) + 1;
var cc=document.title;
document.title=m+cc;