var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mavis Spencer Selected As 2010 Miss Golden Globe
";
arnews[0] += "Mavis Spencer Selected As 2010 Miss Golden Globe for 67th Annual Golden Globe Awards to be Telecast Live on NBC on Jan.";
arnews[0] += "
Publ.Date : Wed, 09 Dec 2009 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Pat Benatar
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 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("