var brwd = screen.width;
var roff = brwd - 200;
roff = roff / 2;
roff = roff + 100;
var fline = "<div style='float:right; z-index:999; position:absolute; right:";
//fline = fline + roff;
fline = fline + "0px; top:0px;'>";

document.write(fline);
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' id='obj01010'");
document.write("codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0' width='480'");
document.write("height='360' align='middle'>");
document.write("<param name='movie' value='http://www.yakkingheads.com/clients/vitelli/vitelli4.swf'>");
document.write("<param name='quality' value='high'>");
document.write("<param name='wmode' value='transparent' />");
document.write("<param name='allowScriptAccess' value='always' />");
document.write("<param name='loop' value='false' />");
document.write("<embed src='http://www.yakkingheads.com/clients/vitelli/vitelli4.swf' allowScriptAccess='always' quality='high' ");
document.write("wmode='transparent' loop='false' width='480' height='360' name='obj01010' align='middle'");
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'");
document.write("></embed>");
document.write("</object>");
document.write("</div>");
