var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="X Factor fever sweeps Through Charity Auction as bids to...
";
arnews[0] += "X Factor fever sweeps Through Charity Auction as bids to watch show hits 5 figures in first 5 hours.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:14:15 GMT";
arnews[0] += "
";
arnews[1]="Fan 'bids thousands for X Factor seats'
";
arnews[1] += "An X Factor fan has reportedly bid a five-figure sum in an auction of VIP tickets for the show.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:36:20 GMT";
arnews[1] += "
";
arnews[2]="Celeb Bey fans are crazy in love
";
arnews[2] += "The line-up ... Peter Andre, Joe Calzaghe with girlfriend Kristina Rihanoff standing outside the door, Gordon, Alexandra Burke and Frank Lampard whose new girlfriend Christine is outside with Kristina FRANK LAMPARD made a late run into the O2 on Monday night - slipping his marker CHRISTINE BLEAKLEY for an ale with Bizarre.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:18:53 GMT";
arnews[2] += "
";
arnews[3]="Extra Cromer show for Strictly dancers
";
arnews[3] += "Strictly Come Dancing's Kristina Rihanoff and Brian Fortuna. Pic: submitted. A stage show featuring two stars of TV's Strictly Come Dancing is adding a second night at a Norfolk theatre after fans took a quickstep to the box office, and bought all the seats within 48 hours of them going on sale.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:41:18 GMT";
arnews[3] += "
";
arnews[4]="Strictly stars James and Ola head to Norwich
";
arnews[4] += "They are two of Strictly Come Dancing's hottest professionals but James and Ola Jordan's dancing know-how is not just to be reserved for celebrities - they will be sharing their secrets to a sultry samba and winning ways with waltzes with 10 lucky Norfolk couples next year.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:14:26 GMT";
arnews[4] += "
";
arnews[5]="Jedward faves for 1m deal
";
arnews[5] += "BRITAIN'S lottery millionaires yesterday celebrated the 15th anniversary of the draw and toasted their winnings of 400 million.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 09:41:33 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("