var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EDF shakes up management and brings over Veolia's CFO
";
arnews[0] += "French power group EDF said on Thursday it had poached Veolia's chief financial officer Thomas Piquemal to head its finance department and was reorganising the top echelons of its management.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 21:25:02 GMT";
arnews[0] += "
";
arnews[1]="Artprice: Christie's Makes Another Vain ...
";
arnews[1] += "Despite the complete absence of any serious claim from the point of view of intellectual property rights, Christie's has decided - 48 hours before the closure of the trial court's pre-hearing preliminary proceedings and nearly two years after the beginning of the case which has not been subject to a court-ordered appraisal - to raise its claim from ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]=""All the Way to Mars": Melora Hardin Solo CD Arrives in Stores Feb. 9
";
arnews[2] += "Melora Hardin, \"The Office\" star who made her Broadway debut in Chicago , releases her new solo recording Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:09:19 GMT";
arnews[2] += "
";
arnews[3]="Team GB's high hopes for Vancouver
";
arnews[3] += "For a nation which has always preferred contact with ice to be confined to the tinkling of cubes in a glass, the opening of the 21st Winter Olympics on Friday and the ensuing fortnight may offer just a little more than the usual cold comfort.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 16:59:31 GMT";
arnews[3] += "
";
arnews[4]="Mixed bag for Canadians at the pool
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 06 Feb 2010 07:54:20 GMT";
arnews[4] += "
";
arnews[5]="Industry News: Arena's Partnership with Auburn University Swimming...
";
arnews[5] += "Industry News: Arena's Partnership with Auburn University Swimming Team Marks Entrance into American University Sports -- February 4, 2010 CARSLBAD, California, February 4. ARENA, one of the leading sports waterwear companies at the world-wide level, is proud to announce a new partnership with the Auburn University Swimming teams - one of the most ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:39:13 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("