// JavaScript Document
var adstr='<div style="margin:10px auto; text-align:center; "><a href="javascript:gotop(\'/china-flights/\')" rel="nofollow"><img src="/images/media/flght-big-twinkling.gif" alt="" width="152" height="201" border="0" /></a></div>';
document.write(adstr);
function gotop(url){
	parent.location.href="/cgi-bin/goto.asp?u1="+ parent.location.href +"&u="+ encodeURIComponent(url) +"&f=0";
}