Clothes For Young Girls Too Sexy, Study Claims#backicon {list-style-image: url(http://content.nasdaq.com/images/icons/back.gif); margin-left:10px;padding-left:10px; line-height:18px;}#printicon {list-style-image: url(http://content.nasdaq.com/images/icons/print.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#buzzicon {list-style-image: url(http://content.nasdaq.com/images/icons/yahoo-buzz.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#diggicon {list-style-image: url(http://content.nasdaq.com/images/icons/digg.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#stumbleicon {list-style-image: url(http://content.nasdaq.com/images/icons/stumbleupon.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#twittericon {list-style-image: url(http://content.nasdaq.com/images/icons/twitter.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#facebookicon {list-style-image: url(http://content.nasdaq.com/images/icons/facebook.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#linkedinicon {list-style-image: url(http://content.nasdaq.com/images/icons/linkedin.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#sharethisicon {margin-left:-2px;padding-bottom: 4px; line-height:18px;}#creditfooter {display:none}.feedTitle a {text-decoration:none;font-weight:bold;font-size:14px}.feedburnerFeedBlock li {margin-left:20px;margin-bottom:5px;list-style-type: disc}
Home | My NASDAQ | Tools | Mobile | Company List | ETFs | Pre-Market Quotes Real-Time Quotes After Hours Quotes


Search NASDAQ

Search Web

Search Local Quotes & ResearchStock Quotes
Summary Quotes
Real Time Quotes
Extended Trading
Options Chain
Charts
Basic Charts
Interactive Charts
Company News
News
Press Releases
Company Profile
Stock Reports
SEC Fillings
Short Interest
Competitors
Ownership
Fundamentals
Financials
Revenue EPS
Analyst Research
Guru Analysis
Market ActivityExtended Hours
Pre-Market Activity
After Hours Activity
Stocks
Most Active
Unusual Volume
52 Week High/Low
Upcoming Splits
New SEC Filings
IPO Summary
CommoditiesETFsSector AnalysisGlobal MarketsAnalyst Activity
Upgrades/Downgrades
Forecast Changes
Earning Surprises
Indices
Market Indices
Sector Indices
News & CommentaryCompany NewsMarket HeadlinesMoving the MarketEconomic CalendarWeekly Wrap Business VideoFeatured Content

Stock Research: Apple's Push to $800 - By OptionsAnimal
Active earnings calendar this week.
Visit the symbol to see how they will perform in the after hours.
2/24/12: BFLY, DDS, JCP, POM, WPO
Facebook's (FB) IPO: Likes... - Analyst Blog
Home Depot’s Target Estimates Boosted at BMO Capital
Ocwen Misses on Higher Expenses - Analyst Blog
Investing InsightHow to Invest
Investing Basics
The NASDAQ Dozen
Broker Comparison
Glossary
StocksETFsOptionsForexMutual FundsFinancial Advisor CenterPersonal Finance
Retirement
Real Estate
College
Franchising
Insurance
Careers
Small Business
Investing Tools
Stock Screener
Guru Screener
Heatmaps
My NASDAQMy PortfolioStock RatingsSettings
My Account
Edit Profile
Connnections
Profile Photo
Articles
Alerts
Community Home
Join the NASDAQ Community today and get free, instant access to portfolios, stock ratings, real-time alerts, and more!
Join TodayAlready a member?LoginCommunity HomeHello,
View Profile
Logout .sectionDivider {margin-bottom:20px;padding-left:8px;height:36px;text-align:left;padding-right:8px;background:none repeat scroll 0 0 #ECF3F9;border:1px solid #cedff0;font-size:11px;}a.genbutton { background: transparent url(http://www.nasdaq.com/images/genbutton-a.png) no-repeat scroll top right; display: block; float: left; height: 19px; padding-right: 20px; /* sliding doors padding */ text-decoration: none;font-size: 10px;font-weight: bold;}a.genbutton span { background: transparent url(http://www.nasdaq.com/images/genbutton-span.png) no-repeat; display: block; line-height: 12px; padding: 2px 0 5px 7px;color: #fff;} a.genbutton:hover { background-position: 100% -19px; color: #fff; outline: none; /* hide dotted outline in Firefox */}a.genbutton:hover span { background-position: 0 -19px ;} .yui-ac-content {border:1px inset #009EC6;cursor:pointer;position:relative;width:200px;z-index:9999;}.yui-ac-bd {display:inline;}.yui-ac-bd ul {background:none repeat scroll 0 0 white;list-style: none;padding-left:0px !important;margin:0px;}.yui-ac-bd ul li{text-align:left;line-height:150%;}.yui-ac-highlight{background-color:#009EC6;}.yui-ac-container {left:67px !important;top:0 !important;}var xmlhttp = null;function goToStockRatingPage(){validate2();}function validate2(){if (document.getElementById("SymbolSearch1_txtSymbol").value == '') { alert('Please enter a stock symbol'); return false; }if(window.XMLHttpRequest){xmlhttp = new XMLHttpRequest();}else if(window.ActiveXObject){xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");}if(xmlhttp == null){validate();//use the old iframe method instead}else{varurl = '/aspx/ValidateSymbol.aspx?mode=stock';url += '&selected=' + document.getElementById("SymbolSearch1_txtSymbol").value;xmlhttp.onreadystatechange = readResults2;xmlhttp.open("GET",url,true);xmlhttp.send(null);}}function readResults2(){if(xmlhttp.readyState == 4 || xmlhttp.readyState == "complete"){var symbol = document.getElementById("SymbolSearch1_txtSymbol").value;if(xmlhttp.responseText != ""){var validated = false;var result = xmlhttp.responseText.split('|');result[4] = result[4].replace(//i,"").replace(//i,"");if(result[1].toLowerCase()=='true'){validated = true;}else if(result[2].toLowerCase()=='true'){alert(symbol + ' is changed to ' + result[3] + ' on ' + result[4]);symbol = result[3];validated = true;}else {alert(symbol + ' is Not a Valid Symbol');}if(validated) document.location = "http://www.nasdaq.com/symbol/"+symbol.toLowerCase().replace("/","-"); }else{//alert('no response');}}}function validate(){ if (document.getElementById("SymbolSearch1_txtSymbol").value == '') { alert('Please enter a stock symbol'); return false; } url = 'http://www.nasdaq.com/aspx/ValidateSymbol.aspx?mode=stock';url += '&selected=' + document.getElementById("SymbolSearch1_txtSymbol").value;document.getElementById("rtsymbollookupframe").src = url;//calls readResults()} function readResults(){ var validated = false; var symbol = document.getElementById("SymbolSearch1_txtSymbol").value; var result = window.frames["rtsymbollookupframe"].document.body.innerHTML.split('|');if(result[1].toLowerCase()=='true'){validated = true;} else if(result[2].toLowerCase()=='true'){alert(result[0] + ' is changed to ' + result[3] + ' on ' + result[4]);symbol = result[3];validated = true;} else {alert(result[0] + ' is Not a Valid Symbol');}if(validated) document.location = "http://www.nasdaq.com/symbol/"+symbol.toLowerCase().replace("/","-");}function selectSymbol(symbol){ symbol = symbol.split(':')[0]; symbol = symbol.replace(/^\s*/, '').replace(/\s*$/, '');document.getElementById("SymbolSearch1_txtSymbol").value = symbol;goToStockRatingPage();}function preselectSymbol(symbol){ symbol = symbol.split(':')[0]; symbol = symbol.replace(/^\s*/, '').replace(/\s*$/, '');document.getElementById("SymbolSearch1_txtSymbol").value = symbol;}
Get Quotes GO
Most Active by Volume: 3/23/2012, 04:01 PMCompanyLast SaleChange Net / % BAC$ 9.85 0.25

2.60% T$ 31.52 0.19

0.60% MU$ 8.40 0.31

3.56% F$ 12.32 unch QQQ$ 66.939 0.04

0.06% ORCL$ 28.55 0.08

0.28% MSFT$ 32.01 0.02

0.05% C$ 37.135 0.24

0.64% View more in Most Active
Brought to you by eLearners.com Back to Headlines Print Version Stumble it Tweet it Facebook LinkedIn
Clothes For Young Girls Too Sexy, Study Claims
(RTTNews.com) - A long-running complaint from parents is that their daughters are dressing too sexy. Well, a new study shows they might be right, and that the racy clothing might make sex an issue for young girls too early in life.
A study done at Kenyon College in Ohio said that as much as 30 percent of clothing available online to young girls in the U.S. is sexualizing. Researchers added that this leads to the issue of sex being brought to the forefront at a young age.
Researchers analyzed more than 5,600 clothing items and only 69 percent had childlike characteristics. Meanwhile, 25 percent had both sexualizing and childlike features and 4 percent had neither. Only 4 percent were only considered sexualizing.
"Confused parents might be persuaded to buy the leopard-print miniskirt if it's bright pink," study authors said. "Clearly, sexiness is still visible beneath the bows or tie-dye colors. We propose that dressing girls in this way could contribute to socializing them into the narrow role of the sexually objectified woman."
For comments and feedback: contact editorial@rttnews.com
http://www.rttnews.com
Latest News Video

Southeast Storms


Breaking Weather: Strong Thundersto...


North Central Regional Weather Fore...


Southeast Regional Weather Forecast

Latest Articles from the NASDAQ Community

Superconductor manufacturer Bruker Energy withdraws IPO
Mar 23, 2012

BATS withdraws IPO following trading glitch
Mar 23, 2012

ETF Stocks Trade of the Week
Mar 23, 2012
More Articles >>
NASDAQ OMXAbout NASDAQ OMXNASDAQ OMX TechnologyNasdaq OMX Listing CenterInvestor RelationsPublic Policy Advocacy NASDAQ.comJoin Our CommunitySitemapAdvertise With UsLink to UsStay Connected





The latest from @NASDAQ:new TWTR.Widget({ version: 2, type: 'profile', rpp: 1, interval: 30000, height: '70', width: '290', theme: { shell: { background: '#ffffff', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#777777', links: '#555555' } }, features: { scrollbar: false, loop: false, live: true, hashtags: true, timestamp: true, avatars: false, behavior: 'default' }}).render().setUser('NASDAQ').start();Browse The Financial Glossary: 123 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Search the site: NASDAQ.com onlyWeb SearchLocal SearchCompany List |Copyright |Disclaimer |Trademarks |Privacy Statements |ContactAnnual Reports | Careers |Custom Logo Ticker |NASDAQ Toolbar |Ticker Symbol Lookup

Qfolio for the iPhone| Qfolio HD for the iPad| Qfolio for the Blackberry Playbook Tablet setSectionName(propVar);
View the original article here