host = "http://www.gofishn.com";
elem = document.getElementById("gofishn_images");
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:720px;height:90px;background:transparent url(" + host  +"/images/gowidget/wd2bg.png);\"> <tr><td style=\"width:570px;text-align:center;vertical-align:middle;\"><iframe name=\"Iframe\" src=\""+ host +"/widget/albums/"+ _id + _widget + "\" FRAMEBORDER=\"0\" style=\"width:570px;border:0; background-color:#ebf0f2; height:82px; overflow:hidden;\"></iframe></td><td style=\"width:140px;\"><img src=\""+ host +"/images/gowidget/w2but.png\", border=0, usemap=\"#w2map\"><map name=\"w2map\"><area shape=\"rect\" coords=\"19,1,105,40\" alt=\"\" href=\""+ host + _widget + "\" title=\"GoFISHn - The website for Fishing\" /><area shape=\"rect\" coords=\"0,50,125,69\" alt=\"\" href=\"" + host + "/" + _subdomain + _widget + "\" title=\""+ _name +" on GoFISHn\" /></map></td></tr></table>";
elem.innerHTML = widget;
elem.style.border = "0px";
