var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Irma Kowalczyk
";
arnews[0] += "Mrs. Irma Kowalczyk, 76 years old, of Smith Road, Amsterdam, N.Y., entered into rest Saturday at St.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:15:53 GMT";
arnews[0] += "
";
arnews[1]="Venus In Fur / Ages Of The Moon
";
arnews[1] += "Julie Andrews has been a performer for some six decades and shows no signs of slowing down.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="How the stars get the hots on Valentine's Day
";
arnews[2] += "WANT to deliver that perfect romantic gesture this Valentine's Day? Follow the lead of the world's most lovedup celebs.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:56:30 GMT";
arnews[2] += "
";
arnews[3]="A performera s life in sounds and visions
";
arnews[3] += "Attending a play on the third floor at the Great Arrow Building - cavernous, sprawling, intimidating - can be arduous, particularly on these frigid February nights.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:54:28 GMT";
arnews[3] += "
";
arnews[4]="Damned United author for Leeds LitFest
";
arnews[4] += "David Peace, author of The Damned United , will be a headline attraction at a Leeds literature festival.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]=""Tony n' Tina's Wedding"
";
arnews[5] += "Are you one of those people who hates going to a wedding because ita s too boring? Wella dona t hesitate to accept this invitation to attend Carousel Productions presentation of a oeTony n Tinaa s Weddinga .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:47:05 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("