Wednesday, May 10, 2006

// Tacoda category stamp
var dartCatStamp = "cosmo_cosmomain_cosmohp";
Tacoda_AMS_DDC_addPair("dartCatStamp", dartCatStamp);

iv_sageHost = "https://subscriber.ivillage.com";

// === Auth related functions ===
// Get the user name (only works on iVillage domain)
// iv_tkt is required to be considered logged in.

var iv_login = GetCookie("iv_id");
var iv_loggedin = GetCookie("iv_tkt");

// Logs out of auth
// @return Nothing.
function authLogout() {
DeleteCookie("pp_user");
DeleteCookie("iv_dil");
document.location.href = iv_sageHost + "/login/logout/?url=" + escape(document.location);
}


// === drawWelcome ===
// Outputs welcome text.
// 3 cases:
// 1. not authed
// 2. authed, no iv_id
// 3. authed, have iv_id
function drawWelcome() {
if (typeof iv_sageHost =="undefined") {
iv_sageHost = "https://subscriber.ivillage.com";
}

if (typeof iv_verticalID == "undefined") {
iv_verticalID = "mg";
}

var destURL = escape(document.location);




var logout = 'LOG OUT';

if (!iv_loggedin iv_loggedin == "NA") {
// not authed
var login = iv_sageHost + "/login/login?s=iv&dt=rurl&dd=" + destURL;
var join = iv_sageHost + "/funnels/10?vrt=" + iv_verticalID + "&dd=" + destURL;
document.write('LOG IN or JOIN NOW');
return;
} else {
if (!iv_login) {
var profile = 'YOUR PROFILE';
document.write('Welcome! ' + profile + ' or '+ logout); return;
} else {
var profile = '' + iv_login + '';
document.write('Welcome, ' + profile + '! ' + logout);
}
}
}

.hide { display: none; }

a img { border: none; }


div#nav {
width: 775px;
background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/nav/mag_nav/corner.jpg') no-repeat;
background-position: right;
background-color:#A43E54;
padding:0px;
float:left;
margin:0 0 5px 0;
}

div#topnav {
margin: 0;
background-color:#A43E54;
}

#topnav ul {
list-style: none;
margin: 8px 0 0 0;
padding: 0;
float:left;

}

/* hide from ie */
#topnav > ul { background-position: 0px; }

#topnav ul li { float: left; }

#topnav ul li a {
display: block;
width: 81px;
height: 27px;
}


#topnav span { display: none; }
#topnav ul li span { display: none; }

#topnav a:hover { background-position: 0 -28px; }

/*#topnav a:active { background-position: 0 -56px; }*/

a.topactive { background-position: 0 -56px !important; }

a.topactive:hover { background-position: 0 -56px !important; }

/* fix stutter in ie */
#navbeauty { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_beauty.gif') 0 -28px; }
#navbeauty a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_beauty.gif'); }
#navhealth { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_health.gif') 0 -28px; }
#navhealth a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_health.gif'); }
#navdiet { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_diet.gif') 0 -28px; }
#navdiet a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_diet.gif'); }
#navlove { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_love.gif') 0 -28px; }
#navlove a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_love.gif'); }
#navpregnancy { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_pregnancy.gif') 0 -28px; }
#navpregnancy a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_pregnancy.gif'); }
#navhouse { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_house.gif') 0 -28px; }
#navhouse a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_house.gif'); }
#naventertainment { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_entertainment.gif') 0 -28px; }
#naventertainment a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_entertainment.gif'); }
#navmagazines { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_magazines.gif') 0 -28px; }
#navmagazines a { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/tnav_magazines.gif'); }


a#mainlogo {
margin: 0px -3px 0 0;
float: left;
}

#magHdr {
}


.locatorTxt {font-family:verdana; font-size:10px; color:#000000;margin-bottom:5px;text-align:left;}
.locatorTxt a:link {color:#663366;}
.locatorTxt a:visited {color:#663366;}

.spacer2Hi {margin-top:2px;}
.spacer5Hi {margin-top:5px;}
.spacer15Hi {margin-top:15px;}

#welcomeLinks {width:760px; font-family:Arial; font-size:11px; color:#A43E54;margin-bottom:2px;text-align:right;}
#welcomeLinks a {font-size:11px; color:#A43E54; font-weight:bold; text-transform:uppercase;}


drawWelcome();
LOG IN or JOIN NOW
iVillage
Beauty & Style
Health & Well-being
Diet & Fitness
Love & Sex
Pregnancy & Parenting
Home & Food
Entertainment
Magazines
you are here iVillage Cosmopolitan
//')
//]]>



Cosmopolitan
iVillage the Web
SubscribeIn This IssuePast Issue ArchiveGift SubscriptionsCustomer ServiceWrite to UsCosmo FAQs
ExpertsCarnal CounselorAsk Him Anything
Love & LustSex ArticlesBedroom BlogSex Position of the WeekSex Tips from GuysBedside AstrologerDaily HoroscopesSexual HealthPassion PollsSexy PostcardsKama Sutra Match & Moan Game
Beauty & StylePractice Safe SunSwimwear SpecialCosmo FashionBeauty Q&ABeauty FeaturesStyle Secrets
Connect with CosmoBe in CosmoFree Stuff from CosmoCosmo QuizCosmo ExclusivesFor Guys OnlyRed-Hot ReadsMessage BoardsGet Cosmo HeadlinesConfess to CosmoFree NewsletterMake Cosmo Your Homepage
MenPleasure Map to His ChestScoping Him OutGuy Candy GalleryMan Match GameThe Man MenuHis Moan ZonesSex Up Your Screen
InitLNav();
iVILLAGE TOPICSCheatingHairBedroom ConcernsSafe SexTaboosWhat Guys WantMakeovers

"
} else {
outputFlash = ""
}
document.write (outputFlash);
//-->

#marqueewrap{
width: 200px;
height: 100px;
background:url(http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/cosmopolitan/hp/dailydare.gif);
}
html>body #marqueewrap{
border:1px solid #fff;
}
#marqueecontainer{
position: relative;
width: 178px;
height: 35px;
overflow: hidden;
margin: 58px 0px 5px 16px;
}
/***********************************************
* Cross browser Marquee II- � Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?
////NO NEED TO EDIT BELOW THIS LINE////////////
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''
function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",50)', delayb4scroll)
}
if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee
Wake him up in the middle of the night with oral sex...and you'll give him some very sweet dreams.
Vote for your favorite guy celeb!

Rate this week's scorching sex position: Romp with a View

Pick it up and demand, "Who is this, and why are you calling my man?" Let it go to voice mail... Whatever Tell him someone named Lisa called and nonchalantly ask who she is
See more quizzes!
Add Cosmo as your friend on MySpace!
Pamper your peds. Win a prize pack that'll treat your feet!
See what's up with K this week. Catch up with the Bedroom Blogger Join Cosmo's crusade against skin cancer. Sign the pledge!
See what's up with K this week. Catch up with the Bedroom Blogger
Let us know! What do you think of this month's issue?
Spill it, girls: Have you ever broken a piece of furniture while getting it on?
Tell us your summer beauty complaints. You could win $300 worth of hair products!
Let us know, guys: Have you ever dated a girl with breast implants?
Tell us the craziest place you've had sex
For guys only: Take the latest polls and give us a piece of your mind! Tell us if you'd like to read about prenup agreements in a future issue of Cosmo Cast your vote for your fave female celebs Give us a piece of your mind, guys! Nominate your sexy, single guy pals! Vote for what you'd you really like to see in Cosmo Let us know what you'd like to hear on Cosmo Radio 'Fess up to your dirty deeds! • GuysGirls Meet the semifinalists in our Fun Fearless Female contest -->
What is RSS?Get our latest headlines sent to your desktop!
Special Offer Get Cosmopolitan delivered and save 62%!
Win a trip to a glamorous red carpet event!Cosmo MobileCosmo Radio on SIRIUSFree Stuff from CosmoCosmo Promo Hot SpotCosmo Media KitCosmo Products
-->
Carnal Counselor: "Is tantric sex really as hot as everyone claims?"
Ask Him Anything: "Who should pay for dates?"
Orgasms UnlimitedWomen's bodies are hardwired to have more than one feel-good explosion. Well, hallelujah!June's Guy Without His ShirtCheck out this month's studly Sagittarius. How hot is this hunk?Beauty Q&AThis week: Skin cream sell-by dateBe in Cosmo: My Creepy CoworkerHere's your chance to dish about that perv you had to work with. We want to hear all the creepy details about any office sleaze

.cdsHdr {font-family:verdana;font-size:13px;color:#FFFFFF; font-weight:bold;}
.pullOutDot {font-family:verdana;font-size:12px;color:#D2462B;}
.cdsIntroCopy {font-family:verdana;font-size:13px;color:#000000;}
.cdsIntroCopy a:link { color:#3757DD;}
.cdsIntroCopy a:visited { color:#3757DD;}
.pullOutText {font-family:verdana;font-size:10px;}
.optinText {font-family:verdana;font-size:11px; color:#000000;}
.optinText a:link {color:#1657EA;}
.optinText a:visited {color:#1657EA;}
.cdsInput1 {width:160; font-size:10px;}
.cdsInput21 {width:145; font-size:10px;}
.cdsInput31 {width:50; font-size:10px;}
.cdsInput4 {width:70; font-size:10px;}
.cdsDiscText {font-family:verdana;font-size:10px;border-width:1px;border-color:#666666;padding:2px;}
.pad10All {padding:10;}
.spacer10Hi {margin-top:10;}
.spacer4Hi {margin-top:4;}


USA: 12 issues for $18 • Non-USA: click here
Name
Address 1
Address 2

City
State

Zip
Email
Yes, I Would like to receive special offers and discounts by email from Cosmopolitan (privacy policy)
.staf { font-family: verdana; font-size: 8pt; font-weight: bold; color:#ea5d00 }
.stafhdr { font-family: verdana; font-size: 8pt; color:#ea5d00; font-weight:bold }
.boxt { font-family: verdana; font-size: 8pt; color:#666666 }
.go { font-family: verdana; font-size: 8pt; font-weight:bold }
.textbox { font-family: arial; font-size: 8pt; font-weight:normal }


function s2fSendForm (box) {
if (noS2Fentry(box)) {
if (!window.S2F_altURL) {
s2fURL = window.document.location.href
} else {
s2fURL = S2F_altURL
}
var mywin = window.open ('http://magazines.ivillage.com/s2f/form/0,,45,00.html?s2fURL=' + s2fURL+'&toEmail1='+box.toEmail1.value+'&s2fTitle='+escape(window.document.title), 's2f', 'HEIGHT=600,WIDTH=490,resizable=no,scrollbars=yes')
return false;
} else {
return false;
}
}

function noS2Fentry(box) {
fe=box.toEmail1.value;
if ((fe.indexOf('@')

Send this page to a friend
Friend's Email:
Home Subscribe Experts Love & Lust Beauty & StyleConnect with Cosmo Men


Daily Horoscopes Cosmo Kama Sutra Bedroom Blog Cosmo Quizzes Man Match Game Guy Candy Gallery Sex Tips From Guys Bachelor Blowout Sex Up Your Screen Guy Without His Shirt His Moan Zones Sexy Postcards Passion Polls Match & Moan Game
//')
//]]>

/* footer */
div#footer {
clear: both;
margin: 10px 0 0 0;
width:770px;
text-align: center;
color: #772243;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 11px;
}
#footer a {
font-family: arial, helvetica, verdana, sans-serif;
color: #772243;
text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer ul {
list-style: none;
margin: 0 0 10px 0;
padding: 0;
height: 22px;
clear: left;
}
#footer ul li {
border-left: solid 1px #d9c2a9;
float: left;
margin: 4px 5px 0 0;
padding: 0 0 0 5px;
}
#footer li.first {
border-left: none;
padding-left: 0;
}
#footer li.label span {
display: none;
}
#footer li.subholder {
border: none;
padding: 0;
margin: 2px 0 0 0;
}
#footivil {
height: 41px !important;
background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/footbgtall.gif') 95px 0 no-repeat;
}
#footivil li.label {
margin: 0;
width: 99px;
height: 41px;
background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/nav/mag_nav/foot_ivil.gif') no-repeat;
border-left: none;
}
#footmainnav { width: 614px; margin: 0 0 -10px 0;}
#footspecial { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/footbgshort.gif') 95px 0 no-repeat; }
#footspecial li.label {
margin: 0;
width: 97px;
height: 22px;
background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/nav/mag_nav/foot_special.gif') no-repeat;
border-left: none;
}
#footmags { background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/shared/iv/footbgshort.gif') 95px 0 no-repeat; }
#footmags li.label {
margin: 0;
width: 98px;
height: 22px;
background: url('http://a820.g.akamai.net/f/820/822/1d/i.ivillage.com/nav/mag_nav/foot_mags.gif') no-repeat;
border-left: none;
}
#subfoot {
width: 500px;
margin-left:200px;
}
.copyright {
margin-left:-200px;
}
//')
//]]>

On iVillage:
Home
Topics A-Z
Message Boards
Quizzes
Newsletters
Free Stuff
Astrology
Multimedia
Blogs
Beauty & Style
Health & Well-Being
Diet & Fitness
Love & Sex
Pregnancy & Parenting
Home & Food
Entertainment
Special Sections:
Personals
Free iVillage Online Courses
Snack Swapper
Shopping
Coupons
Games
Magazines:
Cosmopolitan
Country Living
Good Housekeeping
House Beautiful
Marie Claire
Redbook
Town & Country
Terms of Service
Privacy Policy
About iVillage
Customer Support
©1995-2006 iVillage. All Rights Reserved.
Tacoda_AMS_DDC_js=1.0
Tacoda_AMS_DDC_js=1.1
Tacoda_AMS_DDC_js=1.2
Tacoda_AMS_DDC_js=1.3

//';
document.write(iv_popPix);
}
//]]>