    var hostname = document.location.host.toLowerCase();
	if( hostname.indexOf("secure.elong") > -1)
	{
	    hostname = hostname.replace("secure.elong","travel.elong");
	    if( hostname.indexOf("language=en") > -1)
	    {
	        hostname = "travel.elong.net";
	    }
	}
    
    
	var card_no = JS_CONST_HEAD.CARD_NO;
	if(card_no == null || card_no == "")
	{
	    card_no = JS_CONST_HEAD.DEFAULT_CARD_NO;
	}

document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"http:\/\/resource.elong.com\/css\/index_0601\/en\/ap.css\">");
document.writeln("<div id=\"top\" style=\"width:1003px;margin:0 auto;\">");
document.writeln("	<div class=\"logo\"><img src=\"http:\/\/resource.elong.com\/images\/index_0601\/en\/logo.gif\" width=\"279\" height=\"75\" border=\"0\" alt=\"\" \/><\/div>");
document.writeln("	<div class=\"banner\">");
document.writeln("<div id=\"nav_ap\">");
document.writeln("	<ul>");
document.writeln("		<li class=\"w3 nav_link\"><a href=\"http:\/\/" + hostname +  "\/hotels\/default.aspx?campaign_id=" + card_no + "\">Domestic Hotels<\/a><\/li>");
document.writeln("	<\/ul>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<\/div>");