var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Furyk's putter fires to subdue Sabbatini
";
arnews[0] += "Jim Furyk won the PGA Mercedes Championship in Hawaii after sinking a 10ft birdie putt on the last hole and then watching on TV from the scoring trailer as South African Rory Sabbatini missed a three-footer that would have forced a play-off. Jim Furyk won the PGA Mercedes Championship in Hawaii after sinking a 10ft birdie putt on the last hole and ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:18:26 GMT";
arnews[0] += "
";
arnews[1]="Hospital suicide prompts policy review
";
arnews[1] += "Two years after a Alberta Hospital patient hanged himself with his shoelaces and a hoodie string, an Edmonton judge has recommended Alberta Health set new rules directing staff to take dangerous items away from people who want to kill themselves.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:15:44 GMT";
arnews[1] += "
";
arnews[2]="Tamil Nadu crawls to 134
";
arnews[2] += "Chennai: Tamil Nadu crawled to 134 for three, scoring at a tedious two runs an over for the most part of day two of the Elite Group B match for the Cooch Behar under-19 tournament here on Saturday.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:56:49 GMT";
arnews[2] += "
";
arnews[3]="Workhorses strike it rich
";
arnews[3] += "Mumbai: They are the workhorses. They keep their nose to the grindstone not showing a semblance of lack of spirit.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:56:33 GMT";
arnews[3] += "
";
arnews[4]="Police can now track your e-mails
";
arnews[4] += "The police can now read your e-mails without prior permission from the home department.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:20:59 GMT";
arnews[4] += "
";
arnews[5]="Gaurav wins ONGC Masters
";
arnews[5] += "The response was a faint smile when an acquaintance congratulated Gaurav Pratap Singh with the words: a oeYou nearly sank our hearts.a Watching the 25-year-old almost throw it away with back-to-back bogeys on the 17th and 18th, the elderly gentleman may have skipped a few beats but the champion was clear as he strove to tide over the damage.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:56:00 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("