var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @s_dog: Hey Tweeps: If you like #Perth (think Megan Gale) more than #Adelaide (think Bodies in Barrels), follow @PPRwa! YES!
";
arnews[0] += "RT @s_dog: Hey Tweeps: If you like";
arnews[0] += "
";
arnews[1]="Hey Tweeps: If you like #Perth (think Megan Gale) more than #Adelaide (think Bodies in Barrels), follow @PPRwa!
";
arnews[1] += "Hey Tweeps: If you like";
arnews[1] += "
";
arnews[2]="Aymeric: Megan Gale @ The Who Magazine Sexiest People Issue Party in Sydney - Nov 12[MTB] - DesiBBrG: http://bit.ly/3ixYxZ
";
arnews[2] += "Megan Gale @ The Who Magazine Sexiest People Issue Party in Sydney - Nov 12[MTB] - DesiBBrG:";
arnews[2] += "
";
arnews[3]="IdeaMeme: got to read my favourite edition of new idea. With Angelina Jolie on the front and Andy lee and Megan Gale inside.
";
arnews[3] += "got to read my favourite edition of new idea. With Angelina Jolie on the front and Andy lee and Megan Gale inside. -";
arnews[3] += "
";
arnews[4]="Dina clothing: Lara Bingle set on becoming Australian style icon like Jennifer Hawkins, Megan ... - Herald Sun
";
arnews[4] += "Lara Bingle set on becoming Australian style icon like Jennifer Hawkins, Megan ... - Herald Sun -";
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("