var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Friday's girls basketball roundup
"; arnews[0] += "Andrew 45, Oak Lawn 42: Jenna Kotas scored 16 to lead Andrew at its own tournament."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:33:32 GMT"; arnews[0] += "
"; arnews[1]="How Paranormal Activity became a frightening success
"; arnews[1] += "House of horrors: writer-director Oren Peli outside his San Diego house, where Paranormal Activity was filmed."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:10:00 GMT"; arnews[1] += "
"; arnews[2]="There's something spooky going on
"; arnews[2] += "LAST weekend, a film hit the $100 million mark at the American box office after just five weeks on release."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="Britain: A Glimpse of America's Future?
"; arnews[3] += "Embed: Link: LONDON, England - Former President Ronald Reagan said the nine most terrifying words in the English language are, 'I'm from the government and I'm here to help.' Yet the size of America's government is exploding and if you want to see where big government will lead the U.S., take a look at Britain."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Sarah Palin: American Gossip Girl
"; arnews[4] += "Photo illustration by Hamish Robertson. \"My young, crushed spirit learned a lesson about guys that day: even the good ones can act like jerks.\" Quick, which book is this quote from: Cecily von Ziegesar's blockbuster novel, Gossip Girl, or Sarah Palin's memoir, Going Rogue: An American Life ? O.K., that's easy."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Oprah set to announce end of her daytime TV show in 2011
"; arnews[5] += "Oprah Winfrey is expected to announce Friday that her powerhouse daytime television show, the foundation of a multibillion-dollar media empire with legions of fans, will end its run in 2011 after 25 seasons on the air."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:22:38 GMT"; arnews[5] += "
"; arnews[6]="'Blind Side' focuses on the feel-good
"; arnews[6] += "Opening this week: Planet 51, The Blind Side and The Twilight Saga: New Moon, with a Saturday matinee of the Metropolitan Opera's Aida and a Sunday night showing of WWE: Survivor Series 2009."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT"; arnews[6] += "
"; arnews[7]="Model Moss rapped for anorexia motto
"; arnews[7] += "BRITISH supermodel Kate Moss has been accused of sending the wrong message to anorexics and teenage girls when she gave her backing for a slogan encouraging them not to eat."; arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 19:25:50 GMT"; arnews[7] += "
"; totcount = 8; 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("
");