var h = document.location.hash;
if ( !h ) {
 var u = document.location.href;
 var	path = u.replace(u.match(/^http:\/\/[^\/]+/i),"");
 if ( path.match(/\/$/) ) path = path.substr(0,path.length-1);
 //path = path.replace("~rucca-jp","");
 document.location.hash = "#"+path;
}

