var arnews = new Array(6);
totcount = 6;
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]="Blades of Glory: A Guide to Indoor and Outdoor Ice-Skating Rinks - United Press International
";
arnews[1] += "Strap on those skates and head to one of these local ice-skating rinks. Why let Michelle Kwan have all the fun? It's the season for frosted festivities at area ice rinks. Take a break from the holiday bustle to work on your triple axle, bundle up ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:20:00 GMT";
arnews[1] += "
";
arnews[2]="LI's Hughes finishes 7th in first skating event in comeback - Newsday
";
arnews[2] += "star Michelle Kwan , who withdrew because of injury.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 00:44:00 GMT";
arnews[2] += "
";
arnews[3]="Underappreciated programs: Nicole Bobek 1995 Worlds LP - Examiner
";
arnews[3] += "Championships behind Harding and Michelle Kwan (Harding’s gold medal spot would later be vacated by U.S. Figure Skating), Bobek bested Kwan at the 1995 Nationals. She arrived at the 1995 World Championships well-trained and armed with one of the ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 10:18:00 GMT";
arnews[3] += "
";
arnews[4]="Asian Heritage Month conclusion event offers sumo wrestling, other ... - Shorthorn
";
arnews[4] += "Business freshman Chris Cheek sumo wrestles as part of the Most Awesome Extreme Challenge on Tuesday in the University Center Bluebonnet Ballroom. The event was hosted by Multicultural Affairs and was the last event of Asian Heritage Month. (The ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 GMT";
arnews[4] += "
";
arnews[5]="Royal Caribbean International Name Seven Godmothers of Oasis of the ... - Transworld News
";
arnews[5] += "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[5] += "
Publ.Date : Thu, 19 Nov 2009 04:23:00 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("