var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""The Quiet Professionals" - Lara Logan not so Quiet or Professional?
";
arnews[0] += "First, watch it. The first five minutes of Logan's reporting made me laugh out loud .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:07:16 GMT";
arnews[0] += "
";
arnews[1]="More schools consider later start for drowsy teens
";
arnews[1] += "SAN JOSE, Calif. -- When Glorianna Klyce's radio blasts hip-hop at 5:45 a.m., the 17-year-old rolls over and hits snooze.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:42:13 GMT";
arnews[1] += "
";
arnews[2]="CBS Lucks Out on Super Bowl
";
arnews[2] += "CBS is at an all-time low. The sit-coms suuuuuck , the nonstop golf coverage on the weekends is excruciatingly unnecessary, Dave Letterman is a mere parody of himself and Craig Ferguson's anti-funny monologues are cringe-inducing-ly embarrassing, The Early Show 's hosts are more soporific than 20 Xanaxes chased by a fifth of Jack, and even 60 ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:05:24 GMT";
arnews[2] += "
";
arnews[3]="Abdulmutallab: Cleric Told Me to Bomb Jet
";
arnews[3] += "The suspect in a failed Christmas Day airliner bombing attempt told federal investigators that radical Yemeni cleric Anwar al-Awlaki directed him to carry out the attack, CBS News has learned.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 03:14:12 GMT";
arnews[3] += "
";
arnews[4]="No wonder teens are so drowsy they need more zzzzzzzzz...
";
arnews[4] += "Glorianna Klyce, 17, is a junior at Kennedy High School, in Fremont, where some schools are considering starting the day an hour later so students can get more sleep.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 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("