function WidgetpotEmbed(w, h, xmlUrl)
{
    this.w = parseInt(w);
    this.h = parseInt(h);
    this.xmlUrl = xmlUrl;
}
WidgetpotEmbed.prototype.render = function()
{
    document.write('<iframe id="iframe_1834944229" name="iframe_1834944229" src="http://gmodules.com/ig/ifr?url='+this.xmlUrl+'&amp;synd=open&amp;w='+this.w+'&amp;h='+this.h+'&amp;title=&amp;border=&amp;source='+escape(document.location.href)+'" frameborder="0" height="'+this.h+'" scrolling="no" width="'+this.w+'" allowtransparency="true"></iframe>');
}
WidgetpotEmbed.prototype.renderIG = function()
{
    document.write('<scr'+'ipt src="http://gmodules.com/ig/ifr?url='+this.xmlUrl+'&amp;synd=open&amp;w='+this.w+'&amp;h='+this.h+'&amp;title=&amp;output=js" type="text/javascript"></scr'+'ipt>');
}
