var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On The Road With Shannon Hicks, November 13
";
arnews[0] += "The first show will be a headliner by HATEBREED, who will be in Hartford on December 30.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 06:07:36 GMT";
arnews[0] += "
";
arnews[1]="Change your name after marriage?
";
arnews[1] += "Lots of folks have Sunday morning rituals -- church, pancakes, watching football.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 15:14:17 GMT";
arnews[1] += "
";
arnews[2]="$12.99 Jack Bauer Seasons!! $12.99 Simpsons Season 12!! $10.45...
";
arnews[2] += "The best news is the movies brought back the series' original supporting cast and writers.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 12:17:15 GMT";
arnews[2] += "
";
arnews[3]="Superman!! Rockford!! Chuck!! Damages!! Simpsons!! Shield!! X-Men!! Star Wars!! HercVault
";
arnews[3] += "\"The Rockford Files\" came to an abrupt end in 1980, but James Garner and Universal resolved their differences by 1994, when CBS launched a new series of Jim Rockford TV movies that demonstrated how the P.I. functioned in the era of cell phones and the Internet.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 07:16:19 GMT";
arnews[3] += "
";
arnews[4]="SUPERMAN!! ROCKFORD!! CHUCK!! DAMAGES!! IMPOSSIBLE!! WEEDS!!...
";
arnews[4] += "\"The Rockford Files\" came to an abrupt end in 1980, but James Garner and Universal resolved their differences by 1994, when CBS launched a new series of Jim Rockford TV movies that demonstrated how the P.I. functioned in the era of cell phones and the Internet.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 04:42:59 GMT";
arnews[4] += "
";
arnews[5]="SUPERMAN!! ROCKFORD!! CHUCK!! DAMAGES!! IMPOSSIBLE!! WEEDS!!...
";
arnews[5] += "\"The Rockford Files\" came to an abrupt end in 1980, but James Garner and Universal resolved their differences by 1994, when CBS launched a new series of Jim Rockford TV movies that demonstrated how the P.I. functioned in the era of cell phones and the Internet.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 09:58:34 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("