var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rosemarie: Any Brooklyn based media (or anyone) want to attend Fiona & Ryan's Art Exchange's grand opening and exhibition of Shaun H. Mykals Feb 28?
";
arnews[0] += "Any Brooklyn based media (or anyone) want to attend Fiona & Ryan's Art Exchange's grand opening and exhibition of Shaun H. Mykals Feb 28?";
arnews[0] += "
";
arnews[1]="Guys? I kust signed up for musical mania???
";
arnews[1] += "Guys? I kust signed up for musical mania??? -";
arnews[1] += "
";
arnews[2]="Tiffany: RT @mysskay RT @Carols_Daughter: Heads up ATL fam: Head down 2 Lenox Square Mall 4 our meet&greet Melanie Fiona & Ryan Leslie! 4-6pm today!
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Max: judith anne hathaway, ralphbhatt, Fiona Ryan and 7 more joined twitter moms: the influential moms network
";
arnews[3] += "judith anne hathaway, ralphbhatt, Fiona Ryan and 7 more joined twitter moms: the influential moms network -";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Max: Fiona Ryan commented on Lynne Kenney's blog post 'Sleep Baby Sleep'
";
arnews[4] += "Fiona Ryan commented on Lynne Kenney's blog post 'Sleep Baby Sleep' -";
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("