var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Avril Lavigne Talks Career, Family and Her Upcoming Album in a New Interview with Savvy Magazine
";
arnews[0] += "In a six-page fashion spread and interview, the singer revealed the new sound of her upcoming album.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Maiara Walsh isn't a bad girl she just plays one on 'Desperate Housewives"
";
arnews[1] += "Actress Maiara Walsh always has been a good girl - at home and on TV. That was before the 21-year-old moved into the naughty neighborhood of \"Desperate Housewives.\" Walsh arrived on the ABC series at the end of last season to play the Lolita-ish Ana Solis.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 18:37:48 GMT";
arnews[1] += "
";
arnews[2]="CTV Alert: Programming Highlights, October 18-31
";
arnews[2] += "CTV's fall season continues and the hits keep on coming with all-new episodes of THE VAMPIRE DIARIES, GREY'S ANATOMY, CRIMINAL MINDS and THE AMAZING RACE.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 22:08:15 GMT";
arnews[2] += "
";
arnews[3]="Man held in death of 'Housewives' star's ex-fiance
";
arnews[3] += "A strip club worker is being held without bond in the death of a \"Real Housewives of Atlanta\" cast member's ex-fiance. Ashley \"A.J.\" Jewell died at a hospital after a scuffle at the Atlanta strip club Friday night.";
arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 19:28:42 GMT";
arnews[3] += "
";
arnews[4]="Desperate Housewives: Preview of Season 6 Premiere "Nice is Different Than Good"
";
arnews[4] += "Of course, foremost on tonight's Desperate Housewives season 6 premiere is the identity of Mike's bride-to-be - all things and evidence point to Susan , but you just never know on this show.";
arnews[4] += "
Publ.Date : Sat, 26 Sep 2009 23:15:22 GMT";
arnews[4] += "
";
arnews[5]="Tonight's TV Hot List: Sunday, Sept. 27, 2009
";
arnews[5] += "Amazing Race 15 8/7c CBS The Emmy-winning series, which last Sunday nabbed its seventh consecutive reality-competition trophy, launches its 15th season with 12 teams in Los Angeles.";
arnews[5] += "
Publ.Date : Sun, 27 Sep 2009 11:41:11 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("