var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[0] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT";
arnews[0] += "
";
arnews[1]="High school scoreboard: Feb. 9
";
arnews[1] += "After a slow start that led to an 18-11 deficit after one quarter, Gainesville outscored West Forsyth 41-25 for the rest of the game en route to a 52-43 win Tuesday night at West Forsyth.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:55:46 GMT";
arnews[1] += "
";
arnews[2]="Lady Cougars return to action, lose at Eastern Guilford
";
arnews[2] += "Eastern Guilford remained undefeated in conference play and atop the 3-A Mid-State standings following Monday night's 45-34 victory over Rockingham County.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:15:03 GMT";
arnews[2] += "
";
arnews[3]="Tampa actor has role in star-studded 'Valentine's Day'
";
arnews[3] += "Tampa's Carter Jenkins doesn't have the biggest role in \"Valentine's Day\" but he has one of the most memorable scenes.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:11:58 GMT";
arnews[3] += "
";
arnews[4]="Candidates run for seat on Public Service Commission
";
arnews[4] += "The following persons have applied as candidates for the South Carolina Public Service Commission: DISTRICT 2: Bruce Kevin Cole Robert Edward Milhous William Everette Salley David Austin Wright DISTRICT 4: Philip Tibbs Bradley Charlene Carter-Groce Elizabeth Burnett Fleming DISTRICT 6: James Beard, Jr.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Stuart Kelly: The Browser
";
arnews[5] += "So it's come to this. The City of Literature's fourth reading campaign, after Kidnapped, Jekyll And Hyde and The Lost World, is a selection of poems.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 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("