host = "http://www.gofishn.com";
elem = document.getElementById("gofishn_updates");
params = elem.title.split(":");
_id = params[0];
_name = params[1];
_subdomain = params[2];
_widget = "?ref_source=user_" + _id + "_widget";
elem.title = "";
widget ="<table cellpadding=\"0\", cellspacing=\"0\" style=\"width:220px;height:400px;background:transparent url("+ host +"/images/gowidget/w1bg.png);\"> <tr><td style=\"height:354px;text-align:center;padding-top:0px;\"><iframe name=\"Iframe\" src=\""+ host +"/widget/feeds/"+_id+ _widget +"\" FRAMEBORDER=\"0\"  allowtransparency=\"true\" style=\"width:212px;border:0; height:350px; overflow:hidden;\"></iframe></td></tr> <tr><td style=\"text-align:center;\"><img src=\""+ host +"/images/gowidget/w1btn.png\", border=0, usemap=\"#w1map\"><map name=\"w1map\"><area shape=\"rect\" coords=\"0,0,65,32\" alt=\"\" href=\""+host+ _widget +"\" title=\"GoFISHn - The website for Fishing\" /><area shape=\"rect\" coords=\"90,7,213,25\" alt=\"\" href=\"" + host + "/" + _subdomain + _widget + "\" title=\""+ _name +" on GoFISHn\" /></td></tr></table>";
elem.innerHTML = widget;
elem.style.border = "0px";



