var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="HollyNotes: Oprah Winfrey, New Moon, Johnny Depp, Miley Cyrus, and ... - Limelife
"; arnews[0] += "Two monumental and earth-shattering announcements were made this week. First, Oprah revealed she'd be discontinuing her talk show in September 2011. This proclamation resulted in every news site and celebrity blog tweeting, facebooking, and blogging ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:10:00 GMT"; arnews[0] += "
"; arnews[1]="'Supernatural' 100th Episode Surprise - Buddytv.com
"; arnews[1] += "On One Tree Hill , Chad Michael Murray, James Lafferty, Sophia Bush, Bethany Joy Galeotti and Paul Johansson have all directed."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT"; arnews[1] += "
"; arnews[2]="TV Mail Box - Buffalo News
"; arnews[2] += "Q: What happened to Chad Michael Murray and Hilarie Burton on “One Tree Hill”?— Gayle Dunseth, Fort Mohave, Ariz. A: They drove off into the sunset, in more ways than one. That’s how their newly married characters, Lucas and Peyton, were last ..."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 23:55: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]="Music Television in serious need of music renaissance - Temple News
"; arnews[4] += "The outdated moniker of the former cultural gem is perhaps a sign that it’s time for reinvention. Video may have killed the radio star, but MTV killed the music video. The very medium music videos were created for has given up and sent them packing ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:58:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");