var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ron Artest Went on Jimmy KimmelWearing Boxers
";
arnews[0] += "Fantastic. Roundup slotted for 8:30, be patient. Second half of the interview after the jump.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 17:52:47 GMT";
arnews[0] += "
";
arnews[1]="Blake Lively Swipes Friends' Credit Cards
";
arnews[1] += "There's more to Blake Lively than meets the eye - even though what meets the eye is drop-dead gorgeous when it comes to the blonde Gossip Girl actress.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 17:03:25 GMT";
arnews[1] += "
";
arnews[2]="Boys basketball preview: Class 4A
";
arnews[2] += "Getting out of the sectional will be difficult, though, with Lawrence North among a group of teams that could get in the way.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 14:48:12 GMT";
arnews[2] += "
";
arnews[3]="'Gossip Girl' Blake Lively will host 'Saturday Night Live'
";
arnews[3] += "\"Gossip Girl\" star Blake Lively is going from the upper east side to 30 Rockefeller Plaza.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jimmy and Blake Lively's Thanksgiving Dinner Memories
";
arnews[4] += "I watched this right now, even though it was a stupid skit, I laughed pretty hard every time she'd get up and slap him lol.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 09:42:25 GMT";
arnews[4] += "
";
arnews[5]="Keep Twilight. Gossip Girl Rules.
";
arnews[5] += "That's right. I'm a grown woman. And damn it, I like Gossip Girl. Vivian Manning-Schaffel : First, I noticed how the show's twinkling stars overtook the glossy rags I read at the gym.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 21:20: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("