var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Caan Files For Divorce From 4th Wife - Gant Daily
";
arnews[0] += "Los Angeles, CA (CNS) - Film veteran James Caan has filed for divorce from his wife of 14 years. \"The Godfather\" actor first filed for the dissolution of his marriage from Linda Stokes in 2005, but called it off after they have reconciled. According ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="Because I Said So - San Diego weekly Reader
";
arnews[1] += "With Gabriel Macht, Tom Everett Scott, Lauren Graham, Piper Perabo, and Stephen Collins; directed by Michael Lehmann. 2007.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:26:00 GMT";
arnews[1] += "
";
totcount = 2;
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("