var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MAIARA WALSH NOT A DESPERATE HOUSEWIVE - TV.com
";
arnews[0] += "In this weeks Steppin' Out magazine, Desperate Housewives youngest vixen, Maiara Walsh tells Chaunce Hayden how shocked she was to learn that Marky Mark is indeed the one and only Mark Walhberg and how ridiculous his former alter ego looks. The ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="BREAKING NEWS! Exclusive Photos: FROM THE LOS ANGELES PREMIERE OF ... - IF Magazine
";
arnews[1] += "Pictures recently held the Los Angeles Premiere of EDGE OF DARKNESS at the Grauman ... Cheryl Moana Marie, Maiara Walsh, Trevor Donovan, Robbie Amell, Jodie Foster, Maria Menounos, Arlen Escarpeta, Oksana Grigorieva, Sol Romero, Italia Ricci, Ashley ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:38:00 GMT";
arnews[1] += "
";
totcount = 2;
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("