var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tattle2.Me: Birthday Sluts
";
arnews[0] += "Birthday Sluts -";
arnews[0] += "
";
arnews[1]="Birthday Sluts
";
arnews[1] += "Birthday Sluts -";
arnews[1] += "
";
arnews[2]="CBSTweet: Happy Birthday Dylan Bruno of #Numb3rs & Justina Machado of the new Fall drama #ThreeRivers!!
";
arnews[2] += "CBSTweet: Happy Birthday Dylan Bruno of";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Justina Machado - 2009 Entertainment Weekly & Women In Film pre-Emmy party (Sept. 17) x 1 HQ http://is.gd/3qoY2
";
arnews[3] += "Justina Machado - 2009 Entertainment Weekly & Women In Film pre-Emmy party (Sept. 17) x 1 HQ";
arnews[3] += "
";
arnews[4]="Three.Rivers.S01E02.720p.HDTV.x264-X264[CBS新医疗剧:生命之河 第一季第2集] (剧集(欧美))
";
arnews[4] += "Three.Rivers.S01E02.720p.HDTV.x264-X264[CBS新医疗剧:生命之河 第一季第2集] (剧集(欧美)) -";
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("