var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mixed bag for Canadians at the pool
";
arnews[0] += "The cynics decided Mike Brown's nickname coming out of the 2004 Olympics in Athens ought to be \"Golden Boy.\" He had finished sixth in the 200 metre breaststroke, the crowning individual achievement of Canada's Olympic swim team.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 07:54:20 GMT";
arnews[0] += "
";
arnews[1]="Dryland Activities Featured in Best of the Morning Swim Show Highlights in February Issue
";
arnews[1] += "PHOENIX, Arizona, February 2. WITH a new year comes new resolutions to stay in shape and get fitter.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 13:37:34 GMT";
arnews[1] += "
";
arnews[2]="Too many MasterChefs may spoil the broth
";
arnews[2] += "On ice: \"I doubt whether Celebrity MasterChef will come back\" Junior MasterChef will hit our screens later in the year, and a professional version could be in the pipeline, but there are doubts whether the celebrity spin-off will return.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 04:26:38 GMT";
arnews[2] += "
";
arnews[3]="Future of Celebrity MasterChef uncertain
";
arnews[3] += "JUNIOR MasterChef will hit our screens later in the year, and a professional version could be in the pipeline, but there are doubts whether the celebrity spin-off will return.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 07:28:46 GMT";
arnews[3] += "
";
arnews[4]="Search for national dish
";
arnews[4] += "SALT and pepper squid has taken over from fish and chips and is well on the way to becoming Australia's national dish, according to Poh Ling Yeow.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 13:00:00 GMT";
arnews[4] += "
";
arnews[5]="Search on to find Australia's national dish
";
arnews[5] += "SALT and pepper squid has taken over from fish and chips and is well on the way to becoming AustraliaA's national dish, according to Poh Ling Yeow.";
arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 14:09:40 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("