var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="W.Ham launch Katy Perry kit - Straits Times
"; arnews[0] += "LONDON - BRITISH soccer team West Ham United has launched a claret and blue lingerie outfit as worn by American singer Katy Perry at this month's MTV Awards to sell to their fans. The Premier League club has responded to 'huge demand' by ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:00:00 GMT"; arnews[0] += "
"; arnews[1]="West Ham soccer team launch 'Katy Perry kit' - The Guardian
"; arnews[1] += "LONDON, Nov 21 (Reuters Life!) - British soccer team West Ham United has launched a claret and blue lingerie outfit as worn by American singer Katy Perry at this month's MTV Awards to sell to their fans. The Premier League club has responded to \"huge ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:57:00 GMT"; arnews[1] += "
"; arnews[2]="'Katy Perry kit' launched - Straits Times
"; arnews[2] += "LONDON - WEST Ham United have launched a claret and blue lingerie outfit as worn by American singer Katy Perry at this month's MTV Awards to sell to their fans. The Premier League club have responded to 'huge demand' by commissioning a limited run of ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:36:00 GMT"; arnews[2] += "
"; arnews[3]="Katy Perry strips back for Unplugged session - New Zealand Herald
"; arnews[3] += "LONDON - American Idol contestants should be thankful that they have caring, sharing Ellen DeGeneres on the panel now and not Katy Perry. The singer was a guest judge for auditions to be featured on next season's show, and she didn't pull any punches ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:36:00 GMT"; arnews[3] += "
"; arnews[4]="Double Take! Katy Perry vs Rihanna - TheInsider.com
"; arnews[4] += "Katy Perry was spotted leaving Philippe Chow in LA earlier this week wearing a knitted H&M sweater dress. The singer paired her dress with a black belt and knee-high boots. Rihanna wore the same colorful mini dress a day later at Nobu in London. She ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:47:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");