// news headlines
var text = new Array();
text[0] = "Welcome to GELAO TOUR Travel Agency";
text[1] = "Agenzia di Viaggi e Turismo Internazionale";
text[2] = "Vai sull'emisfero e clicca sulla tua destinazione...";
text[3] = "Occhio alle offerte Gelao Tour!";
text[4] = "... WeeKend!";
text[5] = "... Montagna!";
text[6] = "... Last Minute!";
text[7] = "... Crociere!";
text[8] = "... Viaggi di Nozze!";

// link to story
var linka = new Array();
linka[0] = "";
linka[1] = "";
linka[2] = "";
linka[3] = "offerte_weekend.htm";
linka[4] = "";
linka[5] = "";
linka[6] = "";
linka[7] = "";
linka[8] = "";