var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Print Version
";
arnews[0] += "After wowing audiences at the Montreal World Film Festival, THE JAZZMAN is ready to strike a chord with audiences on Sunday, October 25th, 2009 at 8PM for its television broadcast premiere on the Super Channel .";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 05:23:19 GMT";
arnews[0] += "
";
arnews[1]="the Jazzman Hits a High Note With Its Television Broadcast Premiere
";
arnews[1] += "After wowing audiences at the Montreal World Film Festival, THE JAZZMAN is ready to strike a chord with audiences on Sunday, October 25th, 2009 at 8PM for its television broadcast premiere on the Super Channel .";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 05:22:28 GMT";
arnews[1] += "
";
arnews[2]="PV boys dominant at region meet
";
arnews[2] += "The Spectrum Daily News The Pine View boys team cruised to a 4A Region 9 cross country title, while Snow Canyon took the crown on the girls' side.";
arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Dillon to be inducted into DSC Hof
";
arnews[3] += "The Spectrum Daily News Dixie State will induct Corey Dillon into the College's Hall of Fame as part of homecoming activities on Oct.";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Blount gets connected; County progressing to plug households into Internet
";
arnews[4] += "By Robert Norris of The Daily Times Originally published: September 14. 2009 3:01AM Last modified: September 13.";
arnews[4] += "
Publ.Date : Mon, 14 Sep 2009 07:34:13 GMT";
arnews[4] += "
";
arnews[5]="New film a The Jazzmana takes cues from life of music legend Moe Koffman
";
arnews[5] += "Josh Koffman's new film \"The Jazzman\" will strike a chord with anyone who's just wanted to get a break in life.";
arnews[5] += "
Publ.Date : Fri, 04 Sep 2009 02:06:19 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("