var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function flashextracontent_24_DoFSCommand(command, args) {
	var VisaOtono2009Obj = isInternetExplorer ? document.all.flashextracontent_24 : document.flashextracontent_24;
  window.open(command,"promotion",args);
}

// Hook for 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 flashextracontent_24_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call flashextracontent_24_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
