var MM_file = "7.swf";  // path and name of .swf file
var MM_ID = "7";  // name of .swf file without ".swf"
var MM_width = "850";  // width of flash file
var MM_height = "125";  // height of flash file
var MM_initStr = "" // key=value pair of parameters to be passed to flash file

var MM_contentVersion = 6;
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" ');
document.write(' ID="'+MM_ID+'" WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="'+MM_file+'?'+MM_initStr+'"> <PARAM NAME=quality VALUE=high>  <PARAM NAME=FlashVars VALUE="'+MM_initStr+'">');
document.write(' <embed src="'+MM_file+'?'+MM_initStr+'" FlashVars="'+MM_initStr+'"   ');
document.write(' swLiveConnect=FALSE WIDTH="'+MM_width+'" HEIGHT="'+MM_height+'" NAME="'+MM_ID+'" ALIGN=""');

document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </embed>');
document.write(' </object>');
