var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oprah's departure from broadcast TV leaves huge void for network affiliates
";
arnews[0] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:47:26 GMT";
arnews[0] += "
";
arnews[1]="From Liberace to Cruise to Palin, Oprah Winfrey has created years of noteworthy TV moments
";
arnews[1] += "Oprah Winfrey has racked up memorable moments during her long television reign. Some were moving, some embarrassing - to her or others - and a handful became pop-culture landmarks.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:38:13 GMT";
arnews[1] += "
";
arnews[2]="Who will be the next Oprah?
";
arnews[2] += "November 22, 2009 Oprah Winfrey's decision to end her Chicago-based syndicated show raises many interesting questions -- among them, who may be in line to assume the daytime TV throne, should it indeed become available.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:34:33 GMT";
arnews[2] += "
";
arnews[3]="Hunters out for Deer Season Opener
";
arnews[3] += "The late November tradition began at sunrise on Saturday; but hunters were greeted by September-like weather.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:07:51 GMT";
arnews[3] += "
";
arnews[4]="Katy Perry strips back for Unplugged session
";
arnews[4] += "American Idol contestants should be thankful that they have caring, sharing Ellen DeGeneres on the panel now and not Katy Perry.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:27:54 GMT";
arnews[4] += "
";
arnews[5]="Robert Pattinson and Twilight Saga: New Moon take refuge in Italy
";
arnews[5] += "Robert Pattinson The Twilight Saga: New Moon make Italy home Have you seen The Twilight Saga: New Moon yet? Or, are you going for a second time? When you do, take a good look at Volterra, resident location for the Robert Pattinson Edward Cullen character and all his blood-sucking buddies when you do.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("