var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tatum gets to steppin' for 'Dancing with the Stars'
";
arnews[0] += "Tatum High School seniors are hoping to raise more than $4,000 tonight at the district's first \"Dancing with the Stars - Tatum Style\" event.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:26:42 GMT";
arnews[0] += "
";
arnews[1]="Billie Myers remixed by Barry Harris
";
arnews[1] += "Critically acclaimed DJ/Remixer Barry Harris is making his highly anticipated return onto the music scene delivering five exclusive remixes of \"Wonderful\" by British platinum recording artist Billie Myers.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:11:03 GMT";
arnews[1] += "
";
arnews[2]="Enrique Iglesias' X-rated video released
";
arnews[2] += "Enrique has realised that he cannot 'Escape' the past as an old X-rated video starring him has been made public.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:46:45 GMT";
arnews[2] += "
";
arnews[3]="Billboard Latin Music Awards Move To Puerto Rico
";
arnews[3] += "The Billboard Latin Music Awards will take place in Puerto Rico in 2010. It'll be the first time the prizegiving has been held outside Florida in its 20-year history and Latino stars are thrilled by the news, which was announced at a press conference on Tuesday morning .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:11:45 GMT";
arnews[3] += "
";
arnews[4]="Tatum gets to steppin' for 'Dancing with the Stars'
";
arnews[4] += "Tatum High School seniors are hoping to raise more than $4,000 tonight at the district's first \"Dancing with the Stars - Tatum Style\" event.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:48:31 GMT";
arnews[4] += "
";
arnews[5]="Shakira goes Fergalicious
";
arnews[5] += "SHAKIRA looks like she's been swapping style tips with FERGIE in her latest video.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:39:58 GMT";
arnews[5] += "
";
arnews[6]="Midweek musings: Some 'house repairs
";
arnews[6] += "There's no statute of limitations for a statue with limitations. Or something like that.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 11:18:50 GMT";
arnews[6] += "
";
totcount = 7;
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("