<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// 处理 Flash 影片中的所有 FSCommand 消息
function nextnews_DoFSCommand(command, args) {
	var nextnewsObj = isInternetExplorer ? document.all.nextnews : document.nextnews;
	eval("shownews" + 1 + ".style.display=\"none\";");
	eval("shownews" + 2 + ".style.display=\"none\";");
	eval("shownews" + 3 + ".style.display=\"none\";");
	eval("shownews" + command + ".style.display=\"\";");
}
// 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 nextnews_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call nextnews_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
eval("shownews" + 1 + ".style.display=\"\";");
function allownext(e){
  window.document.nextnews.SetVariable("allownext", e);
}
//-->