var text="boekeenbungalow.nl";
function statusbarFixed(){
	window.status=text;
	setTimeout("statusbarFixed()",0);
}