var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Jo O'Meara hit by flying glass
"; arnews[0] += "Jo O'Meara, who was caught up in last year's Celebrity Big Brother race row, has been struck on the head by glass hurled from a crowd. The 29-year-old S Club 7 singer was..."; arnews[0] += "
Publ.Date : Fri, 14 Nov 2008 14:26:46 GMT"; arnews[0] += "
"; arnews[1]="Jo O'Meara
"; arnews[1] += "Former S Club star Jo O'Meara chats to Lorraine about her new baby and life since 2007's Big Brother race row"; arnews[1] += "
Publ.Date : Thu, 18 Sep 2008 09:30:19 GMT"; arnews[1] += "
"; arnews[2]="Jo O'Meara Webcast Part One
"; arnews[2] += "Jo O'Meara, still struggling to shake off her Big Brother breakdown, answers your questions"; arnews[2] += "
Publ.Date : Wed, 17 Sep 2008 09:29:19 GMT"; arnews[2] += "
"; arnews[3]="S Club: Seeing Double - Clip 3
"; arnews[3] += "The teen pop sensations make their big screen debut as they find themselves replaced by sinister clones!"; arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:07:24 GMT"; arnews[3] += "
"; arnews[4]="S Club: Seeing Double - Clip 2
"; arnews[4] += "The teen pop sensations make their big screen debut as they find themselves replaced by sinister clones!"; arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:07:24 GMT"; arnews[4] += "
"; arnews[5]="VIDEO - Jo O'Meara at GMTV , London UK 12/03/2007
"; arnews[5] += "VIDEO - Ex Celebrity Big Brother contestant and S Club Seven band member, Jo O'Meara is seen arriving at GMTV studios with her manager, she attempts to cover her face with a..."; arnews[5] += "
Publ.Date : Mon, 12 Mar 2007 00:00:00 GMT"; arnews[5] += "
"; arnews[6]="MEDIA: Celebrity Big Brother' contestant Jo O'Meara receives death threats:
"; arnews[6] += "Channel 4's Celebrity Big Brother has been accused of everything from 'dumbing down' to condoning racist bullying. But now a former contestant says appearing on the programme has..."; arnews[6] += "
Publ.Date : Tue, 30 Jan 2007 00:00:00 GMT"; arnews[6] += "
"; arnews[7]="S Club 7 - Have You Ever (Music Video) - Jo O'Meara
"; arnews[7] += "Have You Ever is S Club 7s No.1 hit! Jo O'Meara is the lead in this song and Rachel Stevens is a backer."; arnews[7] += "
Publ.Date : Fri, 06 Oct 2006 13:28:28 GMT"; arnews[7] += "
"; document.title=document.title+ " "; arnews[8]="S Club 7 - Never Had A Dream Come True (Official Music Video) - Jo O'Meara
"; arnews[8] += "Never Had A Dream Come True music video with Jo O'Meara in lead and Rachel Stevens and the rest of S Club 7 are backers."; arnews[8] += "
Publ.Date : Sun, 06 Aug 2006 15:52:49 GMT"; arnews[8] += "
"; arnews[9]="S Club 7 - Reach (Music Video) - Rachel Stevens & Jo O'Meara
"; arnews[9] += "Reach was released in 2000 and in this video you can see how long Rachel Stevens & Jo O'Meara really is. http://jowiththegoldenvoice.bebo.com"; arnews[9] += "
Publ.Date : Sat, 05 Aug 2006 21:27:23 GMT"; arnews[9] += "
"; totcount = 10; 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("
");