var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Frank Pfabigan: HIMYM Alyson Hannigan | Sexy Movie Girls
";
arnews[0] += "HIMYM Alyson Hannigan | Sexy Movie Girls -";
arnews[0] += "
";
arnews[1]="Justin Mattison: Had a dream last night that I got married to Alyson Hannigan. Suffice it to say I woke up terribly disappointed.
";
arnews[1] += "Had a dream last night that I got married to Alyson Hannigan. Suffice it to say I woke up terribly disappointed.";
arnews[1] += "
";
arnews[2]="Michael W. May: EA's email flyer for Dragon Age is using an image which even though it appears to have nothing to do with the game, does look enough like Alyson Hannigan that I kinda wanna buy it anyway.
";
arnews[2] += "EA's email flyer for Dragon Age is using an image which even though it appears to have nothing to do with the game, does look enough like Alyson Hannigan that I kinda wanna buy it anyway. -";
arnews[2] += "
";
arnews[3]="Olival Júnior: @Cardoso a Alyson Hannigan está fazendo um certo sucesso no How I Met Your Mother. Já estão na 5ª temporada: http://bit.ly/4iqClw
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Jessica: Alyson Hannigan Trumpet Mermaid Sweetheart Court Train Taffeta Emmy Dress Evening Dress FSD0383
";
arnews[4] += "Alyson Hannigan Trumpet Mermaid Sweetheart Court Train Taffeta Emmy Dress Evening Dress FSD0383 -";
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("