var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="gettik
";
arnews[0] += "It's seems unreal, but a rep for the CW tells us it's true: Lucas and Peyton are moving out of \"One Tree Hill.\" Rumors that the shows stars, Chad Michael Murray and Hilarie Burton, would not be returning for the show's seventh season began circulating in February when the CW announced a series renewal without specifying which cast members would be ...";
arnews[0] += "
Publ.Date : Tue, 12 May 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Bumps ahead for One Tree Hill pair
";
arnews[1] += "After Chad Michael Murray and Hilarie Burton left One Tree Hill last season, the show ushered in a new pair of hotties - Robert Buckley and Shantel VanSanten .";
arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="One Tree Hill's Shantel VanSanten: Road Bumps Are Ahead for Quinn and Clay
";
arnews[2] += "After Chad Michael Murray and Hilarie Burton left One Tree Hill last season, the show ushered in a new pair of hotties - Robert Buckley and Shantel VanSanten .";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 06:29:41 GMT";
arnews[2] += "
";
arnews[3]="WHATTHEHELL
";
arnews[3] += "It's seems unreal, but a rep for the CW tells us it's true: Lucas and Peyton are moving out of \"One Tree Hill.\" Rumors that the shows stars, Chad Michael Murray and Hilarie Burton, would not be returning for the show's seventh season began circulating in February when the CW announced a series renewal without specifying which cast members would be ...";
arnews[3] += "
Publ.Date : Tue, 12 May 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lareesha
";
arnews[4] += "It's seems unreal, but a rep for the CW tells us it's true: Lucas and Peyton are moving out of \"One Tree Hill.\" Rumors that the shows stars, Chad Michael Murray and Hilarie Burton, would not be returning for the show's seventh season began circulating in February when the CW announced a series renewal without specifying which cast members would be ...";
arnews[4] += "
Publ.Date : Tue, 12 May 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Top Stories of '09 - No. 9: 'One Tree Hill' continues success
";
arnews[5] += "Crew member Andy Bader and Cast and crew members of One Tree Hill spent the morning filming a scene on the Causeway Drive Bridge over Banks Channel at Wrightsville Beach Monday August 31, 2009.";
arnews[5] += "
Publ.Date : Sat, 26 Dec 2009 08:00: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("