var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gerard Butler voted Best British Actor in Hollywood
"; arnews[0] += "Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD and games rental service Lovefilm."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:56:52 GMT"; arnews[0] += "
"; arnews[1]="Gerard Butler - Butler is Top Brit in Hollywood
"; arnews[1] += "Caption: Gerard Butler Premiere screening of 'Law Abiding Citizen' held at The Grauman's Chinese theatre Los Angeles, California .... GERARD BUTLER has been named Hollywood's favourite Brit."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:43 GMT"; arnews[1] += "
"; arnews[2]="McGregor failing to deliver at Hollywood box office
"; arnews[2] += "He is regarded as one of Scotlanda TMs leading acting talents, but Ewan McGregor has landed a title he will be not be grateful for a ' as one of the most overpaid stars in Hollywood."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:11:39 GMT"; arnews[2] += "
"; arnews[3]="Butler voted best Brit in Hollywood SCOTTISH actor Gerard Butler has...
"; arnews[3] += "SCOTTISH actor Gerard Butler has been voted the best British actor in Hollywood by film fans."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:34:09 GMT"; arnews[3] += "
"; arnews[4]="Salford amateur football
"; arnews[4] += "The first team and Under 15 team games were postponed, so all eyes were on Fives' Reserves Manchester Amateur Cup game at Manchester Rovers."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:30:27 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("
");