var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="daNanner: Did you *see* the boots Emily Osment is wearing on the The View today???
";
arnews[0] += "Did you *see* the boots Emily Osment is wearing on the The View today???";
arnews[0] += "
";
arnews[1]="@EmilyOsment RT Hollywood Rumor: Emily Osment is going to get her own Hannah Montana spin-off
";
arnews[1] += "@EmilyOsment RT Hollywood Rumor: Emily Osment is going to get her own Hannah Montana spin-off -";
arnews[1] += "
";
arnews[2]="Dione Sants: Emily Osment Loses Voice on The View: Emily Osment smiles as she gets the news that she can still sing while ba.. http://bit.ly/5CkX3w
";
arnews[2] += "Emily Osment Loses Voice on The View: Emily Osment smiles as she gets the news that she can still sing while ba..";
arnews[2] += "
";
arnews[3]="Jay Johnston: @anitrain RT justjaredjr: Emily Osment Loses Voice on The View: Emily Osment smiles as she gets the news that she can.. http://bit.ly/5CkX3w
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Efi: ( Videos ) - Average gilr - Emily Osment+lyrics
";
arnews[4] += "( Videos ) - Average gilr - Emily Osment+lyrics -";
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("