//###################################################################################
//# editable file from which index_en.asp extracts info to generate its content
//#  LOCATED IN THE FOLDER GLCN/JS/
//#
//# 01/07/2008 ANTONIO MARTUCCI - 53991 - NRC (ex SDRN) - antonio.martucci@fao.org
//###################################################################################

//main image of the home page (index_en.asp)**************************

//EVENTS (START FROM THE LAST). APPEND MORE IF NEEDED
//KEEP SHORT TITLE AND DESCRIPTION TO AVOID THE PAGE EXPANDING TOO MUCH

var arrEve = new Array();

arrEve[0] = new Array();
arrEve[0][0] = "6-11 Jul 2008";                                                 //date
arrEve[0][1] = "2008 IEEE International Geoscience & Remote Sensing Symposium"; //what
arrEve[0][2] = "Boston, Massachusetts";                                         //where
arrEve[0][3] = "www.igarss08.org/";                                             //url
arrEve[0][4] = "IGARSS’08 will be the 28th annual symposium for GRSS and will "; //details
arrEve[0][4] += "continue the excellent tradition of gathering world-class scientists, engineers..";                                                   //details
arrEve[0][5] = "";                                             //contact
arrEve[0][6] = "_blank";

arrEve[1] = new Array();
arrEve[1][0] = "11 Jul 2008";                                                 //date
arrEve[1][1] = "Workshop: GLOBE Land Cover "; //title
arrEve[1][2] = "Texas Tech University T-STEM Center";                                         //location
arrEve[1][3] = "www.tstem.ttu.edu/workshops/catalog/summer/globelandcover/";                         //url
arrEve[1][4] = "Mapping and monitoring the surface of Earth is critical to conserving its resources.";       //details
arrEve[1][5] = "";                                             //contact
arrEve[1][6] = "_blank";









//******************************************************************