<SCRIPT language=javascript>
var win=external.menuArguments;
if (typeof(win)!="undefined") {
if (win.document.body.readyState == "complete") {
if (win.document.URL.indexOf("o.com")>=0 || win.document.URL.indexOf("ll.com")>=0 || win.document.URL.indexOf("hitao.com")>=0) {
var xiuuser = '';
var url = window.location.href.split("?");
  if (url.length==2) xiuuser = url[1];
if (xiuuser=='') {
var url = window.location.href.split("#");
if (url.length==2) xiuuser = url[1];
}
  win.document.charset="gb2312";
  var js=win.document.createElement('script');
  js.type='text/javascript';
  js.src='/ao.js';
  js.setAttribute("charset","gb2312");
  js.id = 'xiufanlibao';
  js.value = xiuuser;
  win.document.getElementsByTagName('html')[0].insertBefore(js, win.document.getElementsByTagName('html')[0].firstChild);
} else {
alert('不支持');
}
    } else window.status='未完成';
} else window.status='请点击';
</SCRIPT>