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