var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gossip Feeds: Just Jared: Justin Bartha & Jesse Eisenberg: Let’s Do Lunch: Jesse Eisenberg and Justin Bartha do lu.. http://bit.ly/3zq5tu
";
arnews[0] += "Just Jared: Justin Bartha & Jesse Eisenberg: Let’s Do Lunch: Jesse Eisenberg and Justin Bartha do lu..";
arnews[0] += "
";
arnews[1]="widyanto duta nugroho: Justin Bartha & Jesse Eisenberg: Let’s Do Lunch: Jesse Eisenberg and Justin Bartha do lunch together at Urth Ca.. http://bit.ly/49VPvS
";
arnews[1] += "Justin Bartha & Jesse Eisenberg: Let’s Do Lunch: Jesse Eisenberg and Justin Bartha do lunch together at Urth Ca..";
arnews[1] += "
";
arnews[2]="Justin Bartha & Jesse Eisenberg: Let's Do Lunch - Just Jared (blog)
";
arnews[2] += "Justin Bartha & Jesse Eisenberg: Let's Do Lunch - Just Jared (blog) -";
arnews[2] += "
";
arnews[3]="Aldrin Calimlim: OMG! Gigli is on @hboasia right now. Quick! Tune in now if you wanna feel sorry for Justin Bartha.
";
arnews[3] += "OMG! Gigli is on @";
arnews[3] += "
";
arnews[4]="JT: @realphilhendrie Did you catch 'WWII in HD' on History chan. tonight? Incredible! -narrators incl: Gary Sinise & Teachers alum Justin Bartha
";
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("