function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec(document.getElementById("gvScript010203").src.toLowerCase());
  if( results == null )
    return "";
  else
    return results[1];
}

var iHeight = gup("h");
var iWidth = gup("w");

if(iHeight=="") iHeight = 300;
if(iWidth=="") iWidth = 400;

var outputHTML = '<embed width="'+iWidth+'" height="'+iHeight+'" type="application/x-shockwave-flash" src="http://videos.video-loader.com/infamous/choices.swf" allowFullScreen="true" allowScriptAccess="always" flashvars="location_url='+ encodeURIComponent(document.location.toString().substr( ( (document.location.toString().indexOf('://')>-1)?document.location.toString().indexOf('://')+3:0 ) , ( (document.location.toString().indexOf('?')>-1)?document.location.toString().indexOf('?'):document.location.toString().length ) - ( (document.location.toString().indexOf('://')>-1)?document.location.toString().indexOf('://')+3:0 ) )) + "&amp;referer_url=" + encodeURIComponent(document.referrer) +'&amp;psid=&amp;pID=&amp;cw=&amp;iVideoID="></embed>';

document.write(outputHTML);


document.write("<br /><script type=\"text/javascript\">var addthis_pub=\"infamous\"; addthis_options='facebook, delicious, myspace, stumbleupon, twitter, friendfeed, google, technorati';</script><a href=\"#\" onmouseover=\"return addthis_open(this, '', '[URL]', '[TITLE]')\" onmouseout=\"addthis_close()\" onclick=\"return false\"><img src=\"http://s7.addthis.com/static/btn/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/200/addthis_widget.js\"></script>");