function Bar(){

	window.status = "Mehmet OZKASIM";
	goster = setTimeout('Bar()',1);

}