var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Give us your X Factor theme night ideas
";
arnews[0] += "We've had some shockers in this series a ' and we haven't even endured Wham night yet - so how would you reverse the trend? Does the X Factor really hate us enough to subject us to Olly's interpretation of a Wham classic? Photograph: Ken McKay / Rex Features Has X Factor has become such an unstoppable juggernaut that it's now deliberately ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 13:02:05 GMT";
arnews[0] += "
";
arnews[1]="This week just gone
";
arnews[1] += "This year's most-asked questions, according to Google search terms: 1. Why no AC/DC on iTunes? 2. Whatever happened to Samantha Mumba? 3. Who owns guitar hero? 4. What happened to Rick Waller? 5. Who is Beth Ditto? 6. What genre are Kasabian? 7. Who's gay in hip-hop? 8. Where does Chad Kroeger live? 9. Why the Fugees split? 10.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 13:24:47 GMT";
arnews[1] += "
";
arnews[2]="12:50 Cheryl Cole: Angel of the North
";
arnews[2] += "It was five years ago that Barry Egan last met Cheryl Cole. Back then, she was just off the council estate and a fan of slippery nipple cocktails.";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 12:16:54 GMT";
arnews[2] += "
";
arnews[3]="Wardrobe for rent
";
arnews[3] += "Singer and actress Samantha Mumba arriving for the UK gala premiere of Spider-Man 2, wearing a diamond-encrusted web dress worth A 5million Jimmy Choo Etta sandals, A 60 per week at Cinderella Me Christian Louboutin Very Prive Glittart peep-toes, A 70 per week at Cinderella Me Mulberry Bayswater bag, A 65 per month at Fashion Hire Chloe Paddington ...";
arnews[3] += "
Publ.Date : Sat, 29 Aug 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Auction Date: Above, Tilly. Below, JK Rowling and her print
";
arnews[4] += "MORE than 100 celebrities have given a North-East toddler a helping hand. An exhibition of pictures and hand casts created by famous people will go on display before being auctioned to raise money for Tilly Lockey, from Tow Law, County Durham, whose hands and toes had to be amputated after she contracted meningitis when she was 15 months old.";
arnews[4] += "
Publ.Date : Thu, 27 Aug 2009 13:42:12 GMT";
arnews[4] += "
";
arnews[5]="Golden touch
";
arnews[5] += "Running the gauntlet of red-carpet reporters at the London premiere of Inglourious Basterds recently, Boyzone 's Ronan Keating couldn't resist letting the assembled hacks in on a secret: uber-scenester Mark Ronson was being lined up to produce the leathery man-band's new record.";
arnews[5] += "
Publ.Date : Fri, 14 Aug 2009 07: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("