var imags;
var url;
imags = "/images/adv/discount.jpg";

url = "/terms-tour.htm#earlybird";

function gotop(url)
{
	location.href=url;
}	
//function ShowAd()
//{
var adStr;
adStr='<div class="earlybird"><a href="javascript:gotop(\''+url+'\');" rel="nofollow"><img src="'+imags+'" alt="" border="0" /></a></div>';
document.write(adStr);
//}