// JavaScript Document
<!-- 

var vars ="";
var movie ='/flash/logo';
var width ='265';
var height ='142';
var wmode ='transparent';


    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="'+width+'" height="'+height+'"'
    + 'codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="'+movie+'.swf" /><param NAME="wmode" VALUE="'+wmode+'" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="'+vars+'">'
    + '<embed src="'+movie+'.swf" FlashVars="'+vars+'" quality="high" bgcolor="#ffffff" wmode="'+wmode+'"'
    + 'width="'+width+'" height="'+height+'" name="ringSlide29" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="https://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
// -->