function cnnSlideShow_DoFSCommand(command, args)
{
	if (command == "no_xml")
	{
		if (document.all)
		{
			document.all["cnnSlideShow"].parentNode.style.display = "none";
		}
		else
		{
			document.getElementById("cnnSlideShow").parentNode.style.display = "none";
		}
	}
}
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 cnnSlideShow_FSCommand(ByVal command, ByVal args)\n");
	document.write(" call cnnSlideShow_DoFSCommand(command, args)\n");
	document.write("end sub\n");
	document.write("<\/SCRIPT\> \n");
}