var isRailohsu = "0";
var search_array = location.search.split("&");
var this_agent = "";
for(var i=0; i<search_array.length; i++){
	var w_agent = search_array[i].split("=");
	if(w_agent[0] == "?agent" || w_agent[0] == "agent"){
		this_agent = w_agent[1].replace("\"","");
	}
}
var this_search_engine = document.referrer.indexOf("google")>-1 || document.referrer.indexOf("yahoo")>-1 || document.referrer.indexOf("bing.com")>-1 ? "yes":"no";
var this_OAF = this_agent.indexOf("OAF-")==0 ? "yes":"no";
document.open( ) ;
if(location.hostname=="railohshu.jp" || location.hostname=="www.railohshu.jp"){
	document.write( '<SCRIPT type="text/javascript" src="railohshu_common.js"></SCRIPT>' ) ;
	document.write( '<SCRIPT type="text/javascript" src="railohshu_ajax.js"></SCRIPT>' ) ;
	isRailohsu = "1";
}else if(location.hostname=="61.195.160.81" || this_agent=="tabistation" || this_agent=="suntravel" || this_agent=="jep" || this_agent=="ETOUR" || this_agent=="OHSHU"){
	document.write( '<SCRIPT type="text/javascript" src="common_new.js"></SCRIPT>' ) ;
	document.write( '<SCRIPT type="text/javascript" src="ajax.js"></SCRIPT>' ) ;
}else{
	document.write( '<SCRIPT type="text/javascript" src="railohshu_common.js"></SCRIPT>' ) ;
	document.write( '<SCRIPT type="text/javascript" src="railohshu_ajax.js"></SCRIPT>' ) ;
	isRailohsu = "1";
}
document.close( ) ;
function OrderBtn(railpass_code_){
	document.open( ) ;
	if(isRailohsu != "1"){
		document.write( '<span style="cursor:hand;"><IMG onClick="next_click(\''+railpass_code_+'\')" src="images/btn_mousikomi2.gif" alt="申込みはこちら" id="order_btn" width="101" height="27" border="0">' );
	}else{
		document.write( '&nbsp;' );
	}
	document.close( ) ;
}
