function moveit(){
this.location = 'index.html';
}

function timed(){
setTimeout("this.location = 'index.html'",10000);
}
