var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The cast
";
arnews[0] += "Check out NEW photos of the cast of Everwood . Image 1 of 23 Third Season Cast Everwood Pictured : Scott Wolf as Dr.";
arnews[0] += "
Publ.Date : Mon, 14 Sep 2009 06:26:56 GMT";
arnews[0] += "
";
arnews[1]="New faces, creative use of spaces abound
";
arnews[1] += "The following is a summary of responses to a questionnaire sent to Elk River Area School District principals.";
arnews[1] += "
Publ.Date : Fri, 04 Sep 2009 21:48:40 GMT";
arnews[1] += "
";
arnews[2]="Whatever Happened To...The Cast Of Everwood?
";
arnews[2] += "From time to time, I'll be checking in on some of your favorite CW and WB programs to catch you up on what the stars of those shows have been up to since their departure from the airwaves.";
arnews[2] += "
Publ.Date : Sat, 22 Aug 2009 01:22:39 GMT";
arnews[2] += "
";
totcount = 3;
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("