g_imax = 0;
g_ImageTable = new Array();

g_ImageTable[g_imax++] = new Array (path_DOSSIER_SQUELETTE+"/images/pictures/bg_hotel_1.jpg", "<span class=\"up\">Le Monte-Carlo Bay Hotel & Resort,<\/span>21h","http://fr.montecarlobay.com/-Decouvrir-l-Hotel-.html");
g_ImageTable[g_imax++] = new Array (path_DOSSIER_SQUELETTE+"/images/pictures/bg_hotel_2.jpg", "<span class=\"up\">Le Hammam du Spa, 19h<\/span>Monte-Carlo Bay Hotel &amp; Resort","http://fr.montecarlobay.com/-Spa-Cinq-Mondes,325-.html");
g_ImageTable[g_imax++] = new Array (path_DOSSIER_SQUELETTE+"/images/pictures/bg_hotel_3.jpg", "<span class=\"up\">Il Baretto, 22h<\/span>Monte-Carlo Bay Hotel &amp; Resort","http://fr.montecarlobay.com/IL-BARETTO,486.html");

g_ImageTable.sort(function() {return 0.5 - Math.random();} )
