var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Charlotte Ross – Sir Richard Branson Hosts ‘Rock the Kasbah’ in LA http://ff.im/aVmqe
";
arnews[0] += "Charlotte Ross – Sir Richard Branson Hosts ‘Rock the Kasbah’ in LA";
arnews[0] += "
";
arnews[1]="Mel: @mediagadfly @TeresaKopec Charlotte Ross...she used to be on Days of Our Lives
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Two takeaways from tonight's GLEE - I miss Charlotte Ross (aka Quinn's mom), and someone better sign Sarah Drew to a development deal ASAP.
";
arnews[2] += "Two takeaways from tonight's GLEE - I miss Charlotte Ross (aka Quinn's mom), and someone better sign Sarah Drew to a development deal ASAP.";
arnews[2] += "
";
arnews[3]="EWAusielloFiles: Two takeaways from tonight's GLEE - I miss Charlotte Ross (aka Quinn's mom), and someone better sign Sarah Drew to a development deal ASAP.
";
arnews[3] += "EWAusielloFiles: Two takeaways from tonight's GLEE - I miss Charlotte Ross (aka Quinn's mom), and someone better sign Sarah Drew to a development deal ASAP. -";
arnews[3] += "
";
arnews[4]="Jason Griffin theTVaholic: RT @RoushTVGuideMag: Absolutely. RT @EWAusielloFiles GLEE takeaways-I miss Charlotte Ross & someone give Sarah Drew a development deal ASAP.
";
arnews[4] += "RT @";
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("