var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olivia Wilde, Annie Wersching Redefine Beautiful at FOX's All Star Party
";
arnews[0] += "There is making a winning fashion statement. There is looking hot. And then there was \"House\" star Olivia Wilde's jaw-dropping appearance at FOX's Winter TCA All Star party.";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 08:40:04 GMT";
arnews[0] += "
";
arnews[1]="Local scene : 'Mattie' set to become firm's first feature film
";
arnews[1] += "Cyd Mitchell has achieved her dream by producing a feature-length movie called \"Mattie.\" The Western drama stars local actress Kaylee DeFer as a woman in an Arizona mining camp who marries a roguish claim jumper and falls in love with a good-hearted miner.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 08:00: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("