var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="In Olden Days
"; arnews[0] += "Manolo says, ayyyyy! Super, extra-straight, manly-man Gerard Butler, shows that anything goes! . This entry was posted on Saturday, November 21st, 2009 at 8:20 pm by Manolo the Shoeblogger and is filed under Ayyyyy! , Celebrity ."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:30:08 GMT"; arnews[0] += "
"; arnews[1]="Butler named best Brit actor in Hollywood
"; arnews[1] += "Gerard Butler has reportedly been named the best British actor in Hollywood. The Law Abiding Citizen star has topped a recent poll of more than 1,000 UK movie fans by DVD rental service LoveFilm, STV reports."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:29:36 GMT"; arnews[1] += "
"; arnews[2]="Heigl and Butler in love and war in The Ugly Truth
"; arnews[2] += "When it comes to love, is the truth always so black and white? In Katherine Heigl 's case, love was an elusive object that she couldn't control in The Ugly Truth , now on DVD."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="P.S. I Love You
"; arnews[3] += "This isn't the first time that Richard LaGravenese, the gifted writer of A Little Princess and The Fisher King and writer-director of the lovely Living Out Loud , has gone best-seller slumming."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:07:15 GMT"; arnews[3] += "
"; arnews[4]="Gerard Butler prepares to launch own perfume line
"; arnews[4] += "Gerard Butler is all set to join the ranks of celebs who have their own fragrances in the market."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:22:40 GMT"; arnews[4] += "
"; arnews[5]="Peter Kay toons up as Children in Need hits 20m mark
"; arnews[5] += "TV extravaganza Children in Need last night raised a massive 20million for charity."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");