var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Art School Confidential' is realistic, well acted
";
arnews[0] += "College movies are usually wild comedies with lots of booze or heavy duty stuff with stressed out students in constant turmoil.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 18:00:11 GMT";
arnews[0] += "
";
arnews[1]="Rattlers split with Bosque
";
arnews[1] += "The Tucumcari Rattlers boys basketball team were unable to keep up with the No. 2-ranked Bosque Bobcats in the Rattlers' 59-44 loss Friday at the Snake Pit.";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 07:10:53 GMT";
arnews[1] += "
";
arnews[2]="Film review: Spread
";
arnews[2] += "SPREAD Director: David Mackenzie Running time: 97 minutes IF MADONNA was allowed to rewrite Alfie, you'd probably end up with something as sexy, empty, and pretentious as Spread, in which Ashton Kutcher stars as Nikki, a hustler and l adies' man who would probably get even more action if he didn't spell his name like a 14 year old girl.";
arnews[2] += "
Publ.Date : Tue, 29 Dec 2009 00:15:48 GMT";
arnews[2] += "
";
arnews[3]="David Tennant reveals how Doctor Who changed his life forever
";
arnews[3] += "AS THE clock counts down for the current Time Lord, David Tennant has revealed how playing the role of Doctor Who changed his life for ever.";
arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 10:23:36 GMT";
arnews[3] += "
";
arnews[4]="Santa Barbara
";
arnews[4] += "Santa Barbara , an award-winning television soap opera, broadcast on NBC from Monday, July 30, 1984 through Friday, January 15, 1993.";
arnews[4] += "
Publ.Date : Wed, 02 Dec 2009 11:13:00 GMT";
arnews[4] += "
";
arnews[5]="Ill met for Moonlight: CBS ditches vampire detective series
";
arnews[5] += "Vampires can survive virtually anything a ' but not the capricious whim of network executives.";
arnews[5] += "
Publ.Date : Fri, 16 May 2008 07:00:00 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("