var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Fergie stands by hubby despite stripper allegations
"; arnews[0] += "Melbourne, Nov 21 : Fergie is trying hard to save her 11-month-marriage with Josh Duhamel by supporting him over allegations that he had a one-night stand with a stripper."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:37:20 GMT"; arnews[0] += "
"; arnews[1]="Heidi Klum, Stars React to Oprah News at Victoria's Secret Fashion Show
"; arnews[1] += "ET was at the Victoria's Secret Fashion Show in New York City Thursday night, where the stars weighed in on the big news that \"The Oprah Winfrey Show\" will conclude in 2011."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:40:43 GMT"; arnews[1] += "
"; arnews[2]="Audio Playback
"; arnews[2] += "One week, eight songs. Here's how my week went! Saturday: \"Thinking of You\" Spent the longest five minutes of my life with arms raised, trying to record Katy Perry performing this song live."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:41:21 GMT"; arnews[2] += "
"; arnews[3]="When in Rome: A Review
"; arnews[3] += "You will laugh, you will cry, you will have 90% of this romantic comedy figured out within the first ten minutes."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:00:29 GMT"; arnews[3] += "
"; arnews[4]="One Is The Loneliest Number
"; arnews[4] += "Another night without your hubby, Fergie ? Are you trying to clue us in? Yet again, Fergie Ferg was seen heading to dinner alone while in New York last night."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:40:10 GMT"; arnews[4] += "
"; arnews[5]="Greenport: The Hamptons See Star Power Even In The Low Season
"; arnews[5] += "The Hamptons have always been a hot spot for celeb activity, but this week it's the North Fork region of Long Island that has the big names."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:04:30 GMT"; arnews[5] += "
"; arnews[6]="One Day at a Time
"; arnews[6] += "MONDAY, NOVEMBER 9 Dethroned Miss California USA Carrie Prejean - whose homophobic remarks about same-sex marriage have made her a conservative darling - has two things going for her this week: A brand-new book verbosely entitled Still Standing: The Untold Story of My Fight Against Gossip, Hate, and Political Attacks , and A brand-new sex tape that ..."; arnews[6] += "
Publ.Date : Thu, 24 Sep 2009 07:00:00 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("
");