/**
 * enjoy
 * http://www.iashido.com
 */
setInterval ( "gett()", 1000 );	
    function enjoy(sname,stitle,statuss) {
	initialstate = window.location.href;
	window.location.hash = sname;
	alteredstate = window.location.href;
	//document.title = "" + stitle;
	window.status= statuss
	gg = window.location.href;
	return gg;

    }
    
function gett(par) {
    gg2 = window.location.href;
    window.document.Blank_Site.SetVariable("server_reply", gg2);	
}
