var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jason Alexander Warms Up Crowd For CT Forum - Hartford Courant
";
arnews[0] += "\"I didn't even recognize him,\" exclaimed Sandra Robinson of Farmington as the now-bearded Alexander began his shtick. \"He's so short.\" \"I've been to Connecticut before,\" deadpanned the song-and-dance man-turned-magician-turned-Emmy-nominated actor ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 22:33:00 GMT";
arnews[0] += "
";
arnews[1]="Bill Cosby And Jason Alexander Eat Hot Dogs For Charity - Look To The Stars
";
arnews[1] += "Veteran comedian Bill Cosby was spotted eating hot dogs for charity last week. The actor was at Pink’s Famous Hot Dogs on La Brea Avenue on Thursday night to help celebrate its 70th anniversary and raise money for charity. The initiative – the ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="Comedy : - News.com.au
";
arnews[2] += "FOR many, Jason Alexander will always be George Costanza, the self-obsessed, egocentric character he brought to life in the cult American television series Seinfeld . The dysfunctional character is etched into the memory of every Seinfeld fan, and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:37:00 GMT";
arnews[2] += "
";
arnews[3]="Worth noting - Biloxi Sun Herald
";
arnews[3] += "The Sun Herald will run registrations, tournaments and meetings for at least two weeks before the event. Mail information to: Sun Herald, P.O. Box 4567, Biloxi, MS 39535-4567l; fax to 896-2104, or e-mail to sports@sunherald.com. St. Paul Carnival ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[3] += "
";
arnews[4]="Critic’s corner - Boston Globe
";
arnews[4] += "Last week’s episode was a bummer, and not because the writing was so weak. I really expected January Jones to surprise the world with comic chops she’d been keeping hidden on “Mad Men.’’ Boy, was I wrong. She was so half-hearted about ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:27:00 GMT";
arnews[4] += "
";
arnews[5]="Levi Johnston, Male Prima Donna - The Hollywood Gossip
";
arnews[5] += "Seinfeld star Jason Alexander. A witness reports: \"[Levi] then made a big show of getting on first.\" \"He was seated in the front row of first class, looking like he was born to be there and waiting for recognition. Jason Alexander was quietly sitting ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:30: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("