var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Tattle2.Me: CNN Heroes
";
arnews[0] += "CNN Heroes -";
arnews[0] += "
";
arnews[1]="Matt Porter: Kidman and Hudson honour everyday heroes: Stars including NICOLE KIDMAN, KATE HUDSON and NEIL PATRICK HARRIS sh.. http://bit.ly/6ZZG01
";
arnews[1] += "Kidman and Hudson honour everyday heroes: Stars including NICOLE KIDMAN, KATE HUDSON and NEIL PATRICK HARRIS sh..";
arnews[1] += "
";
arnews[2]="Amanda Meyer: a little bit of before-bed studying and maybe some #HIMYM to distract me... marry me Neil Patrick Harris, it's okay with me that you're gay
";
arnews[2] += "a little bit of before-bed studying and maybe some";
arnews[2] += "
";
arnews[3]="What to Watch: Monday
";
arnews[3] += "What to Watch: Monday -";
arnews[3] += "
";
arnews[4]="VittoriaV: gli eroi del 2009 della CNN
";
arnews[4] += "gli eroi del 2009 della CNN";
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("