var style;
if((style == undefined) || (style == null))
{
	style = 0;
}

//Img_No = Math.floor(4*Math.random());
Img_No = Math.floor(6*Math.random());
//Img_No = 3;
if(Img_No <= 2)
{
	document.write('<a href="http://travel.elong.com/ap/ap.asp?campaign_id=' + eLong_Affiliate_MemberID + '&style=' + style + '" target="_blank"><img src="http://icons.elong.com/affiliate/images/1/hotel468_' + Img_No + '.gif" border=0></a>');
}
else if(Img_No <= 5)
{
	document.write('<a href="http://travel.elong.com/ap/ap.asp?campaign_id=' + eLong_Affiliate_MemberID + '&style=' + style + '" target="_blank"><img src="http://icons.elong.com/affiliate/images/1/hotel468_3.gif" border=0></a>');
}
else
{
	document.write('<a href="http://travel.elong.com/ap/ap.asp?campaign_id=' + eLong_Affiliate_MemberID + '" target="_blank">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">');
	document.write('<param name="movie" value="http://icons.elong.com/affiliate/images/1/hotel468_60_f1.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="http://icons.elong.com/affiliate/images/1/hotel468_60_f1.swf" quality="high" MENU=false pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</a>');
}
