var imags = new Array();
var url;

imags[3] = new String();
imags[0] = "http://image.chinatour360.com/ad/discount.jpg";
imags[1] = "http://image.chinatour360.com/ad/early-bird.jpg";
imags[2] = "http://image.chinatour360.com/ad/9discount.jpg";

url = "/packages/terms.htm#earlybird";

function gotop(url)
{
	location.href=url;
}	
function ShowAd(i)
{
	var adStr;
	adStr='<a href="javascript:gotop(\''+url+'\');" rel="nofollow"><img src="'+imags[i]+'" alt="" border="0" /></a>';
	document.write(adStr);
}