var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="julia: Every time I watch Dead like Me I love the show and Callum Blue more
";
arnews[0] += "Every time I watch Dead like Me I love the show and Callum Blue more";
arnews[0] += "
";
arnews[1]="Dead.Like.Me.Complete.720p.HDTV.DD5.1.x264-TvT[死神喜欢我/全集/HDC美剧公社] (剧集包(欧美))
";
arnews[1] += "Dead.Like.Me.Complete.720p.HDTV.DD5.1.x264-TvT[死神喜欢我/全集/HDC美剧公社] (剧集包(欧美)) -";
arnews[1] += "
";
arnews[2]="Between Robert Knepper on #Heroes and Callum Blue on #Smallville, it's a good year for great actors on so-so shows.
";
arnews[2] += "Between Robert Knepper on";
arnews[2] += "
";
arnews[3]="Jonathan: callum blue, i
";
arnews[3] += "callum blue, i <3 your voice (and you're not bad, either). oh um i'm not watching smallville, no why no, of course not. *blush*";
arnews[3] += "
";
arnews[4]="Friday's TV Highlights: 'Law & Order' on NBC - Los Angeles Times Blogs
";
arnews[4] += "Friday's TV Highlights: 'Law & Order' on NBC - Los Angeles Times Blogs -";
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("