var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On board the new Oasis of the Seas: Is it worth the money? - Walletpop.com
";
arnews[0] += "So here I am, writing this from off the coast of Florida as part of the first two-day preview cruise of the magnificent Oasis of the Seas . Royal Caribbean has launched the largest cruise ship in the world, a towering dagwood of action-packed decks ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[0] += "
";
arnews[1]="The Roots of Sean Bones’ Rings - jambands
";
arnews[1] += "Most of our readers know you as the guitarist in Sam Champion. How did you go from playing indie guitar-rock to reggae-dub? I guess reggae and dub music are antidotes for playing too much guitar music. At first I was listening to it at home when I ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:44:00 GMT";
arnews[1] += "
";
arnews[2]="Sigourney Weaver on Ocean Acidification - ABC News Blogs
";
arnews[2] += "Veteran actress and narrator of the Planet Earth series Sigourney Weaver joined Sam Champion today to talk about \"ocean acidification.\" Weaver is now narrating a documentary by the Natural Resource Defense Council called \"Acid Test: The Global ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 12:22:00 GMT";
arnews[2] += "
";
arnews[3]="The Climate Quilt Campaign - ABC News Blogs
";
arnews[3] += "Students from three New York City schools stopped by “Good Morning America” this morning to tell co-anchor Sam Champion about the Climate Quilt Campaign. The goal of this international initiative is to give each child an opportunity to share his ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 13:09:00 GMT";
arnews[3] += "
";
arnews[4]="Joanna Krupa Bummed About 'Dancing with the Stars' Boot - Actressarchives.com
";
arnews[4] += "Speaking to Sam Champion on \"Good Morning America\" this morning, she said, \"Last night was pretty tough. I mean, I wasn't too shocked about the fact that I was leaving. I was competing against huge names... I was kind of prepared for it, but I am ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:10:00 GMT";
arnews[4] += "
";
arnews[5]="Daily guide - Boston Globe
";
arnews[5] += "Main Streets, Back Roads/Upper Connecticut River Valley 7:30 p.m. WCVB-TV (Channel 5) Tonight, Mary Richardson motors to the spot where Vermont and New Hampshire meet and makes some interesting finds in the towns of White River Junction, Lebanon, and ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:02: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("