function runflash(){
	mynum = Math.random();
if ( personalflashplugin ) {
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
	document.write(' ID="myflash" WIDTH="575" HEIGHT="200">');
	document.write(' <PARAM NAME=movie VALUE="flash/mickeyminny.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <PARAM name="menu" value="false">  '); 
	document.write(' <EMBED src="flash/mickeyminny.swf" quality=high bgcolor=#FFFFFF menu=false');
	document.write(' swLiveConnect=FALSE WIDTH="575" HEIGHT="200"');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else {
	document.write('<IMG SRC="flash/img/top-mickeyminny.jpg" WIDTH="575" HEIGHT="200" BORDER="0" usemap="#Map">');
}
}
var personalflashplugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( personalflashplugin ) {
	personalflashplugin = parseInt(personalflashplugin.description.match(/\d+\.\d+/)) >= 6;
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
    document.write('on error resume next \n');
    document.write('personalflashplugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
    document.write('</SCRIPT\> \n');
}
