var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Captain Heart Nibbler: bohemea: Ed Westwick & Chase Crawford Whenever two boys are standing real close to each other, suicideblonde & I like to shout, “KISS HIM!” We even stage whispered it to each other a couple weeks ago when some guys were outside a comedy club fighting. Apparently comedy makes some men feel aggressive and sexually charged. In Ed & Chase’s case I think their attraction is simply their ridiculous good looks. Love Ed & Chase’s relationship, loved Chuck & Nate’s on the show, too bad the show is embarassingly bad now and I don’t even get to enjoy watching Chuck tell Nate he loves him. I mean, yes, he tells Blair he loves her and that’s fantastic, but why can’t he love them both? Preferably at the same time. Oh, I know, because Dan and Vanessa are too busy double teaming the Duff. WHY?
";
arnews[0] += "bohemea: Ed Westwick & Chase Crawford Whenever two boys are standing real close to each other, suicideblonde & I like to shout, “KISS HIM!” We even stage whispered it to each other a couple weeks ago when some guys were outside a comedy club fighting. Apparently comedy makes some men feel aggressive and sexually charged. In Ed & Chase’s case I... -";
arnews[0] += "
";
arnews[1]="Shannon York: Ed Westwick: Facial Hair Or Clean-Shaven?
";
arnews[1] += "Ed Westwick: Facial Hair Or Clean-Shaven? -";
arnews[1] += "
";
arnews[2]="Your Life Creation: Ed Westwick: Facial Hair Or Clean-Shaven?
";
arnews[2] += "Ed Westwick: Facial Hair Or Clean-Shaven? -";
arnews[2] += "
";
arnews[3]="Your Life Creation: Ed Westwick: Facial Hair Or Clean-Shaven? http://bit.ly/7vU8SJ
";
arnews[3] += "Ed Westwick: Facial Hair Or Clean-Shaven?";
arnews[3] += "
";
arnews[4]="Your Life Creation: Ed Westwick: Facial Hair Or Clean-Shaven? http://bit.ly/7vU8SJ
";
arnews[4] += "Ed Westwick: Facial Hair Or Clean-Shaven?";
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("