var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aisleyne Horgan-Wallace is Drunk and Slutty
";
arnews[0] += "Here's British glamour model Aisleyne Horgan-Wallace drunk out of her mind while wearing a slutty outfit .";
arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 19:53:06 GMT";
arnews[0] += "
";
arnews[1]="Aisleyne praises "nice guy" Alex Reid
";
arnews[1] += "Former Big Brother star Aisleyne Horgan-Wallace has revealed that she is a fan of current housemate Alex Reid.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 20:03:42 GMT";
arnews[1] += "
";
arnews[2]="EX-housemate forced to evacuate carriage after someone threw themselves under
";
arnews[2] += "GLAMOUR girl AISLEYNE HORGAN-WALLACE was left shaken after witnessing someone throw themselves under a train.";
arnews[2] += "
Publ.Date : Sun, 10 Jan 2010 15:59:20 GMT";
arnews[2] += "
";
arnews[3]="BIG Brother flop Aisleyne looks worse for wear as she hits the town for wild bash
";
arnews[3] += "BIG Brother party girl Aisleyne Horgan Wallace almost fell out of her skimpy outfit as she hit the town for a boozy Christmas party.";
arnews[3] += "
Publ.Date : Wed, 30 Dec 2009 14:52:35 GMT";
arnews[3] += "
";
arnews[4]="Tourette's sufferer wins Big Brother
";
arnews[4] += "Tourette's sufferer Pete Bennett tonight won the seventh series of Big Brother. The 24-year-old rock singer from Brighton beat teenage Welsh lifeguard and school head boy Glyn Wise to walk away with the 100,000 prize.";
arnews[4] += "
Publ.Date : Wed, 02 Dec 2009 16:42:40 GMT";
arnews[4] += "
";
arnews[5]="the Urban Music Award's Uk Return for Another Successful Night
";
arnews[5] += "Another successful night was had by all at the return of the prestigious 7th annual Urban Music Awards at the heart of London city at a secret location on the 1st of November 2009.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 22:40:11 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("