var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fiance of 13-Year-Old Girl Reported Missing, Charged With Rape
";
arnews[0] += "In America, we tend to frown on the idea of child brides. When Douglas County detectives responded to a missing persons call last November, they had every reason to suspect the woman who dialed 911 was over 18.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:03:00 GMT";
arnews[0] += "
";
arnews[1]="Arsenal v Liverpool Preview: Beware the wounded animal, says Steven Gerrard
";
arnews[1] += "STEVEN GERRARD believes Liverpool have answered the critics who had written them off earlier in the season.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Peyret: Spain's secret talent
";
arnews[2] += "Perfect bracket could win you $5,000 cash! First select which two teams will advance out of each the eight groups.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:28:45 GMT";
arnews[2] += "
";
arnews[3]="'A long way to go but signs are encouraging'
";
arnews[3] += "By Nick Teale After a turbulent first half of the season things seem to be looking up at Anfield.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:28:29 GMT";
arnews[3] += "
";
arnews[4]="Watch Arsenal Vs Liverpool Online
";
arnews[4] += "Arsenal Vs Liverpool Live Streaming & Match Preview Premier League a ' Arsenal Vs Liverpool Live Online - Click Here Wednesday, 10th February 2010 Kick Off : 19:45 GMT Venue : Emirates Stadium, London This Premier League game between Arsenal and Liverpool will be played at the Emirates Stadium on Wednesday 10th February Feb 10 2010, kick-off set ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:08:51 GMT";
arnews[4] += "
";
arnews[5]="Tonight's team news
";
arnews[5] += "Arsenal are once again thin in attack as Eduardo remains sidelined for the visit of Liverpool .";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:50:29 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("