(function(){
function niftyVoteGetUniqueId() {
    var id = "nifty_vote_id_" + Math.floor(Math.random()*10000);
    if(document.getElementById(id) == null ) {
        return id;
    } else {
        return niftyVoteGetUniqueId();
    }
}document.write(
'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="150" height="232" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="'+ niftyVoteGetUniqueId()+'">' +
'<param name="movie" value="http://swf.vote.nifty.com/shared/vote_sidebar.swf">' +
'<param name="play" value="true">' +
'<param name="loop" value="true">' +
'<param name="quality" value="high">' +
'<param name="wmode" value="transparent">' +
'<param name="FlashVars" value="uid=3243&qid=8227&location=' + encodeURIComponent(window.location.href) +  '">' +
'<param name="allowScriptAccess" value="always">' +
'<embed src="http://swf.vote.nifty.com/shared/vote_sidebar.swf" width="150" height="232" ' +
'play="true" ' +
'loop="true" ' +
'quality="high" ' +
'wmode="transparent" ' +
'FlashVars="uid=3243&qid=8227&location=' + encodeURIComponent(window.location.href) +  '" ' +
'allowScriptAccess="always" ' +
'pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">' +
'</embed>' +
'</object>'
);
})()

