var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Suspected Ga. Jewel Thieves Crash During Getaway - Officer.com
";
arnews[0] += "Suspects in a smash-and-grab robbery collided with a tractor-trailer Monday during their getaway, according to Gwinnett County police. The crash happened at the intersection of Lawrenceville Suwanee Road and the on ramp of Interstate-85 southbound at ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:56:00 GMT";
arnews[0] += "
";
arnews[1]="Jewel tells EW about her 'Valentine's Day' soundtrack contribution ... - Entertainment Weekly Online
";
arnews[1] += "Jewel is also working on her next album—which she said will likely be out in June. “I am not quite finished with it but I am scheduled to put it out in June no matter what,” she says. “I have been cutting tracks in Nashville and finishing ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[1] += "
";
arnews[2]="Police hunt jewel thieves - Sunderland Echo
";
arnews[2] += "Your account has been frozen . For your available options click the below button. Police are hunting thieves who took a stash of valuable jewellery in a raid on house. The home, in Charter Drive, East Herrington, was broken into and burglars got away ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[2] += "
";
arnews[3]="Sunkist and Jewel-Osco® team up in new“Sharing is Caring” program ... - pressreleasepoint.com
";
arnews[3] += "Sunkist Growers and JEWEL-OSCO’s Chicago area retail stores joined forces in January to help the hungry through a “Sharing is Caring” promotion. At the end of the month-long program, $7,500.00 was donated to the Northern Illinois Food Bank ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:19:00 GMT";
arnews[3] += "
";
arnews[4]="A capella groups shine in Marblehead - Daily Item
";
arnews[4] += "First place in the group competition went to Marblehead High's Jewel Tones, followed by A La Mode from Bristol, Conn. and the Town Criers from Weston. But Luminescence, Marblehead High's original a capella group, was not overlooked by the judges.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[4] += "
";
totcount = 5;
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("