var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John R. Hillen, Sr.
";
arnews[0] += "John R. Hillen, sr., 80, of Kelly Lake died in Minneapolis, Minn. on Saturday, Nov.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:30:28 GMT";
arnews[0] += "
";
arnews[1]="'Treme' Star To Ride As Orpheus Royalty
";
arnews[1] += "Actor Steve Zahn, star of HBO's upcoming series \"Treme,\" and disco singer Taylor Dayne will be celebrity royalty in the 2010 Orpheus parade, the krewe announced Tuesday.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 19:37:04 GMT";
arnews[1] += "
";
arnews[2]="Adult Hockey
";
arnews[2] += "Mike Ginestre scored two goals and two assists and Chuck Holder added two goals as Andriaccio's took care of Schutte's, 7-3, at the Jamestown Savings Bank Ice Arena.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 19:31:14 GMT";
arnews[2] += "
";
arnews[3]="Gaborik's 4 points lead Rangers over Blue Jackets
";
arnews[3] += "New York Rangers Matt Gilroy shoots past Columbus Blue Jackets goalie Mathieu Garon to score a goal on a breakaway during the second period of an NHL hockey game at Madison Square Garden in New York, Monday, Nov.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 19:23:35 GMT";
arnews[3] += "
";
arnews[4]="Dhani Harrison's groupthink
";
arnews[4] += "It's easy to understand musician Dhani Harrison's antipathy toward the general concept of being in a rock band.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 18:40:52 GMT";
arnews[4] += "
";
arnews[5]="Orpheus Announces 2010 Celebrity Lineup
";
arnews[5] += "Orpheus, the super krewe founded by New Orleans native Harry Connick Jr., unveiled an eclectic celebrity lineup for its 2010 parade, which will include one of the stars of the upcoming HBO series Treme and recording artist Taylor Dayne.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 17:59:35 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("