var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The almanac
";
arnews[0] += "Today is Saturday, Nov. 21, the 325th day of 2009 with 40 to follow. The moon is waxing.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:44:51 GMT";
arnews[0] += "
";
arnews[1]="Spoilers Anonymous: Desperate Housewives, NCIS, Smallville, and more
";
arnews[1] += "Posted Nov 20th 2009 9:00PM by Isabelle Carreau Filed under: Spoilers Anonymous , Reality-Free This is Spoilers Anonymous , a weekly column here at TV Squad where we supply you with the dirt on some of the more popular shows on the air.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:00:00 GMT";
arnews[1] += "
";
arnews[2]="Religion: Bible study views Desperate Housewives
";
arnews[2] += "Members of a women's Bible study group have been reading \"Desperate Housewives of the Bible.\" First row, from left, are Thelma Powell, Liza Stoner, Shirley Eyler, Laura Grimes-Hartley and second row, from right, Katheryn Z. Nicodemus, Margaret S. Powers, Diane McCune and Bonnie Volovar.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:45:42 GMT";
arnews[2] += "
";
arnews[3]="ABC twangs to a great week of viewership
";
arnews[3] += "Country music helped ABC to its best ratings week in more than a year. The network, which narrowly lost to CBS for the distinction of America's most popular TV network last week, aired the Country Music Association awards to 17.2 million people, according to the Nielsen Co.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:04:59 GMT";
arnews[3] += "
";
arnews[4]="Opera singer battles stage four lung cancer
";
arnews[4] += "Seven months after a doctor told her she had only six months to live, San Francisco Opera singer Zheng Cao is still going strong.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:01:25 GMT";
arnews[4] += "
";
arnews[5]="Photo courtesy Downey Chamber of Commerce
";
arnews[5] += "Celebrities have been announced for Downey's Holiday Lane Parade. Drum roll, please... Celeb grand marshals are Daniella and Alexandria Baltodano.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:47:13 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("