var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Estefan, Seymour among Oasis' seven godmothers
";
arnews[0] += "Three Olympic medalists, three television personalities and an international singing star will serve as the seven godmothers to the Oasis of the Seas when the ship is named Nov.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:44:35 GMT";
arnews[0] += "
";
arnews[1]="Royal Caribbean International Appoints Seven Godmothers for Oasis of the Seas
";
arnews[1] += "When Royal Caribbean International officially names its newest cruise ship, Oasis of the Seas, on Monday, November 30, 2009, the cruise line will put a new twist on one of maritime's longest standing traditions.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:33:48 GMT";
arnews[1] += "
";
arnews[2]="Estefan among seven godmothers for Oasis
";
arnews[2] += "One godmother isna t enough for the worlda s biggest cruise ship. Royal Caribbean International on Wednesday night announced seven celebrities to be godmothers for the Oasis of the Seas : * Singer and songwriter Gloria Estefan of Miami Beach * Olympic swimming medalist Dara Torres, a South Florida resident * Olympic figure skating medalist Michelle ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:19:38 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[3] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:29:29 GMT";
arnews[3] += "
";
arnews[4]="Today in History - Nov. 17
";
arnews[4] += "Published: Tuesday, November 17, 2009 at 4:01 a.m. Last Modified: Tuesday, November 17, 2009 at 12:00 a.m. Today is Tuesday, Nov.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:40:10 GMT";
arnews[4] += "
";
arnews[5]="Today in History, Tuesday, Nov. 17, 2009
";
arnews[5] += "Today's Highlight in History: On Nov. 17, 1800, Congress held its first session in Washington in the partially completed Capitol building.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 17:07:50 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("