var scripts=document.getElementsByTagName('script');
var query=(scripts[scripts.length - 1].src.replace(/^[^\?]+\??/,''));
var params = new Object ();
   var pairs = query.split(/[;&]/);
   for ( var i = 0; i < pairs.length; i++ ) {
      var KeyVal = pairs[i].split('=');
      if ( ! KeyVal || KeyVal.length != 2 ) continue;
      var key = unescape( KeyVal[0] );
      var val = unescape( KeyVal[1] );
      val = val.replace(/\+/g, ' ');
      params[key] = val;
   }
document.write("<iframe src='http://www.assertid.com:8080/facebook/widgetFromCode.html?bId="+params['id']+"' height='138px' width='135px' scrolling=no frameborder='0'></iframe>");