javastr="";
 javastr=javastr+"<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
javastr=javastr+"  <tr>";
javastr=javastr+"    <td><a href=\"/tool.htm#1\">时差Time Difference</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/tool.htm#2\">天气Weather</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/tool.htm#3\">航班Flights</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/tool.htm#4\">汇率换算Currency Converter</a></td>";
javastr=javastr+"    <td><form id=\"searchbox_005451038584054187307:mjvyh73k1kk\" action=\"http://www.google.com/cse\" style=\"display: inline\">";
javastr=javastr+"      <input type=\"hidden\" name=\"cx\" value=\"005451038584054187307:mjvyh73k1kk\" />";
javastr=javastr+"    <input type=\"hidden\" name=\"cof\" value=\"FORID:0\" />";
javastr=javastr+"    <input name=\"q\" type=\"text\" size=\"20\" />";
javastr=javastr+"	<input type='submit' value='搜索Search'  style='BORDER-WIDTH: 0px; PADDING: 0px; BACKGROUND-IMAGE: url(/Images/btnBg.gif); MARGIN: 0px; WIDTH: 90px; HEIGHT: 24px;color:#000' name=\"sa\" >";
javastr=javastr+"  </form></td>";
javastr=javastr+"  </tr>";
javastr=javastr+"</table>";
javastr=javastr+"<a href=\"/help/learning-center.htm\" class=\"ti\">学习中心Learning Center</a> | <a href=\"/help/vip.htm\"><img src=/images/vip.gif border=0></a> | <a href=\"/help/help.htm\" class=\"ti\">帮助Help</a> | <a href=\"/help/about.htm\" class=\"ti\">关于国际人About InternationalPerson</a> |  <a class=\"ti\" ";
javastr=javastr+"                  href=\"/help/contact.htm\">联系我们Contact Us</a> | <a class=\"ti\" ";
javastr=javastr+"                  href=\"/help/joinus.htm\">加入团队Join our Team</a><br>";
javastr=javastr+"				  服务三千万汉语学习者和三亿英语学习者 For 30 million Chinese learners and 300 million English learners<br />";
 
document.write(javastr);
//document.write("<a href=/Study_Chinese.htm><img src=\"/word/iptop5.gif\" /></a>");
  function   move()     
  {   
  document.getElementById("ad").style.top   =   (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) +380   +   'px';  
   
  document.getElementById("ad").style.left   =    document.body.clientWidth   +   'px';   
  if (screen.width > 1024) {document.getElementById("ad").style.left   =    document.body.clientWidth+ 250   +   'px'; }
  setTimeout("move();",0)   
  }   
  function closediv()
  {
  if (document.getElementById('plane').style.display == "none")
    {
    document.getElementById('plane').style.display = "block";
	document.getElementById('plane2').style.display = "none";
    document.cookie="fanyi=1;path=/;domain=.internationalperson.com;";
    } 
  else
    {
    document.getElementById('plane').style.display = "none";
	 document.getElementById('plane2').style.display = "block";
	 document.cookie="fanyi=0;path=/;domain=.internationalperson.com;";
    }
  }

  function   load()   
  { 
	  var a=document.cookie.match(/(^| )fanyi=(\d+)/);
	if(!a){document.cookie="fanyi=1;path=/;domain=.internationalperson.com;";
		return;}
		n=parseInt(a[2]);
if (n == 1){
  document.write('<div   id="ad"   style="position:   absolute;   top:400px;   width:200px;   height:150px;"><div id=plane style="display:block; background-color:#ffffff;"><div align="right" style="padding-top:3px;padding-right:3px;"><a href="#" onClick="closediv();">关闭Close</a></div><h3><a href="/dict.asp">在线词典Online Dictionary</a></h3><FORM name=form1 action="/dict.asp" method=get target=_blank><DIV align=center><INPUT id=q2 size=15  name=keyword>  <BR><input type="submit" value="开始Go"  style="BORDER-WIDTH: 0px; PADDING: 0px; BACKGROUND-IMAGE: url(/Images/btnBg.gif); MARGIN: 0px; WIDTH: 90px; HEIGHT: 24px;color:#000"></DIV></FORM><h3><a href="/zaixianfanyi.asp">在线翻译Online Translation</a></h3><FORM name=form1 action="/zaixianfanyi.asp" method=get target=_blank><DIV align=center><textarea name="keyword" cols="12" rows="3"  style="width:100px;height:50px" id="q2"></textarea><input name="submit" type=image src="/images/fy.gif"></DIV></FORM></div><div  id=plane2 align="right" style="padding-top:3px;padding-right:3px;padding-top:150px;display:none;"><a href="#" onClick="closediv();">翻译Translate</a></div></div>');   
}
else{
	  document.write('<div   id="ad"   style="position:   absolute;   top:400px;   width:200px;   height:150px;"><div id=plane style="display:none; background-color:#ffffff;"><div align="right" style="padding-top:3px;padding-right:3px;"><a href="#" onClick="closediv();">关闭Close</a></div><h3><a href="/dict.asp">在线词典Online Dictionary</a></h3><FORM name=form1 action="/dict.asp" method=get target=_blank><DIV align=center><INPUT id=q2 size=15  name=keyword>  <BR><input type="submit" value="开始Go"  style="BORDER-WIDTH: 0px; PADDING: 0px; BACKGROUND-IMAGE: url(/Images/btnBg.gif); MARGIN: 0px; WIDTH: 90px; HEIGHT: 24px;color:#000"></DIV></FORM><h3><a href="/zaixianfanyi.asp">在线翻译Online Translation</a></h3><FORM name=form1 action="/zaixianfanyi.asp" method=get target=_blank><DIV align=center><textarea name="keyword" cols="12" rows="3"  style="width:100px;height:50px" id="q2"></textarea><input name="submit" type=image src="/images/fy.gif"></DIV></FORM></div><div  id=plane2 align="right" style="padding-top:3px;padding-right:3px;padding-top:150px;display:block;"><a href="#" onClick="closediv();">翻译Translate</a></div></div>');   
}
move();   
  }   
  load(); 