   var pubsArray = new Array();
    
pubsArray[0] = new makePubs(
      "Grimald et al (2008)",
      "Medium Latitude sources of plasmaspheric Non-thermal Continuum radiations",
      'http://www.agu.org/pubs/crossref/2008/2008JA013290.shtml',
      'J. Geophys. Res.').pwrite();
   
    pubsArray[1] = new makePubs(
      "Steed et al (2008)",
      "Locating the solar source of 13 April 2006 magnetic cloud",
      'http://www.ann-geophys.net/26/3159/2008/angeo-26-3159-2008.pdf',
      'Ann. Geophys.').pwrite();
  
    pubsArray[2] = new makePubs(
      "Walsh et al (2009)",
      "Cluster & Double Star observations of a plasma bubble",
      'http://www.ann-geophys.net/27/725/2009/angeo-27-725-2009.html ',
      'Ann. Geophys.').pwrite();

    pubsArray[3] = new makePubs(
      "Forsyth et al (2009)",
      "Solar wind and substorm excitation of the wavy current sheet",
      'http://www.ann-geophys.net/27/2457/2009/angeo-27-2457-2009.html ',
      'Ann. Geophys.').pwrite();

    pubsArray[4] = new makePubs(
      "Forsyth et al (2010)",
      "On the effect of line current width and relative position on the multi-spacecraft curlometer technique",
      'http://dx.doi.org/10.1016/j.pss.2009.12.007',
      'Planet. Space Sci.').pwrite();


