var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RAPatton: Is Writing Comics the Latest Celebrity Trend? - Celebrity comics - io9
";
arnews[0] += "Is Writing Comics the Latest Celebrity Trend? - Celebrity comics - io9 -";
arnews[0] += "
";
arnews[1]="Bigdoggpinc Lindsey: Hunting Trip - Parks and Recreation
";
arnews[1] += "Hunting Trip - Parks and Recreation -";
arnews[1] += "
";
arnews[2]="Michael Gibson: Photo: samarie: Automatic Rashida Jones reblog. Look at those eyes. ::swoon:: http://tumblr.com/xkw45grjq
";
arnews[2] += "Photo: samarie: Automatic Rashida Jones reblog. Look at those eyes. ::swoon::";
arnews[2] += "
";
arnews[3]="Michael Gibson: samarie: Rashida Jones Automatic Rashida Jones reblog. Look at those eyes. ::swoon::
";
arnews[3] += "samarie: Rashida Jones Automatic Rashida Jones reblog. Look at those eyes. ::swoon:: -";
arnews[3] += "
";
arnews[4]="Mich De: &Prop 8 - The Musical& starring Jack Black, John C. Reilly, and many more... from FOD Team, Jack Black, Craig Robinson, John C Reilly, Rashida Jones, and Sarah Chalke - Video
";
arnews[4] += "&Prop 8 - The Musical& starring Jack Black, John C. Reilly, and many more... from FOD Team, Jack Black, Craig Robinson, John C Reilly, Rashida Jones, and Sarah Chalke - Video -";
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("