var exit = true;
setInterval("x()",25);
function x(){window.status="4N-GALAXY"}


