var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Town Falls Silent Again For Sad Milestone
";
arnews[0] += "Two British soldiers killed in Afghanistan have been returned home in the 100th repatriation ceremony to be held at RAF Lyneham.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:01:20 GMT";
arnews[0] += "
";
arnews[1]="Town To Fall Silent Again For Sad Milestone
";
arnews[1] += "A sad milestone is being marked in the Wiltshire town of Wootton Bassett. The 100th repatriation of British soldiers killed in Afghanistan will send another cortege through the community which has become a national focal point for people to pay their respects to fallen service personnel.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:25:41 GMT";
arnews[1] += "
";
arnews[2]="ROGC gymnasts are star performers
";
arnews[2] += "ROCHDALE Olympic Gymnastics Club held their Invitational Floor and Vault Championships for 2009 at Matthew Moss High School.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 10:08:42 GMT";
arnews[2] += "
";
arnews[3]="America's Next Top Model
";
arnews[3] += "Rae's Top Model dreams were shattered last week, and the six remaining girls go to Hawaii.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 15:10:14 GMT";
arnews[3] += "
";
arnews[4]="'America's Next Top Model': Episode 9 recap
";
arnews[4] += "The girls arrive home to find the Top Model house has been plastered in 'danger' warning signs.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 14:43:55 GMT";
arnews[4] += "
";
arnews[5]=""America's Next Top Model" Cycle 13: Aloha, bitches
";
arnews[5] += "The girls came back from the last elimination to find that their house was condemned.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 01:43:43 GMT";
arnews[5] += "
";
arnews[6]="Wednesday's TV Highlights: The boys want to save the dolphins and whales on 'South Park'
";
arnews[6] += "SAVE THE WHALES: Stan leads Cartman and the gang on a crusade to save dolphins and whales in a new episode of 'South Park' at 10 p.m. Comedy Central.";
arnews[6] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("