var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="tutl: robiroboter: Photo: Lucy Liu hosts UNICEF Snowflake Event in NYC http://tumblr.com/xqd46ejrk
";
arnews[0] += "robiroboter: Photo: Lucy Liu hosts UNICEF Snowflake Event in NYC";
arnews[0] += "
";
arnews[1]="Wazza T: Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake Light Up New York City (VIDEO)
";
arnews[1] += "Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake Light Up New York City (VIDEO) -";
arnews[1] += "
";
arnews[2]="Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake Light Up New York City (VIDEO)
";
arnews[2] += "Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake Light Up New York City (VIDEO) -";
arnews[2] += "
";
arnews[3]="John Berry: Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake ... http://bit.ly/4BpaSy
";
arnews[3] += "Humanitarian Holiday Stunts - Lucy Liu and the UNICEF Snowflake ...";
arnews[3] += "
";
arnews[4]="Chrystie: @bobbbyg Ahhh! I thought we were going modern Charlie's Angels. I want to be Lucy Liu :)
";
arnews[4] += "@";
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("