var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophia Bush is ‘Private Lives’ Lovely - Just Jared
";
arnews[0] += "“It’s really my home away from home at this point,” Sophia shared. “You become part of a larger family living there that long, and it’s been a joy. Those of us who are out there now are incredibly tight";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 17:34:00 GMT";
arnews[0] += "
";
arnews[1]="HollyNotes: Oprah Winfrey, New Moon, Johnny Depp, Miley Cyrus, and ... - Limelife
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 13:10:00 GMT";
arnews[1] += "
";
arnews[2]="JustJared: Sophia Bush is ‘Private Lives’ Lovely - TV.com
";
arnews[2] += "Sophia Bush rocks a dress by Helmut Lang at a screening of The Private Lives of Pippa Lee at New York City's AMC Loews 19th... [[ This is a content summary only. Visit my website for full links, other content, and more";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 GMT";
arnews[2] += "
";
arnews[3]="'Supernatural' 100th Episode Surprise - Buddytv.com
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[3] += "
";
arnews[4]="One Tree Hill Season 7 Episode 10:Watch You Are a Runner And I Am My ... - News Spreadit.org
";
arnews[4] += "Nathan (James Lafferty) reaches the breaking point with Clay (Robert Buckley), causing a rift between Haley (Bethany Joy Galeotti) and Quinn (Shantel VanSanten). Brooke (Sophia Bush) comes clean with Julian (Austin Nichols) about her worries ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 07:38: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("