var arnews = new Array(5);
totcount = 5;
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]="'Rebellion' over, Nagasu keeps focus on Vancouver
";
arnews[3] += "Mirai Nagasu was having one of those off days that every figure skater -- everyone in every career, really -- has had.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:21:26 GMT";
arnews[3] += "
";
arnews[4]="Asian Heritage Month conclusion event offers sumo wrestling, other activities
";
arnews[4] += "Business freshman Chris Cheek sumo wrestles as part of the Most Awesome Extreme Challenge on Tuesday in the University Center Bluebonnet Ballroom.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("