var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pat Benatar
";
arnews[0] += "After years of creating hit songs and albums and taking home four Grammy Awards, Pat Benatar is still out on the road, sharing her music with fans in North America.";
arnews[0] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Benatar, Giraldo hit EQC with their best shot
";
arnews[1] += "BEST SHOT. Pat Benatar and Neil Giraldo play Emerald Queen Casino on July 17 and 18.";
arnews[1] += "
Publ.Date : Thu, 16 Jul 2009 04:42:39 GMT";
arnews[1] += "
";
totcount = 2;
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("