var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Supernatural' 100th Episode Surprise - Buddytv.com
";
arnews[0] += "As fans know, Supernatural 's 100th episode is coming up in the second half of this season, and it's sure to a big one. While there aren't details on the exact nature of the episode, the new issue of Entertainment Weekly does have one cool bit of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[0] += "
";
arnews[1]="ONE TREE HILL "You Are a Runner and I Am My Father's Son" Season 7 ... - Daemon's TV
";
arnews[1] += "Watch ONE TREE HILL \"You Are a Runner and I Am My Father's Son\" Season 7 Episode 10 Sneak Peek which airs Monday November 16 at 8/7c on The CW. Episode Synopsis : ONE TREE HILL \"You Are a Runner and I Am My Father's Son\" Season 7 Episode 10 - Nathan ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:09:00 GMT";
arnews[1] += "
";
arnews[2]="Rifqa Bary Supporters Gather, Hearing Scheduled - Christian Broadcasting Network
";
arnews[2] += "We are going to be back,\" said James Lafferty of Virginia Anti-Sharia Task Force. \"This is not a one shot deal. We are going to continue to watch her case. Just to make sure she is protected.\" They are prepared to return to rally outside the court ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:39:00 GMT";
arnews[2] += "
";
arnews[3]="Sophia Bush calls 'action' on 'One Tree Hill' - Examiner
";
arnews[3] += "James Lafferty, Bethany Joy Galeotti,Paul Johannson, Moira Kelly, and former cast member Chad Michael Murray, have all taken their turns at directing.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 09:41:00 GMT";
arnews[3] += "
";
arnews[4]="Hot Photos - Pop Eater
";
arnews[4] += "Stephen Lovekin, Getty Images For the past 5 years, 'One Tree Hill' star James Lafferty has organized a charity basketball game, benefiting organizations like St. Jude Children's Research Hospital. He's forced to cancel this year, due to intrusive ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[4] += "
";
arnews[5]="Save the Frogs! Surprising Celeb Causes - Pop Eater
";
arnews[5] += "'Jackass' stuntman Steve-O is also doing his share to save animals by teaming up with People for the Ethical Treatment of Animals (PETA) to stop students from dissecting frogs in their science classes. He recently took part in a protest urging kids ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10: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("