var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ABC, NBC pilots expand casts
";
arnews[0] += "In the latest round of pilot castings, Jennifer Finnigan is set to star opposite Joanna Garcia in ABC's untitled Shana Goldberg-Meehan comedy, Patrick Flueger has landed a co-starring role on ABC's summer series \"Scoundrels,\" and Rose Rollins has been cast in NBC's Jerry Bruckheimer-produced drama pilot \"Chase.\" The untitled Goldberg-Meehan ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:00:00 GMT";
arnews[0] += "
";
arnews[1]="Juneau girls top Dimond on Lynx's turf
";
arnews[1] += "In a game with the makings of a state championship preview, Juneau used a key third-quarter run to top Dimond 44-38 in the title game of the Dimond Lady Lynx Prep Shootout on Saturday.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:51:24 GMT";
arnews[1] += "
";
arnews[2]="Births
";
arnews[2] += "Mr. and Mrs. Esiquio Reyna of Lamesa, a boy weighing 7 pounds, 10 ounces at 8:55 a.m. Jan.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 07:17:00 GMT";
arnews[2] += "
";
arnews[3]="ESPN: Nick Swisher shines on "How I Met Your Mother"
";
arnews[3] += "Outside of the dynamite Dino & Cheryl Kartsonakis show, I rarely watch TV...was this grub any good? Nick Swisher just gave us another reason to dislike the New York Yankees.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 15:44:18 GMT";
arnews[3] += "
";
arnews[4]="School Days
";
arnews[4] += "First-grade spelling bee winners are Claire Lacy, first place; Drew Withers, second place; and Clare Kingsley, third place.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 05:57:44 GMT";
arnews[4] += "
";
arnews[5]="Fame (1980)[Blu-ray]
";
arnews[5] += "DVD Talk Collector Series Don't let the garish cover art, suggesting as it does a limbo contest in Discoland, sway you.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 13:22:32 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("