function goyaxWidget()
{
   
   document.getElementById('goyax_widget_top_fonds').style.width = '164px';
   var widget = '';
   if (navigator.appName.indexOf("Microsoft") != -1)
   {
      widget += '<iframe name="goyax_widget_top_fonds_iframe" src="http://tools.goyax.de/tools/widget?wtype=top_fonds&amp;stype=&amp;apikey=1c043425a44d048d2f4896b5bda21883" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="245px" width="164px"></iframe>';
   }
   else
   {
      widget += '<object type="text/html" data="http://tools.goyax.de/tools/widget?wtype=top_fonds&amp;stype=&amp;apikey=1c043425a44d048d2f4896b5bda21883" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="245px" width="164px"></object>';
   }
   document.write(widget);
   
}
goyaxWidget();