var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Family says pair unfairly accused by cops - Record
";
arnews[0] += "STOCKTON - Relatives of a mother-daughter pair jailed in connection with a fatal gang shooting at Amore's Italian Restaurant in Tracy accused investigators Monday of rounding up innocent family members. Natalie Martinez, 45, and her daughter, Julissa ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Death Race 2 Details: Go Behind Frank's Mask - io9.com
";
arnews[1] += "The next Death Race film is off and casting. But what will this prequel tell us about Frank, the ruthless cop killer? More importantly, Natalie Martinez is back, to slo-mo walk for your pleasure. I also took painstaking efforts to make certain that ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="EXCL: What Can We Expect from Death Race 2 ? - ShockTillYouDrop.com
";
arnews[2] += "In Paul Anderson's remake, Lists and Case were played by Frederick Koehler and Natalie Martinez (pictured), respectively. We hope she's back, too. \"I also took painstaking efforts to make certain that this prequel organically sets up a lot of the ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Hard Rock Hotel takes the wrap - Chicago Sun-Times
";
arnews[3] += "Downtown shoppers can have their holiday gifts wrapped in exchange for a charitable donation on Nov. 27 at the Hard Rock Hotel. For the event, the hotel is partnering with Gilda's Club, a non-profit organization for people with cancer and their ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:33:00 GMT";
arnews[3] += "
";
totcount = 4;
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("