var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="okelay: speaking of #whitecollar, is it just me or do brendan hines and matthew bomer look alike?
";
arnews[0] += "speaking of";
arnews[0] += "
";
arnews[1]="Jonathan Hoyt: Bryce Larkin (Matthew Bomer) isn't dead silly, he's just moonlighting as a suave criminal turned detective on White Collar. #chuck #nemesis
";
arnews[1] += "Bryce Larkin (Matthew Bomer) isn't dead silly, he's just moonlighting as a suave criminal turned detective on White Collar.";
arnews[1] += "
";
arnews[2]="Gossip Feeds: Just Jared: Matthew Bomer & Ed Westwick: Spurr Sexy: White Collar hunk Matthew Bomer suits up in a t.. http://bit.ly/2Bg2uB
";
arnews[2] += "Just Jared: Matthew Bomer & Ed Westwick: Spurr Sexy: White Collar hunk Matthew Bomer suits up in a t..";
arnews[2] += "
";
arnews[3]="Popvine: Matthew Bomer & Ed Westwick: Spurr Sexy
";
arnews[3] += "Matthew Bomer & Ed Westwick: Spurr Sexy -";
arnews[3] += "
";
arnews[4]="Fox411 Exclusive: People's 'Sexiest Rising Star' Matthew Bomer on what's sexy ... - FOXNews
";
arnews[4] += "Fox411 Exclusive: People's 'Sexiest Rising Star' Matthew Bomer on what's sexy ... - FOXNews -";
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("