var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Scott
";
arnews[0] += "\"Californication\" is certainly intended for adults, but Sunday night's episode got me thinking: What if this show spent just a little bit more time at the kids' table? Or in the kids' room? Or at the kids' school? This line of thought stemmed from watching this latest episode twice.";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Californication': That's my girl
";
arnews[1] += "\"Californication\" is certainly intended for adults, but Sunday night's episode got me thinking: What if this show spent just a little bit more time at the kids' table? Or in the kids' room? Or at the kids' school? This line of thought stemmed from watching this latest episode twice.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 01:40:25 GMT";
arnews[1] += "
";
arnews[2]="Tonight's TV Hot List: Sunday, Nov. 1, 2009
";
arnews[2] += "Desperate Housewives 9/8c ABC The way things are going, the Susan-Katherine catfight might come to rival the Hundred Years War - and don't look for a letup tonight.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 14:54:12 GMT";
arnews[2] += "
";
arnews[3]="Tonight's TV Hot List: Sunday, Nov. 1, 2009
";
arnews[3] += "Desperate Housewives 9/8c ABC The way things are going, the Susan-Katherine catfight might come to rival the Hundred Years War - and don't look for a letup tonight.";
arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 12:31:06 GMT";
arnews[3] += "
";
arnews[4]="Review: Third Season Of Showtime's 'Californication'
";
arnews[4] += "It's good to be Hank Moody. In the third season of the Showtime comedy Californication , the economy is holding back buyers for the latest book, penned by David Duchovny's character.";
arnews[4] += "
Publ.Date : Sun, 27 Sep 2009 03:59: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("