var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adrian Pasdar Let Go From NBC's 'Heroes'
";
arnews[0] += "So I watched this show its first season, loved it, and then never watched again.";
arnews[0] += "
Publ.Date : Tue, 03 Nov 2009 07:39:19 GMT";
arnews[0] += "
";
arnews[1]="Casting call: 'FlashForward,' 'Romantically Challenged'
";
arnews[1] += "A pair of new ABC shows, the already-airing \"FlashForward\" and the midseason comedy \"Romantically Challenged,\" have added cast members.";
arnews[1] += "
Publ.Date : Sat, 03 Oct 2009 01:32:52 GMT";
arnews[1] += "
";
arnews[2]="Pilots in play via extended options
";
arnews[2] += "\"The Station,\" Ben Stiller's comedy pilot for Fox, is staying in contention at the network as Fox and producing studio 20th Century Fox TV have extended options on the cast through year's end.";
arnews[2] += "
Publ.Date : Thu, 01 Oct 2009 15:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Aug. 8, 2008, China opened the Summer Olympics in Beijing
";
arnews[3] += "Today is Saturday, Aug. 8, the 220th day of 2009. There are 145 days left in the year.";
arnews[3] += "
Publ.Date : Wed, 12 Aug 2009 14:46:16 GMT";
arnews[3] += "
";
arnews[4]="On Aug. 8, 2008, China opened the Summer Olympics in Beijing
";
arnews[4] += "Today is Saturday, Aug. 8, the 220th day of 2009. There are 145 days left in the year.";
arnews[4] += "
Publ.Date : Wed, 12 Aug 2009 00:13:22 GMT";
arnews[4] += "
";
arnews[5]="Today In History August 8, 2009
";
arnews[5] += "Share + Aug 8, 2009 12:00 am US/Eastern Today is Saturday, Aug. 8, the 220th day of 2009.";
arnews[5] += "
Publ.Date : Thu, 30 Jul 2009 17:42:29 GMT";
arnews[5] += "
";
arnews[6]="On Aug. 8, 2008, China opened the Summer Olympics in Beijing
";
arnews[6] += "Today is Saturday, Aug. 8, the 220th day of 2009. There are 145 days left in the year.";
arnews[6] += "
Publ.Date : Sun, 09 Aug 2009 01:30:50 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("