var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Wea re whisking away one lucky winner and their guest to Paris for a...
"; arnews[0] += "And here's one I made earlier... our favourite comedian proudly captures the Houses of Parliament on canvas VIRGIN VIRTUOSOS: BILL BAILEY The boys are back in town VIRGIN VIRTUOSOS: BILL BAILEY After finishing the painting the boys practiced their best catalogue poses VIRGIN VIRTUOSOS: KEITH ALLEN Now that's the pose of a man who's not afraid to ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 14:51:25 GMT"; arnews[0] += "
"; arnews[1]="Material Girl out of vogue
"; arnews[1] += "BBC1 fashion comedy draws just 2.4 million viewers, compared with 2.8 million for Simon King's Shetland Diaries on BBC2 Struggling BBC1 comedy drama Material Girl was beaten in the ratings by a new wildlife show on BBC2 last night, Thursday 4 February."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:15:15 GMT"; arnews[1] += "
"; arnews[2]="8pm on Wednesday, Sky Arts 1 / HD
"; arnews[2] += "Sky Arts - Win a fantastic trip to Paris! Art & Design Virgin Virtuosos The former forger trains celebrity art novices See TV listings for this programme VIRGIN VIRTUOSOS: BILL BAILEY And here's one I made earlier... our favourite comedian proudly captures the Houses of Parliament on canvas VIRGIN VIRTUOSOS: BILL BAILEY The boys are back in town ..."; arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 15:05:31 GMT"; arnews[2] += "
"; arnews[3]="Photo
"; arnews[3] += "Dierks Bentley arrives at the Grammy Awards on Sunday, Jan. 31, 2010, in Los Angeles."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 02:29:26 GMT"; arnews[3] += "
"; arnews[4]="Strictly come highbrow
"; arnews[4] += "While Simon Cowell continues his quest for world domination and prepares to invade America with The X Factor, in the UK, there's a different televisual trend afoot."; arnews[4] += "
Publ.Date : Sat, 16 Jan 2010 00:22:09 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("
");