var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The New Adventures of Old Christine
"; arnews[0] += "Christine Campbell has a busy life - after all, she's prone to taking NyQuil to get to sleep and leaving voicemail messages to herself in the middle of the night."; arnews[0] += "
Publ.Date : Sun, 25 Oct 2009 21:53:20 GMT"; arnews[0] += "
"; arnews[1]="Weather Girl
"; arnews[1] += "A TV weather announcer on a Seattle morning show commits career suicide with her on-air tirade about the smiley host , who's been two-timing her with his insipid cohost ."; arnews[1] += "
Publ.Date : Sat, 22 Aug 2009 21:16:02 GMT"; arnews[1] += "
"; arnews[2]="Weather Girl
"; arnews[2] += "A TV weather announcer on a Seattle morning show commits career suicide with her on-air tirade about the smiley host , who's been two-timing her with his insipid cohost ."; arnews[2] += "
Publ.Date : Fri, 21 Aug 2009 19:16:54 GMT"; arnews[2] += "
"; arnews[3]="More
"; arnews[3] += "After learning her boyfriend cheated on her with his co-host, a Seattle morning show weather girl freaks out on-air and is fired."; arnews[3] += "
Publ.Date : Fri, 10 Jul 2009 03:06:27 GMT"; arnews[3] += "
"; arnews[4]="More
"; arnews[4] += "After learning her boyfriend cheated on her with his co-host, a Seattle morning show weather girl freaks out on-air and is fired."; arnews[4] += "
Publ.Date : Thu, 09 Jul 2009 21:08:24 GMT"; arnews[4] += "
"; arnews[5]="Lifetime Television Acquires Exclusive off-net Cable Rights to Hit...
"; arnews[5] += "Source: Lifetime Television On Thursday July 9, 2009, 12:51 pm EDT LOS ANGELES, July 9 /PRNewswire/ -- Lifetime Television, the number one women's network, has acquired the exclusive off-net cable rights to Warner Bros."; arnews[5] += "
Publ.Date : Thu, 09 Jul 2009 18:46:56 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("
");document.write("
");