var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olympic torch arrives in Charlottetown
";
arnews[0] += "Joy Gallant was pleasantly surprised by the waves of emotion that swept through her at the sudden appearance of a tall yellow flame cutting through the pounding music of the Olympic torch relay event in Charlottetown Saturday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:39:22 GMT";
arnews[0] += "
";
arnews[1]="H. Johnston
";
arnews[1] += "R.H. \"H\" Johnston, 78, of Dow, died Thursday, Nov. 19, 2009, at McAlester Regional Health Center.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:37:25 GMT";
arnews[1] += "
";
arnews[2]="Dollar, commodities' trades under threat
";
arnews[2] += "These trades exploiting high correlation between the dollar, dollar-priced commodity prices and related shares have been a key feature of the year-end rally as investors grow convinced that policymakers in the developed world would keep interest rates near zero.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:18:16 GMT";
arnews[2] += "
";
arnews[3]="Olympic torch arrives in Charlottetown
";
arnews[3] += "Joy Gallant was pleasantly surprised by the waves of emotion that swept through her at the sudden appearance of a tall yellow flame cutting through the pounding music of the Olympic torch relay event in Charlottetown Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:50:58 GMT";
arnews[3] += "
";
arnews[4]="Kim Woodburn wins second bush battle
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 22 Nov 2009 01:28:46 GMT";
arnews[4] += "
";
arnews[5]="Price, Woodburn tackle eating trial
";
arnews[5] += "Katie Price and Kim Woodburn attempted to eat kangaroo anus and testicles to win food for camp.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:28:27 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("