var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="U.S. curler hopes reality show will fund Olympic dream
"; arnews[0] += "A member of the U.S. Olympic curling team is hoping a dose of reality TV will cure a financial shortfall preventing his family from attending the 2010 Winter Games in Vancouver."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT"; arnews[0] += "
"; arnews[1]="Chris Brown - Brown Passes Progress Hearing
"; arnews[1] += "Caption: Chris Brown and Melody Thornton on the set of a music video in Hollywood Los Angeles, California .... BROWN PASSES PROGRESS HEARING CHRIS BROWN has completed just seven out of 52 required domestic violence classes since he was sentenced in June for his attack on ex-girlfriend RIHANNA - but they're enough to keep him out of jail."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:18:18 GMT"; arnews[1] += "
"; arnews[2]="Member of U.S. Olympic curling team to appear on TV reality show
"; arnews[2] += "A member of the U.S. Olympic curling team is hoping a dose of reality TV will cure a financial shortfall preventing his family from attending the 2010 Winter Games in Vancouver."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:48:00 GMT"; arnews[2] += "
"; arnews[3]="Miss Easley High School pageant begins Monday
"; arnews[3] += "The annual Miss EHS Pageant is coming soon. On Monday, Nov. 16 freshmen and sophomores will compete, and on Thursday, Nov."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 04:58:48 GMT"; arnews[3] += "
"; arnews[4]="Miss Easley High School pageant begins Monday
"; arnews[4] += "The annual Miss EHS Pageant is coming soon. On Monday, Nov. 16 freshmen and sophomores will compete, and on Thursday, Nov."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 13:35:04 GMT"; arnews[4] += "
"; arnews[5]="New shows: Kirstie Alley docudrama, a capella competition, bad dad rehab
"; arnews[5] += "A few new series announcements from the past week: Not to be outdone in the \"talent competitions we just don't need\" category, NBC will air a short series called The Sing Off , which features a cappella groups."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 03:46:10 GMT"; arnews[5] += "
"; arnews[6]="Chris Brown - Friday the 13TH Video Showdown for Brown and Rihanna
"; arnews[6] += "Caption: Chris Brown and Melody Thornton on the set of a music video in Hollywood Los Angeles, California .... Former lovers CHRIS BROWN and RIHANNA are set for another head-to-head clash a week after they faced off against each other on rival American TV interviews."; arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 04:54:47 GMT"; arnews[6] += "
"; totcount = 7; 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("
");