var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A&E gift guide
";
arnews[0] += "SOUND PURCHASE: A Woodruff Arts Center gift cardgets the recipient into events at the Atlanta Symphony , the Alliance Theatre and the High Museum of Art.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Shield: Complete Series
";
arnews[1] += "If you didn't get your fill of Emmy-winner Michael Chiklis' shiny dome during the show's original run on FX, get your fix with The Shield: Complete Series .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 19:25:30 GMT";
arnews[1] += "
";
arnews[2]="Exclusive Interview: Shawn Ryan on the Shield and Lie to Me
";
arnews[2] += "If you've ever watched an episode of The Shield , The Unit , or Lie to Me , you've enjoyed the work of Shawn Ryan.A That's because he created The Shield and The Unit , and he's currently the showrunner on Lie to Me .A As you can see by his resume, the guy knows how to make shows people like.A So with The Shield getting a new DVD box set that ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Five cable series to watch
";
arnews[3] += "Saving Grace One of TV's toughest, most uncompromising dramas returns with self- destructive, binge-drinking Oklahoma City police detective Grace Hanadarko wrestling once again with her inner demons after she's accused of being under the influence while pursuing a violent criminal.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 11:08:12 GMT";
arnews[3] += "
";
arnews[4]="Survivor Samoa: Refuse To Lose
";
arnews[4] += "Did you hear about the guy last week who accidentally ejected himself from a plane? He was trying to hold on to a lever during a turbulent moment and then he was airborne.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 15:09:10 GMT";
arnews[4] += "
";
arnews[5]="For celebs, size is everything
";
arnews[5] += "That real date on their birth certificates isn't the only thing celebs tend to guard with their lives.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="For celebs, size is everything
";
arnews[6] += "That real date on their birth certificates isn't the only thing celebs tend to guard with their lives.";
arnews[6] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 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("