var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Past Life' doesn't pass muster
";
arnews[0] += "Pity the detective story. It used to be about evidence and observation, logic and reason, deduction and, yes, \"detection.\" Now the storied realm of Holmes and Spade and Marlowe has been reduced to a corridor to the supernatural.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:01:20 GMT";
arnews[0] += "
";
arnews[1]="J. Lo and Family Get in the Game
";
arnews[1] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it a oeLove the band name, Ryder! And I really like Chris.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:54:37 GMT";
arnews[1] += "
";
arnews[2]="Valentine's Day premiere
";
arnews[2] += "Cast member Jessica Alba poses at the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, Calif., Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:07:09 GMT";
arnews[2] += "
";
arnews[3]="Double trouble: celebs and their twins
";
arnews[3] += "Amongst all the excitement at the superbowl, there was a sight for celebrity baby watchers' eyes - a rare glimpse of Jennifer Lopez and Marc Anthony's adorable twins Max and Emme.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:47:07 GMT";
arnews[3] += "
";
arnews[4]="Was 'Valentine's Day' Created By An iPhone App?
";
arnews[4] += "When we talked about the Grammy Awards two Sundays ago , NPR Music editor Stephen Thompson referred to the Zac Brown Band's music as music that \"could have been written by an iPhone app.\" Which brings me to why Valentine's Day , which I have not even seen, gives me the creeps.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:29:33 GMT";
arnews[4] += "
";
arnews[5]="More newspeople
";
arnews[5] += "Nicolas B. Tatro Named AP's NYC News Editor February 09, 2010 - Nicolas B. Tatro has been named New York City news editor for The Associated Press.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:23:43 GMT";
arnews[5] += "
";
totcount = 6;
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("