var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// 处理 Flash 影片中的所有 FSCommand 消息
function showroom_DoFSCommand(command, args) {
	var showroomObj = isInternetExplorer ? document.all.main : document.main;
	//
	if(command=="setTitle"){
	  //theTitle="海调儿生活馆-"+args+"  :::听到我.发现我 | Hidear 海调儿女鞋"
	  theTitle=args
	}
	if(command=="setAddress"){
	  document.location.hash=args
	}
	//
}
var theTitle="1"
function setTitle(){
	document.title=theTitle
 	id=setTimeout(setTitle,1000)
}

function JS_LoadNews(){
  	window.open("statistics.html?"+document.location.hash.slice(1),"stat")
  	window.document.main.SetVariable("aaabbb",document.location.hash.slice(1))
  	window.document.main.SetVariable("prono",document.location.hash.slice(9))
}
// Internet Explorer 的挂钩
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub showroom_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call showroom_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
