var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Julie Roberts: Making out for Valentine's Day
";
arnews[0] += "Cast member Julia Roberts attends the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, California February 8, 2010.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:18:01 GMT";
arnews[0] += "
";
arnews[1]="Audit: Wis. Virtual Schools Close to Capacity
";
arnews[1] += "Continued popularity of Wisconsin's virtual schools are pushing them near capacity, which may force the Legislature to revisit an enrollment cap put in place two years ago, an audit released Tuesday shows.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:05:21 GMT";
arnews[1] += "
";
arnews[2]="Playlist: A little bit country
";
arnews[2] += "A few days ago I saw the movie Crazy Heart , about a down-and-out country singer who, despite being an alcoholic and having a penchant for leaving his belt buckles constantly undone, possesses a grizzled warmth that attracts both Maggie Gyllenhaal and the audience.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:44:04 GMT";
arnews[2] += "
";
arnews[3]="Wisconsin virtual schools close to capacity, audit says
";
arnews[3] += "Continued popularity of Wisconsin's virtual schools are pushing them near capacity, which may force the Legislature to revisit an enrollment cap put in place two years ago, an audit released today shows.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:30:58 GMT";
arnews[3] += "
";
arnews[4]="Julie Roberts: Making out for Valentine's Day
";
arnews[4] += "Cast member Julia Roberts attends the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, California February 8, 2010.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:40:43 GMT";
arnews[4] += "
";
arnews[5]="An Interview With Jeff Dobkin & Jason Coulston of Hidden Kitchen
";
arnews[5] += "You might remember Hidden Kitchen , the spectacular but clandestine restaurant experiment that a foursome of aspiring restauranteurs opened up a few nights a week in borrowed space at The Rooster Cafe in Costa Mesa.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:15:44 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("