var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="announces publication of a new collection of newspaper pages
";
arnews[0] += "ST. PETERSBURG, Fla. - \" Poynter has announced the publication of a new collection of newspaper pages, \"The Kennedys: America's Front-Page Family.\" Starting in 1960 with John F. Kennedy's run for the presidency and ending with the death of Sen.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:36:47 GMT";
arnews[0] += "
";
arnews[1]=", New Brunswick, Canada
";
arnews[1] += "Jeunesses Musicales Canada presents Jacques Offenbach's opera 'Les Contes d'Hoffmann' at the Capitol Theatre in Moncton Tuesday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:37:18 GMT";
arnews[1] += "
";
arnews[2]="North Side senior guard hits up East Noble for 31
";
arnews[2] += "At least East Noble beat Imani Freeman. Not by much, though. Freeman, a senior starting guard for North Side, was the finger in the Knights' eye all night Friday, scoring 31 points.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:08:42 GMT";
arnews[2] += "
";
arnews[3]="Theaters and Galleries: Shows to See Now
";
arnews[3] += "John DiDonna's young and energetic student cast give us mixed results. While most of the acting is exemplary , the director and his crew did miss some of the black humor at the heart of Weidman's book, as well as some of the pathos of the story's disturbed loners.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:33:32 GMT";
arnews[3] += "
";
arnews[4]="We Haven't Felt This Way In Years @ Double Punch, S.F.
";
arnews[4] += "Event: 'We Haven't Felt This Way In Years @ Double Punch, S.F.' Group Show at Double Punch Gallery S.F. , including artists...Henry Gunderson, Jessica Trippe, Mary Syring, Bwana Spoons, Ryan De La Hoz and so much more! Hi-Fructose, Volume 13 Hi-Fructose Vol.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:26:28 GMT";
arnews[4] += "
";
totcount = 5;
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("