var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="JCPenney does Black Friday with a bang
"; arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 21:49:34 GMT"; arnews[0] += "
"; arnews[1]="Mediatakeout.Com's Most Popular Celebrities of 2009
"; arnews[1] += "Regular readers of urban gossip site, Mediatakeout.com are treated to lots of juicy information about black celebrities and other famous people of color."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:00:20 GMT"; arnews[1] += "
"; arnews[2]="George Chamberlin's Money in the Morning
"; arnews[2] += "Stocks finally took a pretty good hit yesterday. The Dow Jones industrials fell 93.87 points to 10,332.44, although the index had been down more than 170 points earlier in the day."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:19:12 GMT"; arnews[2] += "
"; arnews[3]="JCPenney does Black Friday with a bang
"; arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 01:09:45 GMT"; arnews[3] += "
"; arnews[4]="JCPenney Announces Biggest Black Friday Sale Ever
"; arnews[4] += "J. C. Penney Company, Inc. today announced its biggest Black Friday sale ever. With an array of irresistible Black Friday specials - an increase of 15 percent over last year - customers will find a broad array of stylish, high-quality merchandise at the Company's most affordable prices, making JCPenney the shopping destination for customers this ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:53:40 GMT"; arnews[4] += "
"; arnews[5]="35 years later, Hello Kitty still purring
"; arnews[5] += "Miami resident Lina Garcia remembers her first Hello Kitty purchases at age 15 -- a wallet, a trash can and an alarm clock, all with the image of the sweet-faced feline, three whiskers sprouting from each round cheek and a bow over her left ear."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:34:02 GMT"; arnews[5] += "
"; arnews[6]="Hello Kitty: A cool cat turns 35
"; arnews[6] += "MONEYBAGS: Hello Kitty coin purse; $5. Hello Kitty is all grown up. The docile little creature with red bow and yellow button nose turns 35 today."; arnews[6] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");