var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'One Tree Hill' and 'Melrose Place' May Get Canceled - AceShowbiz
";
arnews[0] += "These two shows are not in The CW's list of early renewal since both are unable to show good numbers. The CW has begun separating which shows will be back for another season and which are not. \" One Tree Hill \" and \" Melrose Place \" are unfortunately ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[0] += "
";
arnews[1]="Richie Sambora’s Grammy Date? Ava! - Celebrity Baby Blog
";
arnews[1] += "Bringing along a pal, Ava Elizabeth Sambora joined dad Richie Sambora at the Grammy Awards, held Sunday night in Los Angeles. Ava, 12, watched her father perform a medley of “We Weren’t Born to Follow,” “Who Says You Can’t Go Home,” and ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 22:07:00 GMT";
arnews[1] += "
";
arnews[2]="NBC tries hand at holiday flick - News-Leader.com
";
arnews[2] += "She won't be delivered by Santa, but you have to think Heather Locklear is just the kind of gift CW's sinking \"Melrose Place\" (CW, 8 p.m.) revival needs if it's going to have any shot at matching the popular appeal of the original. She should ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 10:44:00 GMT";
arnews[2] += "
";
arnews[3]="'Hannah Montana' Gets Jon Cryer to Play Dad - Buddytv.com
";
arnews[3] += "Now that Hannah Montana is marching towards its finale, the show's bound to offer up some great surprises to increase the hype. That's not to mention dialing up the comedy for an upcoming episode titled \"The Wheel Near My Bed (Keeps On Turnin ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:37:00 GMT";
arnews[3] += "
";
arnews[4]="The Best TV Bitches - Dose.ca
";
arnews[4] += "Amanda Woodward (Melrose Place) -- Heather Locklear is back on Melrose Place, and thank goodness for that. As Amanda Woodward, she could deliver a slap like nobody else, and she had no problem with giving her enemy a job as long as she could use it ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 05:15:00 GMT";
arnews[4] += "
";
arnews[5]="Richmond Freshman Girls Rally Late to Top Patriots - iHigh
";
arnews[5] += "... four-game losing streak appeared on the horizon for the Green team until Harrington’s heroics saved the Green team from another defeat. Damajah Underwood paced the Green team with a game-high 17 points, while Heather Locklear added 11 points ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 04:28: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("