var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Years after son's death, mom hears his heart
";
arnews[0] += "LOS ANGELES Kim Patterson moved the stethoscope over the shirt of the 60-year-old man she'd just met until finally she found the sound of her son's beating heart.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:17:00 GMT";
arnews[0] += "
";
arnews[1]="Rockwell College much too strong for cup favourites
";
arnews[1] += "All the talk before this thrilling Avonmore Munster Senior schools first round game between Rockwell College and Limerick City's St Munchin's College was about statistics - Munchin's were the first side ever to play in this competition with a set of triplets in their team, their side included ten players capped by Munster schools this year and most ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:41:21 GMT";
arnews[1] += "
";
arnews[2]="Years after son's death, mom hears his heart
";
arnews[2] += "LOS ANGELES Kim Patterson moved the stethoscope over the shirt of the 60-year-old man she'd just met until finally she found the sound of her son's beating heart.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:01:57 GMT";
arnews[2] += "
";
arnews[3]="8th candidate signs up for mayoral race
";
arnews[3] += "An eighth candidate has entered the race for Ottawa mayor. Mike Maguire has filed his election papers, joining Jim Watson, Coun.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 20:40:42 GMT";
arnews[3] += "
";
arnews[4]="Hawks send 4 to districts
";
arnews[4] += "Edmond 140; 4. South Hamilton 134; 5. Ogden 133.5; 6. Prairie Valley 128.5; 7. South Hardin 78.5; 8. Southeast Webster-Grand 59.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 07:06:35 GMT";
arnews[4] += "
";
arnews[5]="Manson NW takes sectional mat title
";
arnews[5] += "Edmond 140; 4. South Hamilton ; 5. Ogden 133.5; 6. Prairie Valley 128.5; 7. South Hardin 78.5; 8. Southeast Webster-Grand 59.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:44:05 GMT";
arnews[5] += "
";
arnews[6]="Edwards rescues Welshpool
";
arnews[6] += "CARMARTHEN manager Deryn Brace is still waiting for his side to kick-start a stuttering campaign after they let the visitors back into a game they had controlled at Richmond Park.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 08:38:34 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("