
function statusbar(){
window.status="Dont forget to bookmark us";
window.setTimeout("statusbar()",50);
}
statusbar();
// -->
