/**
 * enjoy
 * http://www.iashido.com
 */

    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;

    }