var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Drug cartels threaten Mexican stability
";
arnews[0] += "Crime 'has become defiant,' president says, as police and politicians are forced to face 'the bribe or the bullet' The drug cartels of Mexico have grown into such a massive criminal enterprise that they have supplanted the government in whole regions and threaten to turn the country into a narco-state like 1990s-era Colombia , say law enforcement ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:25:34 GMT";
arnews[0] += "
";
arnews[1]="NewS.21.20100209160450.C_nics_van_theatre_2_jr_06_20100211.jpg
";
arnews[1] += "The players from Vancouver Theatre Sports League were somewhat surprised to be called back for an encore after wrapping up their hour-and-a-half improv comedy show Saturday at the Civic Centre.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:21:46 GMT";
arnews[1] += "
";
arnews[2]="One Bet You're Sure to Lose
";
arnews[2] += "Four minutes from now, you and I are going to make a bet -- and I can virtually guarantee you will lose.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:02:11 GMT";
arnews[2] += "
";
arnews[3]="Bill Cunningham is Albano's successor at Travelers
";
arnews[3] += "Travelers Cos. Inc. turned to longtime company insider William E. Cunningham to succeed John J. Albano in running the Hartford property-casualty giant's business insurance segment.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:30:00 GMT";
arnews[3] += "
";
arnews[4]="Scout International Fund Named SmartMoneya s Top Foreign Fund
";
arnews[4] += "Scout Investment Advisors , Inc., a subsidiary of UMB Financial Corporation , announced today that the Scout International Fund was named SmartMoneya s Top Foreign Fund as part of its feature on a oeThe 15 Best Funds to Complete Your Comebacka in the March 2010 issue.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:38:54 GMT";
arnews[4] += "
";
arnews[5]="Toyota: a family firm which became a byword for reliability
";
arnews[5] += "The Japanese firm Toyota, which has announced it will recall 170,000 Prius hybrid cars suffering from braking problems, grew from family roots to become a byword for reliability and safety.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:17:17 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("