cssName = "./css/article";
if ( navigator.appName == "Microsoft Internet Explorer" ) {
	cssName += "_ie.css";
} else {
	cssName += ".css";
}
document.write( "<link rel='stylesheet' href='" + cssName + "' type='text/css'>" );
function DisableSelect () {
	return false;
}
function DisableSelectAll ( e ) {
	if ( navigator.systemLanguage ) {
		void( 0 );
	} else if ( String.fromCharCode( e.which ) == "a" | String.fromCharCode( e.which ) == "A" ) {
		return false;
	} else {
		return true;
	}
}
document.onkeypress = DisableSelectAll;
document.onselectstart = DisableSelect;
document.onmousedown = DisableSelect;
window.onload = function () {
	var goaway = "http://kokubu.com/astrology/xxxxxxxx.htm";
	var refuse = "http://ime.nu/";
	if ( document.referrer.substring( 0, refuse.length ) == refuse ) {
		parent.top.location.replace( goaway );
	}
}

