var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville: Absolute Justice an absolute joy
";
arnews[0] += "Lexington TV Examiner rates this: Long anticipated, Friday night's two hour television movie Smallville: Absolute Justice was more than just two episodes of the CW 's popular Smallville series.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Cusick turns tables on Wellpinit
";
arnews[1] += "Louie Bluff scored 11 of his 29 points in the fourth quarter, adding 13 rebounds, and Spencer Shanholtzer hit a pair of free throws in the final minute to help lift Cusick to a 75-72 victory over Wellpinit in the Panorama 1B League tournament Saturday in Kettle Falls.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:37:11 GMT";
arnews[1] += "
";
arnews[2]="Smallville Reaction: Absolute Justice
";
arnews[2] += "Clark, Oliver and Chloe discover a supergroup that reminded me immediately of the Watchmen .";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 05:57:21 GMT";
arnews[2] += "
";
arnews[3]="Administrators freeze own salaries
";
arnews[3] += "As University President Richard Levin and Provost Peter Salovey searched for places to reduce Yale's expenses in order to close this year's $100 million budget gap, they turned to their own salaries.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 11:12:08 GMT";
arnews[3] += "
";
arnews[4]="Hoop season entering final regular season stretch
";
arnews[4] += "Luke Butterfly lets a mid range jumper fly to the hoop against the Arlee Warriors.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Michael Brand lists his differences with Getty boss
";
arnews[5] += "In an interview with Lee Rosenbaum of the art blog CultureGrrl , the former director of the Getty Museum opens up a bit about his problems with Getty Trust president James Wood.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:46:25 GMT";
arnews[5] += "
";
totcount = 6;
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("