var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Talking to a cookie is considered insane
";
arnews[0] += "A few weeks ago I was in Los Angeles and I had lunch with a friend who is newly engaged.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:56:18 GMT";
arnews[0] += "
";
arnews[1]="JCPenney does Black Friday with a bang
";
arnews[1] += "PLANO ,A Tex. JCPenney announced its biggest Black Friday sale ever. JCPenney will once again promote its stores' 4 a.m. opening with \"Turkey Tailgate,\" a television spot that features shoppers tailgating with their Thanksgiving turkey leftovers in a JCPenney parking lot.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:49:34 GMT";
arnews[1] += "
";
arnews[2]="Penney CEO: Recession is opportunity
";
arnews[2] += "NEW YORK - This holiday season, J.C. Penney Chairman and Chief Executive Myron E. Ullman III is armed with a lineup of exclusive fashion brands he helped bring to the department-store chain, and he's ready to battle key rivals like Macy's. During more than two decades in retailing, Ullman has seen a slew of competitors go out of business and - as ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="bees2377
";
arnews[3] += "The worst offenders of using a cell while driving are the COPS. I can't tell you how many SPD, Sheriffs, Troopers and local cops I see yapping on their phones.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:20:16 GMT";
arnews[3] += "
";
arnews[4]="With consumers made permanently frugal by recession, Penneys is prepared, its CEO says.
";
arnews[4] += "This holiday season, J.C. Penney chairman and chief executive Myron E. Ullman III is armed with a lineup of exclusive fashion brands he helped bring to the department-store chain, and he's ready to battle key rivals like Macy's. During more than two decades in retailing, Ullman has seen a slew of competitors go out of business and - as Macy's CEO ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:51:36 GMT";
arnews[4] += "
";
arnews[5]="What's new
";
arnews[5] += "Want to make your holiday house guests feel at home? Enhance their room decor with a luggage rack.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:09:46 GMT";
arnews[5] += "
";
arnews[6]="Lights, Camera, Fashion!!!! MTV Enters the Dramatic World of Fashion with Its New Series "Styl'D"
";
arnews[6] += "AIRING TUESDAYS AT 11PM ET/PT What happens when you mix celebrities, high profile stylists, and a group of eager junior stylists vying for a coveted job at the prestigious Margaret Maldonado Agency? Find out when MTV takes you inside the competitive world of fashion in the new series \"STYL'D\" airing Tuesdays at 11pm ET/PT. The series follows five ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 07:57:00 GMT";
arnews[6] += "
";
arnews[7]="The Best Playboy Covers of the 1990s
";
arnews[7] += "As Playboy entered its fourth decade of keeping Hugh Hefner in blondes who were otherwise out of his league, the magazine faced its greatest challenge ever: widely available pornography.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 21:30:00 GMT";
arnews[7] += "
";
totcount = 8;
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("