var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On TV - Chattanooga Times Free Press
";
arnews[0] += "... last week’s episode about a double date with Jim and Pam and Michael and Pam’s mother (Linda Purl) had echoes of the disastrous dinner party thrown by Michael and Jan (Melora Hardin) some time back. Even the best series run out of creative ...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 19:04:00 GMT";
arnews[0] += "
";
arnews[1]="Anvil Knitwear Named Official T-Shirt Supplier of YO GABBA GABBA! LIVE ... - Yahoo Finance
";
arnews[1] += "NEW YORK, Nov. 19 /PRNewswire/ -- S2BN Entertainment is proud to announce Anvil Knitwear as the official t-shirt supplier for YO GABBA GABBA! LIVE: THERE'S A PARTY IN MY CITY 2009. The live tour is produced by S2BN in conjunction with W!LDBRAIN ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:59:00 GMT";
arnews[1] += "
";
totcount = 2;
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("