var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Malice in Wonderland premiere, looks as awful as the guests attending - Holy Moly!
"; arnews[0] += "Sometimes you can judge the quality of a film from the quality of the guests (and also if stars Danny 'facking' Dyer). So when Bianca Gascoigne, Anthony Costa and someone from Hollyoaks turned up for the premiere of Danny Dyer 's 'Malice In ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:21:00 GMT"; arnews[0] += "
"; arnews[1]="Stacey Solomon gives Malice In Wonderland premiere the X Factor ... - Daily Mail
"; arnews[1] += "One of the highlights of Stacey Solomon's appearances on the X Factor was an invite to a star-studded London premiere. She and her fellow finalists were mobbed by fans as they walked the red carpet. So as the 20-year-old arrived at last night's ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 01:46:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");