var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lil Wayne NY sentencing put off for dental surgery
";
arnews[0] += "After rap star Lil Wayne spent months bidding farewell to his fans and his freedom, what loomed for him Tuesday was a dental chair, not a house of detention.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:39:27 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker on Roddick: a oeHe Got his Agent to Call my Agenta
";
arnews[1] += "Sports Illustrated's newest swimsuit cover girl, Brooklyn Decker, says her marriage to tennis ace Andy Roddick began with a phone call between their agents.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:32:02 GMT";
arnews[1] += "
";
arnews[2]="Daily television guide
";
arnews[2] += "Chat 10 a.m. Matthew Gilbert on \"American Idol.'' Chat 11 a.m. Critic Devra First on restaurants.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:18:47 GMT";
arnews[2] += "
";
arnews[3]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT";
arnews[3] += "
";
arnews[4]="Lil Wayne's sentencing postponed for dental surgery
";
arnews[4] += "Rapper Lil Wayne exits Manhattan criminal court Tuesday. Sentencing in the hip-hop artist's 2007 gun-possession case was postponed until March 2 so he can have some dental surgery.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:26:08 GMT";
arnews[4] += "
";
arnews[5]="Ringo Starr honored with Walk of Fame star
";
arnews[5] += "A star for former Beatles drummer Ringo Starr was added to the Hollywood Walk of Fame Monday evening during a whimsical ceremony that also marked the 50th anniversary of the sidewalk attraction's groundbreaking.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:37:13 GMT";
arnews[5] += "
";
arnews[6]="Big bands (not that kind) flock to the Sheep
";
arnews[6] += "We don't know whether it's the approach of spring, the mighty booking power of the Black Sheep , or the decline in fortune of once-famous bands - most likely a bit of all three - but we do know that both JET and VNV Nation have both been booked to play everyone's favorite all-ages venue.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 04:36:36 GMT";
arnews[6] += "
";
totcount = 7;
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("