function RunFlashobject()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="299" height="170" title="Private Equity Institute">\n');
   document.write('<param name="movie" value="http://privateequityinstitute.com/home.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="http://privateequityinstitute.com/home.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="299" height="170"></embed>\n');
   document.write('</object>\n');
}

function RunFlashobject2(flash_file, flash_width, flash_height, flash_title)
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ flash_width +'" height="'+ flash_height +'" title="'+ flash_title +'">\n');
   document.write('<param name="movie" value="'+ flash_file +'" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="'+ flash_file +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ flash_width +'"height="'+ flash_height +'"></embed>\n');
   document.write('</object>\n');
}

