var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Super parties at the Super Bowl
";
arnews[0] += "Teen sensation Justin Bieber perform for a large crowd of teens at the VHI Pepsi Super Bowl Fan Jam.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 05:19:44 GMT";
arnews[0] += "
";
arnews[1]="Movie Guide
";
arnews[1] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Reel World shorts
";
arnews[2] += "Capsule reviews of films currently playing at area theaters by Elkhart Truth movie columnist Ben Ford , the Associated Press and the Los Angeles Times .";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 09:00:09 GMT";
arnews[2] += "
";
arnews[3]="Movie Guide
";
arnews[3] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Armored Brings the Heavy Duty Action to DVD and Blu-ray on March 16th
";
arnews[4] += "You can bring an inside robbery job home on both DVD and BD this coming March. Armored will be released on DVD and Blu-ray on March 16.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 01:21:53 GMT";
arnews[4] += "
";
arnews[5]="Iraq vet's fight for survival
";
arnews[5] += "TY Hackett is an Iraq war veteran in dire financial straits. Having served his country with honour and courage, and suffered wounds in the line of fire, Ty is about to be evicted from his home by the bank along with his younger brother.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 04:40:56 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("