     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "/images/default.png");

  


 var baseIcon2 = new GIcon();
     baseIcon2.shadow = "";
     baseIcon2.iconSize = new GSize(34, 33);
     baseIcon2.shadowSize = new GSize(1, 1);
     baseIcon2.iconAnchor = new GPoint(17, 33);
     baseIcon2.infoWindowAnchor = new GPoint(13, 14);
   gicons["rss"] = new GIcon(baseIcon2, "/images/default.png");






function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}