function gone(){
location.href="http://www.chris.com.pl";

}

function fokus(){


timerID = setTimeout("gone()",1000);


}
