var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hospital: Actress Brittany Murphy dies at age 32
";
arnews[0] += "Brittany Murphy, the actress who got her start in the sleeper hit \"Clueless\" and rose to stardom in \"8 Mile,\" died Sunday in Los Angeles.";
arnews[0] += "
Publ.Date : Mon, 21 Dec 2009 01:23:00 GMT";
arnews[0] += "
";
arnews[1]="Rumer Willis forges own path as actor
";
arnews[1] += "The ending of \"Sorority Row\" is bad - cheesy, worn-out, seen it in 78 horror movies before.";
arnews[1] += "
Publ.Date : Mon, 14 Sep 2009 21:48:07 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("