var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Doug Savant to Melrose Place : Thanks, but No Thanks - Entertainment Online
";
arnews[0] += "Savant tells us he's turned down producers' offers for him to revisit his starmaking role of the openly gay Matt Fielding. \"The wonderful people at Melrose inquired about if I might come over and do something for the show, but I'm gratefully ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[0] += "
";
arnews[1]="Sunday's TV Highlights: Meg falls for an inmate on 'Family Guy' - Los Angeles Times Blogs
";
arnews[1] += "A Family Is a Family Is a Family: A Rosie O'Donnell Celebration: This new special celebrates all kinds of families, including those headed by same-sex parents and single parents, as well as mixed-heritage and adoptive families. It includes animated ...";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 23:58:00 GMT";
arnews[1] += "
";
totcount = 2;
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("