var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top Gear
";
arnews[0] += "Sunday 22 November 9:00pm - 10:00pm BBC2 London & South East 2/7 Once again a cry of aAoeHow hard can it be?aA goes up from the Top Gear team, words that in the past have led to bumbling but enjoyable attempts to create amphibious vehicles and an open-top people carrier.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:07:50 GMT";
arnews[0] += "
";
arnews[1]="Doctor Who Matt Smith gets scruffy
";
arnews[1] += "IF HIS sonic screwdriver is all it's cracked up to be, scruffy new Doctor Who Matt Smith could use it to tidy up his look.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:54:58 GMT";
arnews[1] += "
";
arnews[2]="D'Acampo refuses to go to Bush Telegraph
";
arnews[2] += "Gino D'Acampo has refused to go to the Bush Telegraph. The chef was angry after he was disqualified from the 'Gone Fishing' bush battle and began to boycott the programme's confession room.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:28:56 GMT";
arnews[2] += "
";
arnews[3]="Kim Woodburn wins second bush battle
";
arnews[3] += "Kim Woodburn has won the second bush battle and has returned to base camp. The How Clean Is Your House? star also received immunity from the first public vote after her victory.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:28:46 GMT";
arnews[3] += "
";
arnews[4]="Price, Woodburn tackle eating trial
";
arnews[4] += "Katie Price and Kim Woodburn attempted to eat kangaroo anus and testicles to win food for camp.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:28:27 GMT";
arnews[4] += "
";
arnews[5]="Jade Johnson withdraws from 'Strictly'
";
arnews[5] += "Olympic athlete Jade Johnson has been forced to withdraw from Strictly Come Dancing through injury.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:31:14 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("