var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday TV promises old, new offerings
";
arnews[0] += "Christmas is still weeks away, but if you turn on your TV, you'd think it was already Christmas Eve.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:39:03 GMT";
arnews[0] += "
";
arnews[1]="The Video Game Release List of 11/22 - 11/28
";
arnews[1] += "The holiday releases may have slowed, but with everything from Cold Stone Creamery to Your Shape to Scene It? Twilight coming to Wii, they certainly haven't stopped.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:11:00 GMT";
arnews[1] += "
";
arnews[2]="OWN Sets Sights on Cable's Own Oprah Demo
";
arnews[2] += "Oprah Winfrey's announcement Nov. 20 that she will end her syndicated talk show in 2011 gave a much-needed shot in the arm for OWN: The Oprah Winfrey Network.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:22:59 GMT";
arnews[2] += "
";
arnews[3]="The Best Playboy Covers of the 1990s
";
arnews[3] += "As Playboy entered its fourth decade of keeping Hugh Hefner in blondes who were otherwise out of his league, the magazine faced its greatest challenge ever: widely available pornography.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:30:00 GMT";
arnews[3] += "
";
arnews[4]="'Uncharted 2' leads Video Game Award nominations
";
arnews[4] += "\"Uncharted 2: Among Thieves\" has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 GMT";
arnews[4] += "
";
arnews[5]="Jim Carrey walks daughter down aisle on 'perfect day'
";
arnews[5] += "Funnyman Jim Carrey got down to the serious business of giving away his daughter this week.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:37:19 GMT";
arnews[5] += "
";
arnews[6]="The Wet Spot: The evolution of dating shows
";
arnews[6] += "Do you know what I've been thinking about lately? Television icon Chuck Woolery, formerly of the smash dating show Love Connection .";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 15:23:58 GMT";
arnews[6] += "
";
totcount = 7;
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("