/*
HKTrade Hong Kong Trade Events Eng
<img src="http://pixel-hk.pixelinteractivemedia.com/addv.php?sid=15074945572"width="1" height="1" border="0" />

HKTrade Hong Kong Trade Events Smp Chn
<img src="http://pixel-hk.pixelinteractivemedia.com/addv.php?sid=74608310573"width="1" height="1" border="0"/>

HKTrade Hong Kong Trade Events Trd Chn
<img src="http://pixel-hk.pixelinteractivemedia.com/addv.php?sid=42992374574"width="1" height="1" border="0" />


*/
var footer = ""

var keyword_value = ""
var class_value = ""
var sid_value = ""
var class_value = ""


var Title = "Advertisement"


keyword_value = "110073" 

 

/*
randomstr = new String (Math.random());
randomstr = randomstr.substring(1,8);
*/
				
var url_location = location.href.toUpperCase();
var Url_indexof =  "/chi/".toUpperCase();
/*
  str   =   str.toUpperCase();  
  str   =   str.toLowerCase(); 
*/	
 
 
if (url_location.indexOf(Url_indexof) < 0 ) // check home or content page
{	
		Title = "Advertisement"
		class_value = "J1"  // eng
		sid_value = "15074945572" // all fair use this code
}
else
{		Title = "&#24291;&#21578;" // &#24291;&#21578; equalthe word  "Advertisement chi"
		 
		if (location.href.indexOf("/gb/") < 0) // check sc or tc
		{		class_value = "J2" // tc
				sid_value = "42992374574" // all fair use this code
		}
		else
		{
			 	class_value = "J3"  // sc
				sid_value = "74608310573" // all fair use this code
		}
} 

footer += "<table width='850'  border='0' cellspacing='0' cellpadding='0'>"
/*
footer += "    <tr>"
footer += "       <td height='10' colspan='3'> </td>"
footer += "  	</tr>"
footer += "  	<tr bgcolor='#f5f5f5'>"
footer += "		<td>&nbsp;</td>"
footer += "		<td><font size='1' face='Arial, Helvetica, sans-serif'>" + Title + "</font></td>"
footer += "		<td>&nbsp;</td>"
footer += "  	</tr>"

footer += "  	<tr bgcolor='#f5f5f5'>"
footer += "		<td width='58'>&nbsp;</td>"
footer += "		<td width='728' height='95' valign='top' bgcolor='#f5f5f5'>"
footer += "			<center>"
footer += "				<iframe marginwidth='0' marginheight='0' src='http://www.hktdc.com/get?keyword=" + keyword_value + "&class=" + class_value + "' frameborder='0' height='90' scrolling='no' width='728'></iframe>"
footer += "			</center>"
footer += "		</td>"
footer += "    	<td width='64'>&nbsp;</td>"
footer += "  	</tr>"
*/
footer += "  	<tr>"
footer += "       <td height='10' colspan='3'><img src='http://pixel-hk.pixelinteractivemedia.com/addv.php?sid=" + sid_value + "' width='1' height='1' border='0' />  </td>"
footer += "  	</tr>"
footer += "</table>"




if (keyword_value != "")  
{
 
		document.write(footer)
	 
}
 
		 
			 
 
	 
 