var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Competition Fierce in Oasis Godmom Match-Up Game -- Join the Fun - Cruise Critic
";
arnews[0] += "On Wednesday, Royal Caribbean announced the seven Oasis of the Seas godmothers who will represent each of the ship's seven neighborhoods during the naming ceremony on November 30. Since the cruise line is holding out on us -- refusing to reveal which ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[0] += "
";
arnews[1]="Royal Caribbean International Name Seven Godmothers of Oasis of the ... - Transworld News
";
arnews[1] += "Royal Caribbean International (NYSE: RCL) officially named their newest cruise ship, Oasis of the Seas. The company has also decided to put a twist on one of maritime's longstanding traditions by bestowing seven godmothers to the ship rather than ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:23:00 GMT";
arnews[1] += "
";
totcount = 2;
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("