swf = {w:75, h:91, bg:'#17518f', border:'none', pad:8, margin:5, url:'images/trillium_logo.swf', img:'images/trillium_logo.png'};
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + swf.w + '" height="' + swf.h + '" align="top" style="background:' + swf.bg + ';float:left;padding-left:' + swf.pad + 'px;padding-right:' + swf.pad + 'px;margin-right:' + swf.margin + 'px;border:' + swf.border + ';">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="movie" value="' + swf.url + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="loop" value="false" />');
document.write('<embed src="' + swf.url + '" quality="high" wmode="transparent" width="' + swf.w + '" height="' + swf.h + '" loop="false" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('<img src="' + swf.img + '" width="' + swf.w + '" height="' + swf.h + '" alt="T" />');
document.write('</object>');
