var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="alien rican: RT #uhhuhher Leisha Hailey and Camilla Grey from Uh Huh Her have taken part in an interview for the site! www.fuzemag.co.uk
";
arnews[0] += "RT";
arnews[0] += "
";
arnews[1]="John Kreicbergs: @riebschlager True fact: Leisha Hailey of the Murmurs is in those Yoplait commercials. http://bit.ly/iSg3w
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="green: it's not the horror movie but leisha hailey's gonna be in a short movie called 'make up' about *drum roll* make up! http://bit.ly/3zuVoT
";
arnews[2] += "it's not the horror movie but leisha hailey's gonna be in a short movie called 'make up' about *drum roll* make up!";
arnews[2] += "
";
arnews[3]="Alex Amith: Katherine Moennig & Leisha Hailey Podcast (part 1): Kate & Leisha Q & A Podcast Tags: Hailey, Kather.. http://bit.ly/NqRhi
";
arnews[3] += "Katherine Moennig & Leisha Hailey Podcast (part 1): Kate & Leisha Q & A Podcast Tags: Hailey, Kather..";
arnews[3] += "
";
arnews[4]="Heather: On the bright side, I have totally renewed my crushes on Jordana Brewster, Leisha Hailey, Rachel Maddow, etc.
";
arnews[4] += "On the bright side, I have totally renewed my crushes on Jordana Brewster, Leisha Hailey, Rachel Maddow, etc. <3 Rofl. I'm rlygay lately.";
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("