var path = "http://www.digianaware.com/oemon/blogparts/blogparts.swf";
var width = 161;
var height = 271;

var currentScript = (function (e) { if(e.nodeName.toLowerCase() == 'script') return e; return arguments.callee(e.lastChild) })(document);
var flashvars = currentScript.src.split('#')[1];

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="blogparts">');
document.write('<param name="flashvars" value="action='+flashvars+'">');
document.write('<param name="movie" value="'+path+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="'+path+'" flashvars="action='+flashvars+'" quality="high" wmode="transparent" width="'+width+'" height="'+height+'" name="blogparts" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');