var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Albanisa Employees Jailed for Embezzlement
";
arnews[0] += "Submitted by fyl on Thu, 2009/12/31 - 11:19. The Latin American Herald Tribune reports that three former Albanisa employees have been charged with embezzlement and two are in jail.";
arnews[0] += "
Publ.Date : Thu, 31 Dec 2009 17:19:32 GMT";
arnews[0] += "
";
arnews[1]="Young people being warned to stay away
";
arnews[1] += "Local hospitals are changing visitor policies in an effort to prevent the spread of seasonal and swine flu.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 09:11:28 GMT";
arnews[1] += "
";
arnews[2]="Local hospitals restrict visitors to prevent spread of flu
";
arnews[2] += "Area hospitals have issued stricter visitor policies in an effort to prevent the spread of seasonal and swine flu.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 04:26:23 GMT";
arnews[2] += "
";
arnews[3]="Investigates:Bushwick Under Bloomberg
";
arnews[3] += "Come Election Day, votes will be cast in the mayoral race at P.S. 6 on Page Avenue near the southern tip of Staten Island, a mere 3,000 feet from the waters of Raritan Bay.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 04:15:11 GMT";
arnews[3] += "
";
arnews[4]="Investigates:Bushwick Under Bloomberg
";
arnews[4] += "Come Election Day, votes will be cast in the mayoral race at P.S. 6 on Page Avenue near the southern tip of Staten Island, a mere 3,000 feet from the waters of Raritan Bay.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 03:47:56 GMT";
arnews[4] += "
";
arnews[5]="3 of 4 Ju rez shooting victims were U.S. citizens
";
arnews[5] += "Three of four victims killed in a Juarez motel were U.S. citizens, a spokesman for Chihuahua state attorney general's office said Wednesday.";
arnews[5] += "
Publ.Date : Thu, 24 Sep 2009 22:29:26 GMT";
arnews[5] += "
";
arnews[6]="3 of 4 Ju rez shooting victims were U.S. citizens
";
arnews[6] += "Three of four victims killed in a Juarez motel were U.S. citizens, a spokesman for Chihuahua state attorney general's office said Wednesday.";
arnews[6] += "
Publ.Date : Thu, 24 Sep 2009 18:32:07 GMT";
arnews[6] += "
";
totcount = 7;
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("