var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OMG! It's the new Sabrina Washington video
";
arnews[0] += "We enjoyed seeing her drenched in slime on I'm A Celeb , we enjoyed her trillsome contributions to Mis-Teeq hits like 'All I Want' and 'So-So-So-So-Scandalous', and now we're enjoying her long overdue solo debut.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="This day in history
";
arnews[1] += "18, the 18th day of 2010. There are 347 days left in the year. This is the Martin Luther King Jr.";
arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 20:56:02 GMT";
arnews[1] += "
";
arnews[2]="People in the News
";
arnews[2] += "Jay Leno staffers say their boss isn't the bad guy in NBC's late-night upheaval.";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 20:10:28 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Monday, Jan. 18, the 18th day of 2010. There are 347 days left in the year.";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 18:06:26 GMT";
arnews[3] += "
";
arnews[4]="Today's Birthdays
";
arnews[4] += "On this day: Inventor Ray Dolby is 77. He developed the Dolby sound system. Director John Boorman is 77.";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 16:47:04 GMT";
arnews[4] += "
";
arnews[5]="Lost bet led tough guy Keifer to 'dress' up
";
arnews[5] += "The second half of the two-part season premiere of \"24\" airs tonight with Jack Bauer trying to stop an assassination attempt on visiting president Omar Hassan.";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 13:01:08 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("