var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Newspapers with art critics: California shines - Arts Journal
";
arnews[0] += "The two best art critics still employed by a U.S. newspaper who don't work for the New York Times are both in California: Christopher Knight at the LA Times and Kenneth Baker at the SF Chronicle. There are no art critics on staff at daily newspapers ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:09:00 GMT";
arnews[0] += "
";
arnews[1]="Memorable 'America's Top Model' contestants - Inside Bay Area
";
arnews[1] += "'America's Next Top Model\" is set to announce its 13th winner Wednesday (8 p.m. The CW). No matter which of the two finalists is chosen to win a modeling contract and a spot on the cover of Seventeen magazine, she will be memorable as the winner of a ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:58:00 GMT";
arnews[1] += "
";
arnews[2]="Standard Chartered Launches Nigerian-Malaysian Trade Corridor - leadershipnigeria
";
arnews[2] += "Standard Chartered Bank has restated its support for bilateral trade between Africa and Asia, with the launch of the Nigerian- Malaysian Trade Corridor. The initiative was part of a seminar held in Lagos in conjunction with the Nigeria-Malaysian ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[2] += "
";
arnews[3]="'American Pie Presents: The Book Of Love' On DVD Dec. 22 - Starpulse.com
";
arnews[3] += "The latest hilarious new escapade from the ever-popular, long-running American Pie comedy franchise, \"American Pie Presents: The Book of Love\", comes to Blu-ray Hi-Def and DVD on December 22, 2009 from Universal Studios Home Entertainment. The newest ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 13:53:00 GMT";
arnews[3] += "
";
arnews[4]="Peter Shelton and the peanut gallery - Arts Journal
";
arnews[4] += "LA Times art critic Christopher Knight had to respond, but such responses are tricky. Knight cannot shoot inside his own building. While he can be tough as he wants on targets outside the Times, inside it he treads lightly. When my former PI ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:00: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("