<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Juicy Magazine &#187; Linda Ripoll</title>
	<atom:link href="http://www.juicymagonline.com/author/lripoll/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juicymagonline.com</link>
	<description>Celebrity news, entertainment news, movie news, music news, and the hottest celebrity photos on Juicy</description>
	<lastBuildDate>Tue, 18 Jun 2013 16:37:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>It&#8217;s Not To Late: 9 Awesome Father&#8217;s Day Gift Ideas!!!</title>
		<link>http://www.juicymagonline.com/life/2013/06/its-not-to-late-9-great-fathers-day-gift-ideas/</link>
		<comments>http://www.juicymagonline.com/life/2013/06/its-not-to-late-9-great-fathers-day-gift-ideas/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 15:31:10 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Brooks Brothers]]></category>
		<category><![CDATA[Classic Dad]]></category>
		<category><![CDATA[father's day]]></category>
		<category><![CDATA[Foodie Dad]]></category>
		<category><![CDATA[gifts]]></category>
		<category><![CDATA[Gucci]]></category>
		<category><![CDATA[Jay Z]]></category>
		<category><![CDATA[Kohler]]></category>
		<category><![CDATA[Metro Dad]]></category>
		<category><![CDATA[Molecular Mixology]]></category>
		<category><![CDATA[Musical Dad]]></category>
		<category><![CDATA[Nike]]></category>
		<category><![CDATA[Philip B]]></category>
		<category><![CDATA[Sporty Dad]]></category>
		<category><![CDATA[Tech Dad]]></category>
		<category><![CDATA[the body shop]]></category>
		<category><![CDATA[Travel Dad]]></category>
		<category><![CDATA[Trendy Dad]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=61089</guid>
		<description><![CDATA[This Sunday, June 16th is Father's Day which means it's time to celebrate the men in your life who have helped shape, mold and raise you, or to applaud the fellas who are great fathers to your own children.

Not all fathers were created equal, therefore not every dad finds joy in receiving a tie or a pair of socks <em>every</em> year.

This year get creative, considering one gift doesn't fit all. From sporty dads to metro dads, and all those in between, find the right gift catered to the type of fella you call 'pops.'

To help you navigate the tricky world of gift buying for that special dude, we've compiled some great gifts that are sure to have the father in your life smiling. Check out the gallery, and let us do the work for you:]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
 
        var $ = jQuery.noConflict();
        var curImg = get_anchor();

        function prev_img(totalImages){
            if( curImg > 1 ){
                prevImg = curImg - 1;
            }
            else{ 
                prevImg = totalImages;
            }
            refresh(imgData[prevImg][0], imgData[prevImg][1], imgData[prevImg][2], prevImg, totalImages , imgData[prevImg][3]);
        }

        function next_img(totalImgs){

            curImg = parseInt(curImg);

            if(curImg == totalImgs){
            var nextImg = 1;
            }
            else{
            var nextImg = curImg + 1;
            }

            refresh(imgData[nextImg][0], imgData[nextImg][1], imgData[nextImg][2], nextImg, totalImgs, imgData[nextImg][3]);

        }
       
        function track_pageview(args){
            
            /////////////////////////////////////
        	// Track refresh in Google Analytics
        	/////////////////////////////////////
        	
        	var ref = (typeof args.ref == 'undefined') ? "" : args.ref;
        	var url = (typeof args.url == 'undefined') ? "" : args.url;
        	var pageTracker = _gat._getTracker("UA-932072-14");
        	pageTracker._trackPageview(url + ref); 
        }        
        
        function reloadAd(adSize, h_ord, w, h){
            ////////////////////////
            // Method to reload ads
            ////////////////////////
            
        	h_tile+=1;
        	frameId='frame-'+adSize;

        	if(!document.getElementById(frameId)){
        			var adFrame = $("<iframe />")
        			var adSrc   = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
         			adFrame.attr("src",adSrc);
        			adFrame.attr("scrolling","no");
        			adFrame.attr("width",w);
        			adFrame.attr("height",h);
        			adFrame.attr("frameborder",0)
        			var adDiv = $("#"+adSize);
        			adDiv.empty();
        			adDiv.append(adFrame);
        	}else{
        		document.getElementById(frameId).src = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
        	}
        return true;
        }
        
        function refresh(imgUrl, imgTitle, imgDescription, index, numImages, largeURL){
            //////////////////////////////////////
            //  Refresh image, ads, and wallpaper
            //////////////////////////////////////
            
            // Change Image, Title, Description
            $('#sg-enlarge').attr("href", largeURL);
            loadImg(imgUrl , '#sg-main-image' );
                if(imgTitle=='' && imgDescription==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    $('#sg-caption').css({'display':'block'});
                    if(imgTitle!=''){
                        $('#sg-image-title').css({'display':'block'});
                        $('#sg-gallery_image').attr("alt", imgTitle);
                        $('#sg-gallery_image').attr("title", imgTitle);
                        $('#sg-image-title').html(imgTitle);
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgDescription!=''){
                        $('#sg-image-description').css({'display':'block'});
                        $('#sg-image-description').html(imgDescription);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
    	
            // refresh ads
            //  CampaignManager.look();
            h_tile=0;
            $(adArray).each(function(index){
                switch(adArray[index].substring(0,1)){
                    case 'l':
                        w = 728;
                        h = 90;
                        break;
                    case 'm':
                        w = 300;
                        h = 250;
                        break;
                    case 's':
                        w = 160;
                        h = 600;
                        break;
                }
                reloadAd(adArray[index], h_ord, w, h);
            })

            track_pageview({url:get_page_url(document.location.pathname)});

            // Change URL
            set_anchor(index);
            prevImg = curImg;
            curImg = index;

            // Image 1 of totalImage
            $('#sg-curImage').html(curImg + ' ');
        }

        function get_page_url(url){
        var page = url+'#'+curImg;
        return page;
        }

        function get_anchor(){
        var re = /#[0-9]+$/; 
        var match = re.exec(document.location.toString());
        hash = 1;
        if (match != null) var hash = match[0].substr(1);
        return hash;
        }
   
        function set_anchor(anchor){
        ////////////////////////
        // Add anchor tag to URL
        ////////////////////////
        
        //remove existing anchors
        var url = document.location.toString();
        var re = /#[0-9]+$/;
        url = url.replace(re, '');
        document.location = url + '#' + anchor;
        }
        
        function loadImg(url, target){
            var page_request = false
            
            h = $(target).height();
            w = $(target).width();
            $(target).empty();
            $(target).css({"width":w,"height":h,"background":"url(/images/juicy2010/juicy-ajax-loader.gif) no-repeat center center"})
            
            var fileref = document.createElement("img");
   
            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }

            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
                    $(target).empty();
                    fileref.setAttribute("src", url);
                    $(target).append(fileref);
                    $(target).css({"width":"auto","height":"auto","background":"url()"})
                }
            }
			
			
            /*try {
					page_request.open('GET', url, true)
				}
				catch(e)
				{
					page_request.open('GET', url.replace(/web1/,'www'), true)
				};*/
            
			page_request.open('GET', url, true);
			page_request.send(null);
        };
		
        function loadFile(url, filetype, success) {
            done = false;
            var head = document.getElementsByTagName('head')[0];

            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }
            
            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
      
                    if(filetype=="js"){ //if filename is a external JavaScript file
                        var fileref=document.createElement('script');
                        fileref.setAttribute("type","text/javascript");
                        fileref.setAttribute("src", url);
                    }
                    else if(filetype=="css"){ //if filename is an external CSS file
                        var fileref=document.createElement("link");
                        fileref.setAttribute("rel", "stylesheet")
                        fileref.setAttribute("type", "text/css");
                        fileref.setAttribute("href", url);
                    }
                    head.appendChild(fileref);
                }
            }
			
			/*try
			{
				page_request.open('GET', url, true);
			}
			catch(e)
			{
				page_request.open('GET', url.replace(/web1/,'www'), true);
			}*/
			
			page_request.open('GET', url, true);
			page_request.send(null);
        };
        
        function buildAdArray(){
        	adArray = [];
        	$(".ad-slot").each(function(){
        		adArray.push($(this).attr("id"))
        	})
        }

        function sgGalleryInit(){
            if(typeof imgData != "undefined"){
                
                var totalImgs = $(imgData).size();
                    totalImgs -=1;

                var prevClick = 'prev_img(' + totalImgs + ');return false;';
                var nextClick = 'next_img(' + totalImgs + ');return false';

                var topControls = '';
                topControls += '<span id="sg-image-count"><span id="sg-curImage">' + curImg + ' <\/span>of ' + totalImgs + '<\/span>';
                topControls += '<div id="sg-top-btns">';
                topControls += '<a href='+imgData[curImg][3]+' id="sg-enlarge" target="_blank">ENLARGE</a>';
                topControls += '<a href="#" class="back" onclick="'+ prevClick +'"><span>Previous</span><\/a>';
                topControls += '<a href="#" class="next" onclick="'+ nextClick +'"><span>Next</span><\/a>';
                topControls += '<\/div>'
                $('#sg-top-controls').html(topControls);

                var photoOverlayNav = '';
                photoOverlayNav +='<div id="sg-prev-button" onclick="'+ prevClick +'"><span><\/span><\/div>';
                photoOverlayNav +='<div id="sg-next-button" onclick="'+ nextClick +'"><span><\/span><\/div>';
                $('#sg-image-container').prepend(photoOverlayNav);

                // Display Main Image
                anchor = get_anchor();
                if(anchor){
                    thisImg = imgData[anchor];
                }else{
                    thisImg = imgData[1];
                }

                //Display Photo, Caption, and Description
                $('#sg-main-image').html('<img id="sg-gallery_image" src="' + thisImg[0] + '"' + ' title="'+thisImg[1]+'"'+' alt="' + thisImg[1] + '">');
                
                if(imgData[anchor][1]=='' && imgData[anchor][2]==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    if(imgData[anchor][1]!=''){
                        $('#sg-image-title').html(imgData[anchor][1]);  
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgData[anchor][2]!=''){
                        $('#sg-image-description').html(imgData[anchor][2]);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
                
                //$('#sg-image-title').html(imgData[anchor][1]);
                //$('#sg-image-description').html(imgData[anchor][2]);

                if(typeof thumbData != "undefined"){
                    for(var x in thumbData ){
                        $('#sg-thumbnails').append('<a style="cursor:pointer;" onClick="refresh(imgData['+x+'][0], imgData['+x+'][1], imgData['+x+'][2], '+x+', '+ totalImgs +', imgData['+x+'][3]);"><img id="thumb-'+ x +'" src="' + thumbData[x] + '"><\/a>');
                    }
                }
                
                buildAdArray();
            }
        }
  
        $(function(){
            
                        
                        	    loadFile("http://www.juicymagonline.com/wp-content/plugins/superGiant-gallery/css/sG-gallery-styles.css", "css", sgGalleryInit() ); // dynamically load and add this .css file    			
   
    		
        }); // Closes jQuery Function
                
</script>
<p><a href="http://www.juicymagonline.com/wp-content/uploads/2013/06/jayz001fd.jpg"><img class="alignleft size-full wp-image-61114" title="#_jayz001fd" src="http://www.juicymagonline.com/wp-content/uploads/2013/06/jayz001fd.jpg" alt="" width="300" height="420" /></a>This Sunday, June 16th is Father&#8217;s Day which means it&#8217;s time to celebrate the men in your life who have helped shape, mold and raise you, or to applaud the fellas who are great fathers to your own children.</p>
<p>Not all fathers were created equal, therefore not every dad finds joy in receiving a tie or a pair of socks <em>every</em> year.</p>
<p>This year get creative, considering one gift doesn&#8217;t fit all. From sporty dads to metro dads, and all those in between, find the right gift catered to the type of fella you call &#8216;pops.&#8217;</p>
<p>To help you navigate the tricky world of gift buying for that special dude, we&#8217;ve compiled some great gifts that are sure to have the father in your life smiling. Check out the gallery, and let us do the work for you:</p>
<p style="text-align: center;"><script>var imgData = new Array();imgData[1]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/rsz_maca.jpg','For The Product Junkie...','Get a handsome custom gift bundle of The Body Shop For Men Maca Root line, that includes razor relief, face wash, shave cream and brush that use help energize and keep dad looking young, $20, thebodyshop.com','http://www.juicymagonline.com/wp-content/uploads/2013/06/rsz_maca.jpg');
imgData[2]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/008fathersday.jpg','For The Dad Who Loves To Entertain...','For the father who likes to turn up, give him the gift of mixology, Molecular Mixology Kit Cocktail R-Evolution, $58.95, Molecule-r.com  ','http://www.juicymagonline.com/wp-content/uploads/2013/06/008fathersday.jpg');
imgData[3]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/006fathersday.jpg','For The Athletic Dad...','Give Dad the upper hand on his fitness routine with this super cool workout watch, Nike + Sportswatch GPS, $199, Nike.com ','http://www.juicymagonline.com/wp-content/uploads/2013/06/006fathersday.jpg');
imgData[4]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/001fathersday.jpg','For The Travelling Dad...','When Dad is constantly on the go for business or pleasure, he needs a security wallet like this one to keep his cards, money and valuables safe, Brookstone, Stainless Steel Tech Tri-Fold Wallet, $79.99, Brookstone.com','http://www.juicymagonline.com/wp-content/uploads/2013/06/001fathersday.jpg');
imgData[5]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/002fathersday.jpg','For The Dad Who Loves Music...','He’ll love the duality of this high tech gift, it’s a showerhead with a stereo speaker that lets him sing a long to his favorite tunes while he washes, Kohler, Moxie Showerhead and Wireless Speaker, $200, Amazon.com ','http://www.juicymagonline.com/wp-content/uploads/2013/06/002fathersday.jpg');
imgData[6]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/003fathersday.jpg','For The Trendy Dad...','These are for that stylish Dad who lives for labels and loves looking like a million bucks, Gucci Metal Aviator Sunglasses, $295, Gucci.com','http://www.juicymagonline.com/wp-content/uploads/2013/06/003fathersday.jpg');
imgData[7]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/004fathersday.jpg','For The Tech Savvy Dad...','Upgrade your father’s phone to an iPhone 5 so he can text, tweet, face time and use Siri all while keeping track of his schedule, Apple iPhone 5, From $200, Apple.com ','http://www.juicymagonline.com/wp-content/uploads/2013/06/004fathersday.jpg');
imgData[8]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/005fathersday.jpg','For The Metro Dad...','Keep him looking and smelling his very best with this delectable duo of Peppermint Avocado Shampoo and Nordic Wood Hair & Body Shampoo, $65, PhilipB.com','http://www.juicymagonline.com/wp-content/uploads/2013/06/005fathersday.jpg');
imgData[9]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/06/007fathersday.jpg','For The Traditional Dad...','Nothing says Father’s Day like a traditional striped tie, Brooks Brothers #3 Repp Tie, $55.65 each, BrooksBrothers.com','http://www.juicymagonline.com/wp-content/uploads/2013/06/007fathersday.jpg');
</script><div id='sg-gallery' class="sg-wide"><div id='sg-top-controls'></div><div id='sg-image-container'><div id='sg-main-image'></div></div><div id='sg-caption'><div id='sg-image-title'></div><div id='sg-image-description'></div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/life/2013/06/its-not-to-late-9-great-fathers-day-gift-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From The Mag: You&#8217;ve Got To Be Seen In Green!!!</title>
		<link>http://www.juicymagonline.com/beauty/2013/04/from-the-mag-youve-got-to-be-seen-in-green/</link>
		<comments>http://www.juicymagonline.com/beauty/2013/04/from-the-mag-youve-got-to-be-seen-in-green/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 17:07:37 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Werkkkk!]]></category>
		<category><![CDATA[elf liquid liner pencil in hunter green]]></category>
		<category><![CDATA[emerald green]]></category>
		<category><![CDATA[lcn nail polish]]></category>
		<category><![CDATA[lcn nail polish emerald green]]></category>
		<category><![CDATA[LUSH]]></category>
		<category><![CDATA[lush stepping stone foot pumice]]></category>
		<category><![CDATA[maybelline color tatto]]></category>
		<category><![CDATA[maybelline eye studio color tattor edgy emerald]]></category>
		<category><![CDATA[nyx jumbo pencil]]></category>
		<category><![CDATA[nyx jumbo pencil rocky mountain green]]></category>
		<category><![CDATA[smashbox]]></category>
		<category><![CDATA[smashbox limitless 15 hourwear cream neptune]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=56973</guid>
		<description><![CDATA[For ages green has been the color to represent of wealth, life, vitality, envy and health. This year however, green, specifically emerald green, makes headlines as <strong>Pantone</strong>’s 2013 color of the year.

As of late emerald can be seen everywhere from fashion runways and home décor to opulent eye shadows and dazzling nail polishes. Now is the time to to paint your world with this gorgeous shade of green.

For more on this season's latest emerald green trends check out the May/June issue of <em>Juicy</em> magazine on newsstands now...]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
 
        var $ = jQuery.noConflict();
        var curImg = get_anchor();

        function prev_img(totalImages){
            if( curImg > 1 ){
                prevImg = curImg - 1;
            }
            else{ 
                prevImg = totalImages;
            }
            refresh(imgData[prevImg][0], imgData[prevImg][1], imgData[prevImg][2], prevImg, totalImages , imgData[prevImg][3]);
        }

        function next_img(totalImgs){

            curImg = parseInt(curImg);

            if(curImg == totalImgs){
            var nextImg = 1;
            }
            else{
            var nextImg = curImg + 1;
            }

            refresh(imgData[nextImg][0], imgData[nextImg][1], imgData[nextImg][2], nextImg, totalImgs, imgData[nextImg][3]);

        }
       
        function track_pageview(args){
            
            /////////////////////////////////////
        	// Track refresh in Google Analytics
        	/////////////////////////////////////
        	
        	var ref = (typeof args.ref == 'undefined') ? "" : args.ref;
        	var url = (typeof args.url == 'undefined') ? "" : args.url;
        	var pageTracker = _gat._getTracker("UA-932072-14");
        	pageTracker._trackPageview(url + ref); 
        }        
        
        function reloadAd(adSize, h_ord, w, h){
            ////////////////////////
            // Method to reload ads
            ////////////////////////
            
        	h_tile+=1;
        	frameId='frame-'+adSize;

        	if(!document.getElementById(frameId)){
        			var adFrame = $("<iframe />")
        			var adSrc   = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
         			adFrame.attr("src",adSrc);
        			adFrame.attr("scrolling","no");
        			adFrame.attr("width",w);
        			adFrame.attr("height",h);
        			adFrame.attr("frameborder",0)
        			var adDiv = $("#"+adSize);
        			adDiv.empty();
        			adDiv.append(adFrame);
        	}else{
        		document.getElementById(frameId).src = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
        	}
        return true;
        }
        
        function refresh(imgUrl, imgTitle, imgDescription, index, numImages, largeURL){
            //////////////////////////////////////
            //  Refresh image, ads, and wallpaper
            //////////////////////////////////////
            
            // Change Image, Title, Description
            $('#sg-enlarge').attr("href", largeURL);
            loadImg(imgUrl , '#sg-main-image' );
                if(imgTitle=='' && imgDescription==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    $('#sg-caption').css({'display':'block'});
                    if(imgTitle!=''){
                        $('#sg-image-title').css({'display':'block'});
                        $('#sg-gallery_image').attr("alt", imgTitle);
                        $('#sg-gallery_image').attr("title", imgTitle);
                        $('#sg-image-title').html(imgTitle);
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgDescription!=''){
                        $('#sg-image-description').css({'display':'block'});
                        $('#sg-image-description').html(imgDescription);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
    	
            // refresh ads
            //  CampaignManager.look();
            h_tile=0;
            $(adArray).each(function(index){
                switch(adArray[index].substring(0,1)){
                    case 'l':
                        w = 728;
                        h = 90;
                        break;
                    case 'm':
                        w = 300;
                        h = 250;
                        break;
                    case 's':
                        w = 160;
                        h = 600;
                        break;
                }
                reloadAd(adArray[index], h_ord, w, h);
            })

            track_pageview({url:get_page_url(document.location.pathname)});

            // Change URL
            set_anchor(index);
            prevImg = curImg;
            curImg = index;

            // Image 1 of totalImage
            $('#sg-curImage').html(curImg + ' ');
        }

        function get_page_url(url){
        var page = url+'#'+curImg;
        return page;
        }

        function get_anchor(){
        var re = /#[0-9]+$/; 
        var match = re.exec(document.location.toString());
        hash = 1;
        if (match != null) var hash = match[0].substr(1);
        return hash;
        }
   
        function set_anchor(anchor){
        ////////////////////////
        // Add anchor tag to URL
        ////////////////////////
        
        //remove existing anchors
        var url = document.location.toString();
        var re = /#[0-9]+$/;
        url = url.replace(re, '');
        document.location = url + '#' + anchor;
        }
        
        function loadImg(url, target){
            var page_request = false
            
            h = $(target).height();
            w = $(target).width();
            $(target).empty();
            $(target).css({"width":w,"height":h,"background":"url(/images/juicy2010/juicy-ajax-loader.gif) no-repeat center center"})
            
            var fileref = document.createElement("img");
   
            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }

            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
                    $(target).empty();
                    fileref.setAttribute("src", url);
                    $(target).append(fileref);
                    $(target).css({"width":"auto","height":"auto","background":"url()"})
                }
            }
			
			
            /*try {
					page_request.open('GET', url, true)
				}
				catch(e)
				{
					page_request.open('GET', url.replace(/web1/,'www'), true)
				};*/
            
			page_request.open('GET', url, true);
			page_request.send(null);
        };
		
        function loadFile(url, filetype, success) {
            done = false;
            var head = document.getElementsByTagName('head')[0];

            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }
            
            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
      
                    if(filetype=="js"){ //if filename is a external JavaScript file
                        var fileref=document.createElement('script');
                        fileref.setAttribute("type","text/javascript");
                        fileref.setAttribute("src", url);
                    }
                    else if(filetype=="css"){ //if filename is an external CSS file
                        var fileref=document.createElement("link");
                        fileref.setAttribute("rel", "stylesheet")
                        fileref.setAttribute("type", "text/css");
                        fileref.setAttribute("href", url);
                    }
                    head.appendChild(fileref);
                }
            }
			
			/*try
			{
				page_request.open('GET', url, true);
			}
			catch(e)
			{
				page_request.open('GET', url.replace(/web1/,'www'), true);
			}*/
			
			page_request.open('GET', url, true);
			page_request.send(null);
        };
        
        function buildAdArray(){
        	adArray = [];
        	$(".ad-slot").each(function(){
        		adArray.push($(this).attr("id"))
        	})
        }

        function sgGalleryInit(){
            if(typeof imgData != "undefined"){
                
                var totalImgs = $(imgData).size();
                    totalImgs -=1;

                var prevClick = 'prev_img(' + totalImgs + ');return false;';
                var nextClick = 'next_img(' + totalImgs + ');return false';

                var topControls = '';
                topControls += '<span id="sg-image-count"><span id="sg-curImage">' + curImg + ' <\/span>of ' + totalImgs + '<\/span>';
                topControls += '<div id="sg-top-btns">';
                topControls += '<a href='+imgData[curImg][3]+' id="sg-enlarge" target="_blank">ENLARGE</a>';
                topControls += '<a href="#" class="back" onclick="'+ prevClick +'"><span>Previous</span><\/a>';
                topControls += '<a href="#" class="next" onclick="'+ nextClick +'"><span>Next</span><\/a>';
                topControls += '<\/div>'
                $('#sg-top-controls').html(topControls);

                var photoOverlayNav = '';
                photoOverlayNav +='<div id="sg-prev-button" onclick="'+ prevClick +'"><span><\/span><\/div>';
                photoOverlayNav +='<div id="sg-next-button" onclick="'+ nextClick +'"><span><\/span><\/div>';
                $('#sg-image-container').prepend(photoOverlayNav);

                // Display Main Image
                anchor = get_anchor();
                if(anchor){
                    thisImg = imgData[anchor];
                }else{
                    thisImg = imgData[1];
                }

                //Display Photo, Caption, and Description
                $('#sg-main-image').html('<img id="sg-gallery_image" src="' + thisImg[0] + '"' + ' title="'+thisImg[1]+'"'+' alt="' + thisImg[1] + '">');
                
                if(imgData[anchor][1]=='' && imgData[anchor][2]==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    if(imgData[anchor][1]!=''){
                        $('#sg-image-title').html(imgData[anchor][1]);  
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgData[anchor][2]!=''){
                        $('#sg-image-description').html(imgData[anchor][2]);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
                
                //$('#sg-image-title').html(imgData[anchor][1]);
                //$('#sg-image-description').html(imgData[anchor][2]);

                if(typeof thumbData != "undefined"){
                    for(var x in thumbData ){
                        $('#sg-thumbnails').append('<a style="cursor:pointer;" onClick="refresh(imgData['+x+'][0], imgData['+x+'][1], imgData['+x+'][2], '+x+', '+ totalImgs +', imgData['+x+'][3]);"><img id="thumb-'+ x +'" src="' + thumbData[x] + '"><\/a>');
                    }
                }
                
                buildAdArray();
            }
        }
  
        $(function(){
            
                        
                        	    loadFile("http://www.juicymagonline.com/wp-content/plugins/superGiant-gallery/css/sG-gallery-styles.css", "css", sgGalleryInit() ); // dynamically load and add this .css file    			
   
    		
        }); // Closes jQuery Function
                
</script>
<p><a href="http://www.juicymagonline.com/wp-content/uploads/2013/04/chanelimangreen.jpg"><img class="alignleft size-full wp-image-56980" title="#chanelimangreen" src="http://www.juicymagonline.com/wp-content/uploads/2013/04/chanelimangreen.jpg" alt="" width="300" height="420" /></a>For ages green has been the color to represent of wealth, life, vitality, envy and health. This year however, green, specifically emerald green, makes headlines as <strong>Pantone</strong>’s 2013 color of the year.</p>
<p>As of late emerald can be seen everywhere from fashion runways and home décor to opulent eye shadows and moisturizing body oils. Now is the time to to paint your world with this gorgeous shade of green.</p>
<p>For more on this season&#8217;s latest emerald green trends check out the<a href="http://www.juicymagonline.com/subscribe/"> May/June issue of <em>Juicy</em> magazine</a> on newsstands now. Until then click through the gallery below:</p>
<p style="text-align: center;"><script>var imgData = new Array();imgData[1]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity1.jpg','Smashbox','There is no limit on the pop of color of your lids with Smashbox Limitless 15 Hour Wear Cream Shadow in Neptune, $19, Smashbox.com.','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity1.jpg');
imgData[2]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity2.jpg','NYX','Black can be boring. Instead opt for NYX Jumbo Eye Pencil in Rocky Mountain Green, $4.50, NYXCosmetics.com.','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity2.jpg');
imgData[3]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/mojitobathandbodyoil.jpg','MoonEssence','Slather the green trend all over your body with MoonEssence Mojito Bath & Body Oil, $24, MoonEssence.com. A fav of our online editorial director <strong>SHIREA L. CARROLL</strong>.','http://www.juicymagonline.com/wp-content/uploads/2013/04/mojitobathandbodyoil.jpg');
imgData[4]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity4.jpg','Maybelline','Afraid of getting permanently inked? Instead opt for Maybelline EyeStudio Color Tattoo 24 HR Cream Gel Shadow in Edgy Emerald, $6.99, Maybelline.com.','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity4.jpg');
imgData[5]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity6.jpg','LUSH','Dry skin, cracked heels? Step out after using LUSH Green Stepping Stone Foot Pumice, $4.50, LUSH.com.','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity6.jpg');
imgData[6]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity7.jpg','LCN','If the the thought of the color green on your face, makes you skeptical no worries add it to your nails. Try LCN Nail Polish in Emerald Green, $7.50, LCNBoutique.com ','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity7.jpg');
imgData[7]= new Array('http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity8.jpg','E.L.F','Make sure your emerald green look is on point and precise with E.L.F. Essential Waterproof Liquid Liner Pencil in Hunter Green, $2, EyesLipFace.com.','http://www.juicymagonline.com/wp-content/uploads/2013/04/emeraldcity8.jpg');
</script><div id='sg-gallery' class="sg-wide"><div id='sg-top-controls'></div><div id='sg-image-container'><div id='sg-main-image'></div></div><div id='sg-caption'><div id='sg-image-title'></div><div id='sg-image-description'></div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2013/04/from-the-mag-youve-got-to-be-seen-in-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win It: China Glaze Avant Garden Giveaway!!!</title>
		<link>http://www.juicymagonline.com/life/2013/03/win-it-china-glaze-avant-garden-giveaway/</link>
		<comments>http://www.juicymagonline.com/life/2013/03/win-it-china-glaze-avant-garden-giveaway/#comments</comments>
		<pubDate>Fri, 15 Mar 2013 15:25:23 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Win It]]></category>
		<category><![CDATA[Avant Garden Collection]]></category>
		<category><![CDATA[beauty trends]]></category>
		<category><![CDATA[Budding Romance]]></category>
		<category><![CDATA[china glaze]]></category>
		<category><![CDATA[China Glaze Avant Garden]]></category>
		<category><![CDATA[Dandy Lyin' Around]]></category>
		<category><![CDATA[Fade Into Hue]]></category>
		<category><![CDATA[Fancy Pants]]></category>
		<category><![CDATA[JUICY Magazine]]></category>
		<category><![CDATA[Keep Calm Paint On]]></category>
		<category><![CDATA[Life Is Rosy]]></category>
		<category><![CDATA[Mimosa's Before Mani's]]></category>
		<category><![CDATA[Passion For Petals]]></category>
		<category><![CDATA[Pink-Ie Promise]]></category>
		<category><![CDATA[Snap My Dragon]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring manicure]]></category>
		<category><![CDATA[spring nail polish]]></category>
		<category><![CDATA[spring pedicure]]></category>
		<category><![CDATA[Sunday Funday]]></category>
		<category><![CDATA[Tart-Y For The Party]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=55931</guid>
		<description><![CDATA[Spring is here and that means it's time to put your winter polishes away and ring in the spring with some much needed color on your tips and toes.

In honor of spring, we are giving 10 lucky <em><strong>Juicy</strong></em> readers the chance to win <strong>China Glaze</strong>'s Spring 2013 Collection Avant Garden.

With 12 'springtastic' hues ranging from pretty pastels to brilliant brights, this delectable collection includes multiple finishes from cream to shimmer that will have you ready to flaunt your mani and pedi all season long.

In celebration of the beauty that comes with seasonal changes, <em><strong>Juicy</strong></em> has teamed up with China Glaze for our latest giveaway...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2013/03/chinaglaze.jpg"><img class="alignleft size-full wp-image-55947" title="chinaglaze" src="http://www.juicymagonline.com/wp-content/uploads/2013/03/chinaglaze.jpg" alt="" width="300" height="420" /></a>Spring is here and that means it&#8217;s time to put your winter polishes away and ring in the spring with some much needed color on your tips and toes.</p>
<p>In honor of spring, we are giving 10 lucky <em><strong>Juicy</strong></em> readers the chance to win <strong>China Glaze</strong>&#8216;s Spring 2013 Collection Avant Garden.</p>
<p>With 12 &#8216;springtastic&#8217; hues ranging from pretty pastels to brilliant brights, this delectable collection includes multiple finishes from cream to shimmer that will have you ready to flaunt your mani and pedi all season long.</p>
<p>In celebration of the beauty that comes with seasonal changes, <em><strong>Juicy</strong></em> has teamed up with China Glaze for our latest giveaway.</p>
<p>Check out details on how to win below:</p>
<h3>To Win:</h3>
<p>1. Be sure to follow <strong>Juicy</strong> on <a href="https://twitter.com/#%21/juicymagazine" target="_blank">Twitter</a> and like us on <a href="http://www.facebook.com/JuicyMagazine" target="_blank">Facebook</a>.</p>
<p>2. Follow <strong>China Glaze </strong>on <a href="https://twitter.com/ChinaGlaze" target="_blank">Twitter </a> and like on <a href="https://www.facebook.com/chinaglazeofficial" target="_blank">Facebook</a>.</p>
<p>3. Create a tweet telling us your favorite spring Avant Garden nail polish colors and mention <a href="http://www.twitter.com/juicymagazine" target="_blank"> @JuicyMagazine</a>, <a href="https://twitter.com/ChinaGlaze" target="_blank"> @ChinaGlaze</a>, using the #CGAvantGarden hashtag.</p>
<p>4. Send us your <strong>name, address, Twitter/Facebook handle, and phone number</strong> to<strong> juicymagstaff@gmail.com</strong>.</p>
<p>5. <strong>10</strong> lucky ladies will be chosen! Giveaway ends on <strong>Friday, March 29, 2013 </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/life/2013/03/win-it-china-glaze-avant-garden-giveaway/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Win It: Palmer’s Bronner Bros. VIP Swag Bag Giveaway!!!</title>
		<link>http://www.juicymagonline.com/life/2013/02/win-it-palmers-bronner-bros-vip-swag-bag-giveaway/</link>
		<comments>http://www.juicymagonline.com/life/2013/02/win-it-palmers-bronner-bros-vip-swag-bag-giveaway/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 20:44:06 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Win It]]></category>
		<category><![CDATA[Bronner Bros International Wid Winter Hair Show]]></category>
		<category><![CDATA[Devin McCourty]]></category>
		<category><![CDATA[Giveaway]]></category>
		<category><![CDATA[Jason McCourtry]]></category>
		<category><![CDATA[Palmer's]]></category>
		<category><![CDATA[Palmer's Bronner Bros. VIP Swag Bag]]></category>
		<category><![CDATA[Palmer's Coca Butter Formula Men's Lotion]]></category>
		<category><![CDATA[Palmer's Coco Butter Formula Men's Jar]]></category>
		<category><![CDATA[Palmer's Cocoa Butter Formula Body Wash]]></category>
		<category><![CDATA[Palmer's COcoa Butter Formula Conditioner]]></category>
		<category><![CDATA[Palmer's Cocoa Butter Formula Shapoo]]></category>
		<category><![CDATA[Palmer's Coconut Oil Formula Strong Roots]]></category>
		<category><![CDATA[Palmer's Olive Oil Formula Hair Pudding]]></category>
		<category><![CDATA[Spray]]></category>
		<category><![CDATA[winit]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=54086</guid>
		<description><![CDATA[Calling all hair fanatics!

Bronner Bros International Mid-Winter hair show is coming!

On February 16th in Atlanta, top hair care brands, stylists and beauty companies will converge on the city of Atlanta once again to showcase the newest trends, style and products in the world of hair.

In honor of the Bronner Bros show, Palmer’s is giving one lucky <strong><em>Juicy</em></strong> reader the chance to walk away with a Palmer’s Bronner Bros. 

The VIP Swag Bag includes Coconut Oil Formula Strong Roots Spray, Olive Oil Formula Hair Pudding, Cocoa Butter Formula Shampoo, Cocoa Butter Formula Conditioner, Cocoa Butter Formula Body Wash, Cocoa Butter Formula Men’s Lotion and Cocoa Butter Formula Men’s Jar, plus a signed <strong>Devin</strong> and<strong> Jason McCourty</strong>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2013/02/JuicyMagOnlineGiveAway.jpg"><img class=" wp-image-54311 alignleft" title="JuicyMagOnlineGiveAway" src="http://www.juicymagonline.com/wp-content/uploads/2013/02/JuicyMagOnlineGiveAway.jpg" alt="" /></a>Calling all hair fanatics!</p>
<p>Bronner Bros. International Mid-Winter hair show is coming!</p>
<p>On February 16th in Atlanta, top hair care brands, stylists and beauty companies will converge on the city of Atlanta once again to showcase the newest trends, style and products in the world of hair.</p>
<p>In honor of the Bronner Bros show, Palmer’s is giving one lucky <strong><em>Juicy</em></strong> reader the chance to walk away with a Palmer’s Bronner Bros.</p>
<p>The VIP Swag Bag includes Coconut Oil Formula Strong Roots Spray, Olive Oil Formula Hair Pudding, Cocoa Butter Formula Shampoo, Cocoa Butter Formula Conditioner, Cocoa Butter Formula Body Wash, Cocoa Butter Formula Men’s Lotion and Cocoa Butter Formula Men’s Jar, plus a signed <strong>Devin</strong> and<strong> Jason McCourty</strong> Palmer’s ad!</p>
<p>Check out details on how to win, below:</p>
<h3>To Win:</h3>
<p>1. Be sure to follow <strong>Juicy</strong> on <a href="https://twitter.com/#%21/juicymagazine" target="_blank">Twitter</a> and like us on <a href="http://www.facebook.com/JuicyMagazine" target="_blank">Facebook</a>.</p>
<p>2.Follow Palmer&#8217;s on <a href="https://twitter.com/palmersworks">Twitter</a> and like on <a href="http://www.facebook.com/palmers">Facebook</a>.</p>
<p>3.Tell us, in a brief message, your first memories using Palmer&#8217;s Cocoa Butter.</p>
<p>4. Send us your <strong>name, address, Twitter/Facebook handle, and phone number</strong> to <strong>juicymagstaff@gmail.com</strong>.</p>
<p>5. <strong>1</strong> lucky lady will be chosen at random! Giveaway ends on <strong>Monday, February 18, 2013. </strong>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/life/2013/02/win-it-palmers-bronner-bros-vip-swag-bag-giveaway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smooth Operator: Rx for Brown Skin&#8217;s Moroccan Mineral Mask!!!</title>
		<link>http://www.juicymagonline.com/beauty/2012/12/smooth-operator-rx-for-brown-skins-moroccan-mineral-mask/</link>
		<comments>http://www.juicymagonline.com/beauty/2012/12/smooth-operator-rx-for-brown-skins-moroccan-mineral-mask/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 15:00:59 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Werkkkk!]]></category>
		<category><![CDATA[cold]]></category>
		<category><![CDATA[dry skin]]></category>
		<category><![CDATA[flaky skin]]></category>
		<category><![CDATA[hydrate skin]]></category>
		<category><![CDATA[inflamed skin]]></category>
		<category><![CDATA[itchy]]></category>
		<category><![CDATA[moisturize skin]]></category>
		<category><![CDATA[RX For Brown Skin]]></category>
		<category><![CDATA[RX For Brown Skin Skin Purifying Moroccan Mineral Mask]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=48967</guid>
		<description><![CDATA[Cold weather, blizzards and indoor heating often equals dry, flaky skin that&#8217;s inflamed, irritated and itchy. As we trudge through the fall and winter seasons, we can find ourselves needing to moisturize and hydrate more often than usual. RX for Brown Skin&#8217;s Skin Purifying Moroccan Mineral Mask is the answer to all of your cold weather &#187;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2012/11/rx-mineral-mask.jpg"><img class="alignleft size-full wp-image-49543" title="rx-mineral-mask" src="http://www.juicymagonline.com/wp-content/uploads/2012/11/rx-mineral-mask.jpg" alt="" width="300" height="450" /></a>Cold weather, blizzards and indoor heating often equals dry, flaky skin that&#8217;s inflamed, irritated and itchy.</p>
<p>As we trudge through the fall and winter seasons, we can find ourselves needing to moisturize and hydrate more often than usual. RX for Brown Skin&#8217;s <strong>Skin Purifying Moroccan Mineral Mask</strong> is the answer to all of your cold weather skin care needs.</p>
<p>This fragrance, alcohol and lanolin free mask is enriched with moroccan lava clay which has loads of healthy vitamins and minerals including; Silica, Magnesium, Iron, Calcium and Potassium. Along with these rich minerals, there is Pomegranate, Green Tea and Orange extracts, Licorice Root and Tea Tree Oil.</p>
<p><strong>Skin Purifying Moroccan Mineral Mask</strong> draws impurities from the skin while helping to unclog pores. The mask also creates major improvement in the tone, clarity and texture of your skin.</p>
<p><em> Skin Purifying Moroccan Mineral Mask</em>,<em> <strong>$</strong>29.95<strong>,</strong> RXforBrownSkin.com</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2012/12/smooth-operator-rx-for-brown-skins-moroccan-mineral-mask/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Far From The Same Old Same Old: Essie Winter 2012 Collection!!!</title>
		<link>http://www.juicymagonline.com/beauty/2012/12/far-from-the-same-old-same-old-essie-winter-2012-collection/</link>
		<comments>http://www.juicymagonline.com/beauty/2012/12/far-from-the-same-old-same-old-essie-winter-2012-collection/#comments</comments>
		<pubDate>Wed, 26 Dec 2012 15:00:55 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Werkkkk!]]></category>
		<category><![CDATA[essie winter collection]]></category>
		<category><![CDATA[holiday nails]]></category>
		<category><![CDATA[metallic nails]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=48985</guid>
		<description><![CDATA[Now that we are right in the thick of the holidays, rocking a festive mani or pedi is a must. Essie&#8217;s Winter 2012 Collection is the perfect blend of holiday brights with shimmering glitters and metallic finishes. Whether you&#8217;re a traditional girl who  loves to go for the classic glittery red nail, or if you&#8217;re &#187;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2012/11/essie.jpg"><img class="alignleft size-full wp-image-50932" title="essie" src="http://www.juicymagonline.com/wp-content/uploads/2012/11/essie.jpg" alt="" width="300" height="450" /></a>Now that we are right in the thick of the holidays, rocking a festive mani or pedi is a must.</p>
<p><strong>Essie&#8217;s Winter 2012 Collection</strong> is the perfect blend of holiday brights with shimmering glitters and metallic finishes. Whether you&#8217;re a traditional girl who  loves to go for the classic glittery red nail, or if you&#8217;re the fashionista turning it up with the season&#8217;s bright blue shades, this winter collection has something to make sure your nails stay hot in the cold.</p>
<p>Unlike most holiday and winter collections, Essie&#8217;s shades are more modern with bold, bright and extremely wearable colors,  The six-piece collection includes:</p>
<ul>
<li><strong>Butler Please</strong> – blue blooded cobalt</li>
<li><strong>She’s Pampered</strong> – flagrantly luxe scarlet</li>
<li><strong>Leading Lady</strong> – glittering crimson regalia</li>
<li><strong>Snap Happy</strong> – incandescent vermillion</li>
<li><strong>Where’s My Chauffeur</strong> – driven, gorgeous turquoise</li>
<li><strong>Beyond Cozy</strong> – high carat gold sparkle</li>
</ul>
<p>Essie Winter Collection retails for $8 each and can be purchased online at Essie.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2012/12/far-from-the-same-old-same-old-essie-winter-2012-collection/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Holiday Gift Guide: 11 Eye Shadows Sparkling &#8211; Day 11!!!</title>
		<link>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-11-eye-shadows-sparkling-day-11/</link>
		<comments>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-11-eye-shadows-sparkling-day-11/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 18:36:23 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Werkkkk!]]></category>
		<category><![CDATA[anastasia cosmetics]]></category>
		<category><![CDATA[anastasia illumin8 shadow duo]]></category>
		<category><![CDATA[beenfit cosmetics]]></category>
		<category><![CDATA[benefit cosmetics creaseless cream shadow and liner]]></category>
		<category><![CDATA[best holiday makeup]]></category>
		<category><![CDATA[Clinique]]></category>
		<category><![CDATA[clinique colour surge eye shadow]]></category>
		<category><![CDATA[eye shadow]]></category>
		<category><![CDATA[hard candy cosmetics]]></category>
		<category><![CDATA[hard candy eye shadow collection mirrored compact]]></category>
		<category><![CDATA[holiday makeup]]></category>
		<category><![CDATA[kat von d cosmetics]]></category>
		<category><![CDATA[kat von d true romance eye shadow palette in saint]]></category>
		<category><![CDATA[Lorac cosmetics]]></category>
		<category><![CDATA[lorac pro palette]]></category>
		<category><![CDATA[Makeup]]></category>
		<category><![CDATA[stila cosmetics]]></category>
		<category><![CDATA[stila in the light palette]]></category>
		<category><![CDATA[Tarte Cosmetics]]></category>
		<category><![CDATA[tarte precious gems limited edition waterproof eyeshadow collection]]></category>
		<category><![CDATA[the balm batter up creaseless cream shadow]]></category>
		<category><![CDATA[the balm cosmetics]]></category>
		<category><![CDATA[too faced cosmetics]]></category>
		<category><![CDATA[too faced natural at night sexy and sultry neutral eyeshadow collection]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=49544</guid>
		<description><![CDATA[With the holiday season quickly approaching <em><strong>Juicy</strong></em> girls are going out their minds looking for the perfect gifts to give or receive this Christmas.

<em><strong>Juicy</strong></em>'s 12 Days Of Christmas was created to aid in the search for gifts those <strong><em>Juicy</em></strong> girls who've been both naughty and nice.

Shimmery, sparkling eye makeup is a hallmark of the holiday season. 

Just about every beauty brand launches glitter shadows that are perfect for those dazzling holiday looks we all love.

 Check out the top eleven pretty eye palettes which make great stocking stuffers for the cosmopolitan co-worker and the girly glitter-obsessed BFF...
]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
 
        var $ = jQuery.noConflict();
        var curImg = get_anchor();

        function prev_img(totalImages){
            if( curImg > 1 ){
                prevImg = curImg - 1;
            }
            else{ 
                prevImg = totalImages;
            }
            refresh(imgData[prevImg][0], imgData[prevImg][1], imgData[prevImg][2], prevImg, totalImages , imgData[prevImg][3]);
        }

        function next_img(totalImgs){

            curImg = parseInt(curImg);

            if(curImg == totalImgs){
            var nextImg = 1;
            }
            else{
            var nextImg = curImg + 1;
            }

            refresh(imgData[nextImg][0], imgData[nextImg][1], imgData[nextImg][2], nextImg, totalImgs, imgData[nextImg][3]);

        }
       
        function track_pageview(args){
            
            /////////////////////////////////////
        	// Track refresh in Google Analytics
        	/////////////////////////////////////
        	
        	var ref = (typeof args.ref == 'undefined') ? "" : args.ref;
        	var url = (typeof args.url == 'undefined') ? "" : args.url;
        	var pageTracker = _gat._getTracker("UA-932072-14");
        	pageTracker._trackPageview(url + ref); 
        }        
        
        function reloadAd(adSize, h_ord, w, h){
            ////////////////////////
            // Method to reload ads
            ////////////////////////
            
        	h_tile+=1;
        	frameId='frame-'+adSize;

        	if(!document.getElementById(frameId)){
        			var adFrame = $("<iframe />")
        			var adSrc   = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
         			adFrame.attr("src",adSrc);
        			adFrame.attr("scrolling","no");
        			adFrame.attr("width",w);
        			adFrame.attr("height",h);
        			adFrame.attr("frameborder",0)
        			var adDiv = $("#"+adSize);
        			adDiv.empty();
        			adDiv.append(adFrame);
        	}else{
        		document.getElementById(frameId).src = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
        	}
        return true;
        }
        
        function refresh(imgUrl, imgTitle, imgDescription, index, numImages, largeURL){
            //////////////////////////////////////
            //  Refresh image, ads, and wallpaper
            //////////////////////////////////////
            
            // Change Image, Title, Description
            $('#sg-enlarge').attr("href", largeURL);
            loadImg(imgUrl , '#sg-main-image' );
                if(imgTitle=='' && imgDescription==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    $('#sg-caption').css({'display':'block'});
                    if(imgTitle!=''){
                        $('#sg-image-title').css({'display':'block'});
                        $('#sg-gallery_image').attr("alt", imgTitle);
                        $('#sg-gallery_image').attr("title", imgTitle);
                        $('#sg-image-title').html(imgTitle);
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgDescription!=''){
                        $('#sg-image-description').css({'display':'block'});
                        $('#sg-image-description').html(imgDescription);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
    	
            // refresh ads
            //  CampaignManager.look();
            h_tile=0;
            $(adArray).each(function(index){
                switch(adArray[index].substring(0,1)){
                    case 'l':
                        w = 728;
                        h = 90;
                        break;
                    case 'm':
                        w = 300;
                        h = 250;
                        break;
                    case 's':
                        w = 160;
                        h = 600;
                        break;
                }
                reloadAd(adArray[index], h_ord, w, h);
            })

            track_pageview({url:get_page_url(document.location.pathname)});

            // Change URL
            set_anchor(index);
            prevImg = curImg;
            curImg = index;

            // Image 1 of totalImage
            $('#sg-curImage').html(curImg + ' ');
        }

        function get_page_url(url){
        var page = url+'#'+curImg;
        return page;
        }

        function get_anchor(){
        var re = /#[0-9]+$/; 
        var match = re.exec(document.location.toString());
        hash = 1;
        if (match != null) var hash = match[0].substr(1);
        return hash;
        }
   
        function set_anchor(anchor){
        ////////////////////////
        // Add anchor tag to URL
        ////////////////////////
        
        //remove existing anchors
        var url = document.location.toString();
        var re = /#[0-9]+$/;
        url = url.replace(re, '');
        document.location = url + '#' + anchor;
        }
        
        function loadImg(url, target){
            var page_request = false
            
            h = $(target).height();
            w = $(target).width();
            $(target).empty();
            $(target).css({"width":w,"height":h,"background":"url(/images/juicy2010/juicy-ajax-loader.gif) no-repeat center center"})
            
            var fileref = document.createElement("img");
   
            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }

            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
                    $(target).empty();
                    fileref.setAttribute("src", url);
                    $(target).append(fileref);
                    $(target).css({"width":"auto","height":"auto","background":"url()"})
                }
            }
			
			
            /*try {
					page_request.open('GET', url, true)
				}
				catch(e)
				{
					page_request.open('GET', url.replace(/web1/,'www'), true)
				};*/
            
			page_request.open('GET', url, true);
			page_request.send(null);
        };
		
        function loadFile(url, filetype, success) {
            done = false;
            var head = document.getElementsByTagName('head')[0];

            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }
            
            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
      
                    if(filetype=="js"){ //if filename is a external JavaScript file
                        var fileref=document.createElement('script');
                        fileref.setAttribute("type","text/javascript");
                        fileref.setAttribute("src", url);
                    }
                    else if(filetype=="css"){ //if filename is an external CSS file
                        var fileref=document.createElement("link");
                        fileref.setAttribute("rel", "stylesheet")
                        fileref.setAttribute("type", "text/css");
                        fileref.setAttribute("href", url);
                    }
                    head.appendChild(fileref);
                }
            }
			
			/*try
			{
				page_request.open('GET', url, true);
			}
			catch(e)
			{
				page_request.open('GET', url.replace(/web1/,'www'), true);
			}*/
			
			page_request.open('GET', url, true);
			page_request.send(null);
        };
        
        function buildAdArray(){
        	adArray = [];
        	$(".ad-slot").each(function(){
        		adArray.push($(this).attr("id"))
        	})
        }

        function sgGalleryInit(){
            if(typeof imgData != "undefined"){
                
                var totalImgs = $(imgData).size();
                    totalImgs -=1;

                var prevClick = 'prev_img(' + totalImgs + ');return false;';
                var nextClick = 'next_img(' + totalImgs + ');return false';

                var topControls = '';
                topControls += '<span id="sg-image-count"><span id="sg-curImage">' + curImg + ' <\/span>of ' + totalImgs + '<\/span>';
                topControls += '<div id="sg-top-btns">';
                topControls += '<a href='+imgData[curImg][3]+' id="sg-enlarge" target="_blank">ENLARGE</a>';
                topControls += '<a href="#" class="back" onclick="'+ prevClick +'"><span>Previous</span><\/a>';
                topControls += '<a href="#" class="next" onclick="'+ nextClick +'"><span>Next</span><\/a>';
                topControls += '<\/div>'
                $('#sg-top-controls').html(topControls);

                var photoOverlayNav = '';
                photoOverlayNav +='<div id="sg-prev-button" onclick="'+ prevClick +'"><span><\/span><\/div>';
                photoOverlayNav +='<div id="sg-next-button" onclick="'+ nextClick +'"><span><\/span><\/div>';
                $('#sg-image-container').prepend(photoOverlayNav);

                // Display Main Image
                anchor = get_anchor();
                if(anchor){
                    thisImg = imgData[anchor];
                }else{
                    thisImg = imgData[1];
                }

                //Display Photo, Caption, and Description
                $('#sg-main-image').html('<img id="sg-gallery_image" src="' + thisImg[0] + '"' + ' title="'+thisImg[1]+'"'+' alt="' + thisImg[1] + '">');
                
                if(imgData[anchor][1]=='' && imgData[anchor][2]==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    if(imgData[anchor][1]!=''){
                        $('#sg-image-title').html(imgData[anchor][1]);  
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgData[anchor][2]!=''){
                        $('#sg-image-description').html(imgData[anchor][2]);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
                
                //$('#sg-image-title').html(imgData[anchor][1]);
                //$('#sg-image-description').html(imgData[anchor][2]);

                if(typeof thumbData != "undefined"){
                    for(var x in thumbData ){
                        $('#sg-thumbnails').append('<a style="cursor:pointer;" onClick="refresh(imgData['+x+'][0], imgData['+x+'][1], imgData['+x+'][2], '+x+', '+ totalImgs +', imgData['+x+'][3]);"><img id="thumb-'+ x +'" src="' + thumbData[x] + '"><\/a>');
                    }
                }
                
                buildAdArray();
            }
        }
  
        $(function(){
            
                        
                        	    loadFile("http://www.juicymagonline.com/wp-content/plugins/superGiant-gallery/css/sG-gallery-styles.css", "css", sgGalleryInit() ); // dynamically load and add this .css file    			
   
    		
        }); // Closes jQuery Function
                
</script>
<p><a href="http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-11-eye-shadows-sparkling-day-11/attachment/11-7/" rel="attachment wp-att-51025"><img class="alignleft size-full wp-image-51025" title="#11" src="http://www.juicymagonline.com/wp-content/uploads/2012/12/11.jpg" alt="" width="300" height="450" /></a>With the holiday season quickly approaching <em><strong>Juicy</strong></em> girls are going out their minds looking for the perfect gifts to give or receive this Christmas.</p>
<p><em><strong>Juicy</strong></em>&#8216;s 12 Days Of Christmas was created to aid in the search for gifts those <strong><em>Juicy</em></strong> girls who&#8217;ve been both naughty and nice.</p>
<p>Shimmery, sparkling eye makeup is a hallmark of the holiday season.</p>
<p>Just about every beauty brand launches glitter shadows that are perfect for those dazzling holiday looks we all love.</p>
<p>Check out the top eleven pretty eye palettes which make great stocking stuffers for the cosmopolitan co-worker and the girly glitter-obsessed BFF.</p>
<p style="text-align: center;"><script>var imgData = new Array();imgData[1]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/thebalm.jpg','<strong> theBalm Batter Up Creaseless Cream Shadow</strong>','Don\'t let the stress of the holiday season cause your shadows to crease. Rock the <strong>Batter Up Creaseless Cream Shadows</strong> from <strong>theBalm</strong> and keep your beauty look crisp and clean. <br/><br/><em>$18, Available at <a href=\"http://www.sephora.com/batter-up-creaseless-cream-eyeshadow-P268604\">Sephora</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/thebalm.jpg');
imgData[2]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/toofaced2.jpg',' <strong>Too Faced Natural at Night Sexy and Sultry Neutral Eyeshadow Collection</strong>','Natural shadows go sexy in this sultry collection. With 9 neutral shadows in matte and shimmer finishes make your eyes sparkle and shine just in time for the holidays.<br/><br/><em>$36, Available at <a href=\"https://www.toofaced.com/p-1111-natural-at-night-neutral-eye-shadow-collection.aspx?\">TooFaced</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/toofaced2.jpg');
imgData[3]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/tarte.jpg','<strong>Tarte Precious Gems Limited Edition Waterproof Eyeshadow Collection</strong>','Be the talk of holiday parties with these show stopping jeweled toned crease shadows. Whether you rock a soft neutral eye or a sultry smokey eye, <strong>Tarte Precious Gems Waterproof Eyeshadow Collection</strong> are the perfect stocking stuffer.<br/><br/> <em>$49.95, Available at <a href=\"http://www.amazon.com/Tarte-Limited-Edition-Waterproof-EyeShadow-Collection/dp/B007XCAZTE\">Amazon</a><strong></strong></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/tarte.jpg');
imgData[4]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/stila.jpg','<strong> Stila in the Light Palette</strong>','Light up your look with the <strong>In the Light Palette</strong> from <strong>Stila</strong>. Nine highly wearable light shades in matte and shimmer finishes make the perfect stocking stuffer for the beauty fanatic in your life. <br/><br/><em>$39,Available at <a href=\"http://www.stilacosmetics.com/product/in-the-light-palette.do\">StilaCosmetics</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/stila.jpg');
imgData[5]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/lorac.jpg','<strong>LORAC Pro Palette</strong>','Give yourself the gift of gorgeous makeup with the <strong>LORAC Pro Palette</strong>. With 8 matte and 8 shimmer shadows, prepare to rock a wide range of styles and looks that will take you through the holidays in style.<br/><br/> <em>$42, Available at <a href=\"http://www.sephora.com/pro-palette-P374709\">Sephora</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/lorac.jpg');
imgData[6]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/katvond.jpg',' <strong>Kat Von D True Romance Eyeshadow Palette in Saint</strong>','Never fear, neutral shadows for every skin tone are here. Rock your favorite nude looks for day or evening with the <strong>Kat Von D True Romance Eyeshadow Palette</strong> in <strong>Saint</strong>. <br/><br/><em>$36, Available at <a href=\"http://www.sephora.com/true-romance-eyeshadow-palette-saint-P292313\">Sephora</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/katvond.jpg');
imgData[7]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/hardcandy2.jpg','<strong>Hard Candy Eye Shadow Collection Mirrored Compact</strong>','Bring on the bling and watch heads turn when you apply the stunning shades from these 10 shadow palettes. Complete with mirrors and a brush, you have the perfect holiday beauty kit at your fingertips.  <br/><br/><em>$6, Available at <a href=\"http://www.walmart.com/ip/Hard-Candy-Top-Ten-Eye-Shadow/21472880\">WalMart</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/hardcandy2.jpg');
imgData[8]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/clinique.jpg','<strong>Clinique Colour Surge Eye Shadow</strong>','Pump up the pretty with a few swipes of the shimmery shadows. In a wide range of shades, these gorgeous shadows will have you looking picture-perfect and ready for the holidays. <br/><br/><em>$27, Available at <a href=\"http://www.clinique.com/product/1598/5486/Makeup/Eyeshadows/Colour-Surge-Eye-Shadow-Quad/index.tmpl\">Clinique</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/clinique.jpg');
imgData[9]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/benefit.jpg','<strong>Benefit Cosmetics Creaseless Cream Shadow and Liner</strong> ','Go for the glow this winter with creaseless cream shadows in a wide range of shimmer-tastic shades. This multi-use product doubles as a liner and a base. Wear under your glitter shadows for additional shine and effect.<br/><br/> <em>$19, Available at <a href=\"http://www.benefitcosmetics.com/product/view/creaseless-cream-eyeshadow-liner\">BenefitCosmetics</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/benefit.jpg');
imgData[10]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/anastasia.jpg',' <strong>Anastasia Illumin8 Shadow Duo</strong>','Eyes are beautifully defined with a sweep of two highly pigmented shadows in colorful combinations. Wear them wet or dry for a wide range of effects that work for day or night. <br/><br/><em>$23, Available at <a href=\"http://www.anastasia.net/illumin8-eye-shadow-duo.html\">Anastasia</a></em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/anastasia.jpg');
imgData[11]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/urbandecaynaked2.jpg','<strong> Urban Decay Naked 2 Palette</strong>','Get Naked with this power-packed eyeshadow palette filled with 12 taupe and grey shades. From light to dark, matte to shimmer, you will find everything you need to create the sexiest beauty looks imaginable.<br/><br/> <em>Urban Decay Naked 2 Palette, $50, UrbanDecay.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/urbandecaynaked2.jpg');
</script><div id='sg-gallery' class="sg-wide"><div id='sg-top-controls'></div><div id='sg-image-container'><div id='sg-main-image'></div></div><div id='sg-caption'><div id='sg-image-title'></div><div id='sg-image-description'></div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-11-eye-shadows-sparkling-day-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holiday Gift Guide: 9 Flirty Fragrances &#8211; Day 9!!!</title>
		<link>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-9-flirtly-fragrances-day-9/</link>
		<comments>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-9-flirtly-fragrances-day-9/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 16:58:22 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Werkkkk!]]></category>
		<category><![CDATA[best perfumes of 2012]]></category>
		<category><![CDATA[Beyonce]]></category>
		<category><![CDATA[Beyonce Pulse Perfume]]></category>
		<category><![CDATA[Glam By Kim Kardashian Perfume]]></category>
		<category><![CDATA[holiday gift guide]]></category>
		<category><![CDATA[Juicy Couture La Fleur Perfume]]></category>
		<category><![CDATA[kim kardashian]]></category>
		<category><![CDATA[lady gaga]]></category>
		<category><![CDATA[Lady Gaga Fame Perfume]]></category>
		<category><![CDATA[Marc Jacobs]]></category>
		<category><![CDATA[Marc Jacobs Dot Perfume]]></category>
		<category><![CDATA[Nicki Minaj]]></category>
		<category><![CDATA[Nicki Minaj Pink Friday Perfume]]></category>
		<category><![CDATA[Nicole By Nicole Richie Perfume]]></category>
		<category><![CDATA[nicole richie]]></category>
		<category><![CDATA[Nude By Rihanna Perfume]]></category>
		<category><![CDATA[Perfume]]></category>
		<category><![CDATA[rihanna]]></category>
		<category><![CDATA[scent]]></category>
		<category><![CDATA[Viktor + Rolf Flower Bomb]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=50220</guid>
		<description><![CDATA[With the holiday season quickly approaching <em><strong>Juicy</strong></em> girls are going out their minds looking for the perfect gifts to give or receive this Christmas.

<strong>Juicy</strong>'s 12 Days Of Christmas was created to aid in the search for gifts those <strong><em>Juicy</em></strong> girls who've been naughty and nice.

Why not give the gift of smell this holiday season?

Whether you're buying for your hard-to-please boss or for your BFF, there are a ton of fragrant finds for all the <strong>Juicy </strong><em>women in your life.

From <strong>NICKI MINAJ</strong>'s celebrity fragrance to classic choices like Juicy Couture, put a few of these perfumes on your holiday shopping list and get your shopping done early:]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
 
        var $ = jQuery.noConflict();
        var curImg = get_anchor();

        function prev_img(totalImages){
            if( curImg > 1 ){
                prevImg = curImg - 1;
            }
            else{ 
                prevImg = totalImages;
            }
            refresh(imgData[prevImg][0], imgData[prevImg][1], imgData[prevImg][2], prevImg, totalImages , imgData[prevImg][3]);
        }

        function next_img(totalImgs){

            curImg = parseInt(curImg);

            if(curImg == totalImgs){
            var nextImg = 1;
            }
            else{
            var nextImg = curImg + 1;
            }

            refresh(imgData[nextImg][0], imgData[nextImg][1], imgData[nextImg][2], nextImg, totalImgs, imgData[nextImg][3]);

        }
       
        function track_pageview(args){
            
            /////////////////////////////////////
        	// Track refresh in Google Analytics
        	/////////////////////////////////////
        	
        	var ref = (typeof args.ref == 'undefined') ? "" : args.ref;
        	var url = (typeof args.url == 'undefined') ? "" : args.url;
        	var pageTracker = _gat._getTracker("UA-932072-14");
        	pageTracker._trackPageview(url + ref); 
        }        
        
        function reloadAd(adSize, h_ord, w, h){
            ////////////////////////
            // Method to reload ads
            ////////////////////////
            
        	h_tile+=1;
        	frameId='frame-'+adSize;

        	if(!document.getElementById(frameId)){
        			var adFrame = $("<iframe />")
        			var adSrc   = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
         			adFrame.attr("src",adSrc);
        			adFrame.attr("scrolling","no");
        			adFrame.attr("width",w);
        			adFrame.attr("height",h);
        			adFrame.attr("frameborder",0)
        			var adDiv = $("#"+adSize);
        			adDiv.empty();
        			adDiv.append(adFrame);
        	}else{
        		document.getElementById(frameId).src = '/php/ads/ad-tags.php?h_ord='+h_ord+'&size='+adSize+'&section='+section+'&post='+post+'&h_tile='+h_tile;
        	}
        return true;
        }
        
        function refresh(imgUrl, imgTitle, imgDescription, index, numImages, largeURL){
            //////////////////////////////////////
            //  Refresh image, ads, and wallpaper
            //////////////////////////////////////
            
            // Change Image, Title, Description
            $('#sg-enlarge').attr("href", largeURL);
            loadImg(imgUrl , '#sg-main-image' );
                if(imgTitle=='' && imgDescription==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    $('#sg-caption').css({'display':'block'});
                    if(imgTitle!=''){
                        $('#sg-image-title').css({'display':'block'});
                        $('#sg-gallery_image').attr("alt", imgTitle);
                        $('#sg-gallery_image').attr("title", imgTitle);
                        $('#sg-image-title').html(imgTitle);
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgDescription!=''){
                        $('#sg-image-description').css({'display':'block'});
                        $('#sg-image-description').html(imgDescription);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
    	
            // refresh ads
            //  CampaignManager.look();
            h_tile=0;
            $(adArray).each(function(index){
                switch(adArray[index].substring(0,1)){
                    case 'l':
                        w = 728;
                        h = 90;
                        break;
                    case 'm':
                        w = 300;
                        h = 250;
                        break;
                    case 's':
                        w = 160;
                        h = 600;
                        break;
                }
                reloadAd(adArray[index], h_ord, w, h);
            })

            track_pageview({url:get_page_url(document.location.pathname)});

            // Change URL
            set_anchor(index);
            prevImg = curImg;
            curImg = index;

            // Image 1 of totalImage
            $('#sg-curImage').html(curImg + ' ');
        }

        function get_page_url(url){
        var page = url+'#'+curImg;
        return page;
        }

        function get_anchor(){
        var re = /#[0-9]+$/; 
        var match = re.exec(document.location.toString());
        hash = 1;
        if (match != null) var hash = match[0].substr(1);
        return hash;
        }
   
        function set_anchor(anchor){
        ////////////////////////
        // Add anchor tag to URL
        ////////////////////////
        
        //remove existing anchors
        var url = document.location.toString();
        var re = /#[0-9]+$/;
        url = url.replace(re, '');
        document.location = url + '#' + anchor;
        }
        
        function loadImg(url, target){
            var page_request = false
            
            h = $(target).height();
            w = $(target).width();
            $(target).empty();
            $(target).css({"width":w,"height":h,"background":"url(/images/juicy2010/juicy-ajax-loader.gif) no-repeat center center"})
            
            var fileref = document.createElement("img");
   
            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }

            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
                    $(target).empty();
                    fileref.setAttribute("src", url);
                    $(target).append(fileref);
                    $(target).css({"width":"auto","height":"auto","background":"url()"})
                }
            }
			
			
            /*try {
					page_request.open('GET', url, true)
				}
				catch(e)
				{
					page_request.open('GET', url.replace(/web1/,'www'), true)
				};*/
            
			page_request.open('GET', url, true);
			page_request.send(null);
        };
		
        function loadFile(url, filetype, success) {
            done = false;
            var head = document.getElementsByTagName('head')[0];

            if (window.XMLHttpRequest){ // if Mozilla, Safari etc
                page_request = new XMLHttpRequest();
     
            }else if (window.ActiveXObject){ // if IE
                try {
                    page_request = new ActiveXObject("Msxml2.XMLHTTP")
                }
                catch (e){
                    try{
                        page_request = new ActiveXObject("Microsoft.XMLHTTP")
                    }
                    catch (e){
                    }
                }
            }else{
                return false;
            }
            
            page_request.onreadystatechange=function(){
                if (page_request.readyState==4 && page_request.status==200){
      
                    if(filetype=="js"){ //if filename is a external JavaScript file
                        var fileref=document.createElement('script');
                        fileref.setAttribute("type","text/javascript");
                        fileref.setAttribute("src", url);
                    }
                    else if(filetype=="css"){ //if filename is an external CSS file
                        var fileref=document.createElement("link");
                        fileref.setAttribute("rel", "stylesheet")
                        fileref.setAttribute("type", "text/css");
                        fileref.setAttribute("href", url);
                    }
                    head.appendChild(fileref);
                }
            }
			
			/*try
			{
				page_request.open('GET', url, true);
			}
			catch(e)
			{
				page_request.open('GET', url.replace(/web1/,'www'), true);
			}*/
			
			page_request.open('GET', url, true);
			page_request.send(null);
        };
        
        function buildAdArray(){
        	adArray = [];
        	$(".ad-slot").each(function(){
        		adArray.push($(this).attr("id"))
        	})
        }

        function sgGalleryInit(){
            if(typeof imgData != "undefined"){
                
                var totalImgs = $(imgData).size();
                    totalImgs -=1;

                var prevClick = 'prev_img(' + totalImgs + ');return false;';
                var nextClick = 'next_img(' + totalImgs + ');return false';

                var topControls = '';
                topControls += '<span id="sg-image-count"><span id="sg-curImage">' + curImg + ' <\/span>of ' + totalImgs + '<\/span>';
                topControls += '<div id="sg-top-btns">';
                topControls += '<a href='+imgData[curImg][3]+' id="sg-enlarge" target="_blank">ENLARGE</a>';
                topControls += '<a href="#" class="back" onclick="'+ prevClick +'"><span>Previous</span><\/a>';
                topControls += '<a href="#" class="next" onclick="'+ nextClick +'"><span>Next</span><\/a>';
                topControls += '<\/div>'
                $('#sg-top-controls').html(topControls);

                var photoOverlayNav = '';
                photoOverlayNav +='<div id="sg-prev-button" onclick="'+ prevClick +'"><span><\/span><\/div>';
                photoOverlayNav +='<div id="sg-next-button" onclick="'+ nextClick +'"><span><\/span><\/div>';
                $('#sg-image-container').prepend(photoOverlayNav);

                // Display Main Image
                anchor = get_anchor();
                if(anchor){
                    thisImg = imgData[anchor];
                }else{
                    thisImg = imgData[1];
                }

                //Display Photo, Caption, and Description
                $('#sg-main-image').html('<img id="sg-gallery_image" src="' + thisImg[0] + '"' + ' title="'+thisImg[1]+'"'+' alt="' + thisImg[1] + '">');
                
                if(imgData[anchor][1]=='' && imgData[anchor][2]==''){
                    $('#sg-caption').css({'display':'none'});   
                }else{
                    if(imgData[anchor][1]!=''){
                        $('#sg-image-title').html(imgData[anchor][1]);  
                    }else{
                        $('#sg-image-title').css({'display':'none'});
                    }
            
                    if(imgData[anchor][2]!=''){
                        $('#sg-image-description').html(imgData[anchor][2]);
                    }else{
                        $('#sg-image-description').css({'display':'none'});
                    }
                }
                
                //$('#sg-image-title').html(imgData[anchor][1]);
                //$('#sg-image-description').html(imgData[anchor][2]);

                if(typeof thumbData != "undefined"){
                    for(var x in thumbData ){
                        $('#sg-thumbnails').append('<a style="cursor:pointer;" onClick="refresh(imgData['+x+'][0], imgData['+x+'][1], imgData['+x+'][2], '+x+', '+ totalImgs +', imgData['+x+'][3]);"><img id="thumb-'+ x +'" src="' + thumbData[x] + '"><\/a>');
                    }
                }
                
                buildAdArray();
            }
        }
  
        $(function(){
            
                        
                        	    loadFile("http://www.juicymagonline.com/wp-content/plugins/superGiant-gallery/css/sG-gallery-styles.css", "css", sgGalleryInit() ); // dynamically load and add this .css file    			
   
    		
        }); // Closes jQuery Function
                
</script>
<p><a href="http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-9-flirtly-fragrances-day-9/attachment/day9/" rel="attachment wp-att-50682"><img class="alignleft size-full wp-image-50682" title="day9" src="http://www.juicymagonline.com/wp-content/uploads/2012/12/day9.jpg" alt="" width="300" height="450" /></a>With the holiday season quickly approaching <em><strong>Juicy</strong></em> girls are going out their minds looking for the perfect gifts to give or receive this Christmas.</p>
<p><strong>Juicy</strong>&#8216;s 12 Days Of Christmas was created to aid in the search for gifts those <strong><em>Juicy</em></strong> girls who&#8217;ve been naughty and nice.</p>
<p>Why not give the gift of smell this holiday season?</p>
<p>Whether you&#8217;re buying for your hard-to-please boss or for your BFF, there are a ton of fragrant finds for all the <strong>Juicy </strong><em>women in your life.</p>
<p>From <strong>NICKI MINAJ</strong>&#8216;s celebrity fragrance to classic choices like Juicy Couture, put a few of these perfumes on your holiday shopping list and get your shopping done early:</p>
<p style="text-align: center;"><script>var imgData = new Array();imgData[1]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/rihannanudefragrance.jpg','<strong>Nude by Rihanna Eau de Parfum</strong>','Make a sensuous yet sophisticated statement with <strong>Nude</strong>, the latest offering from mega-superstar and style icon Rihanna. Tropical hints of Rihanna\'s island roots create a sultry fragrance. With Guava Nectar, Orange Blossom and Second-Skin Musk, you\'ll fall in love with this fresh and feminine fragrance. <br/><br/><em> $59, Available at macys.com</em> ','http://www.juicymagonline.com/wp-content/uploads/2012/12/rihannanudefragrance.jpg');
imgData[2]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/nicolerichiesoulful.jpg','<strong>Nicole by Nicole Richie</strong>','If you\'re searching for a scent that is bohemian yet classy with a hint of fun, <strong>Nicole by Nicole Richie</strong> has everything you\'re looking for and more. From the art deco inspired flacon to the soulful blend of Blackberry, Morrocan Rose and Vanilla Absolute, this striking perfume is simply seductive. Nicole by Nicole Richie Eau de Parfum, 3.4 oz, <br/><br/><em>$69, Available at macys.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/nicolerichiesoulful.jpg');
imgData[3]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/nickiminajpinkfridayperfume.jpg','<strong>Pink Friday Nicki Minaj Eau de Parfum</strong>','For the trendy girl in your life, <strong> Pink Friday Nicki Minaj Eau de Parfum</strong> is a sassy and sparkling fragrance that combines Italian Mandarin, Fresh Gardenia and Creamy Vanilla for a captivating perfume that is fit for the fun and fabulous.<br/><br/><em>$59, Available at</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/nickiminajpinkfridayperfume.jpg');
imgData[4]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/marcjacobsdot.jpg','<strong>Marc Jacobs Dot Eau de Parfum</strong>','Known for his designer fashion and accessories, fragrance legend Marc Jacobs knows what women want and that is to smell as beautiful as they look. <strong>Marc Jacobs Dot</strong> is a playful yet powerfully sexy scent with flirty notes such as; Coconut Water, Red Berries and Dragonfruit. The polka dot bottle and ladybug motif are added fun touches. <br/><br/><em>$69, Available at macys.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/marcjacobsdot.jpg');
imgData[5]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/ladygagafame.jpg','<strong>Lady Gaga Fame Eau de Parfum</strong>','Step into the avant garde with this holiday season\'s most extravagant new fragrance. <strong>Lady Gaga Fame</strong> utilizes a new technology making it the first black eau de parfum. Even though the liquid is black as night, it sprays on colorless, leaving behind a decadent mist. With hints of Apricot, Honey Drops and Tiger Orchidea, this captivating scent is definitely for the bold and beautiful, <br/><br/><em> $55, Available at macys.com </em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/ladygagafame.jpg');
imgData[6]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/kimkardashianglam.jpg','<strong>Kim Kardashian Glam</strong>','Whether you\'re a Kim Kardashian fan or you just love her style, you\'ll definitely become a fan of the reality star\'s newest fragrance Glam. The floral scent is heavy with fruity notes such as; Watermelon and Juicy Red  Berries. Tuberose and Sandalwood add an air of glamor which is just what every girl wants this holiday season. <br/><br/><em> $50, Available at macys.com </em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/kimkardashianglam.jpg');
imgData[7]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/juicycouturelafleur.jpg','<strong>Juicy Couture Viva La Juicy La Fleur</strong>','Juicy Couture Viva La Juicy La Fleur Eau de Parfum, Made for the modern girl, this delightful fragrance beautifully brings together sultry and sweet in a provocative way. With Mandarin, Gardenia Petals and Caramel, the dashing payoff of this exhilarating scent is just what every <strong>Juicy</strong> girl needs this holiday season, <br/><br/><em> $75,Available at juicycouture.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/juicycouturelafleur.jpg');
imgData[8]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/flowerbomb.jpg','<strong>Viktor + Rolk Flower Bomb Eau de Parfum</strong>','Take a walk on the feminine side with <strong> Viktor + Rolk Flower Bomb</strong>. This popular floral perfume is known for its unique bottle and delicious notes. The chic combination of Cattleya Orchid and Ballerina Freesia delights the senses leaving behind a luscious and lovely aroma. <br/><br/><em>$75, Available at sephora.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/flowerbomb.jpg');
imgData[9]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/beyoncepulse.jpg','<strong>Beyonce Pulse Eau de Parfum</strong>','It\'s time to channel your inner diva and <strong>Beyonce Pulse Eau De Parfum</strong> is a scent-sational option. You\'ll instantly adore the blend of Frosted Bergamot, Midnight Blooming Jasmine and Madagascar Vanilla Infusion. From the futuristic bottle encased in glass and silver to the striking blue hue, this strong yet feminine fragrance is a showstopper. <br/><br/><em>$59, Available at macys.com</em>','http://www.juicymagonline.com/wp-content/uploads/2012/12/beyoncepulse.jpg');
imgData[10]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/25.jpg','','','http://www.juicymagonline.com/wp-content/uploads/2012/12/25.jpg');
imgData[11]= new Array('http://www.juicymagonline.com/wp-content/uploads/2012/12/day9.jpg','','','http://www.juicymagonline.com/wp-content/uploads/2012/12/day9.jpg');
</script><div id='sg-gallery' class="sg-wide"><div id='sg-top-controls'></div><div id='sg-image-container'><div id='sg-main-image'></div></div><div id='sg-caption'><div id='sg-image-title'></div><div id='sg-image-description'></div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2012/12/holiday-gift-guide-9-flirtly-fragrances-day-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product Showcase: Urban Decay &#8216;Vice&#8217; Eyeshadow Palette!!!</title>
		<link>http://www.juicymagonline.com/beauty/2012/10/product-showcase-urban-decay-vice-eyeshadow-palette/</link>
		<comments>http://www.juicymagonline.com/beauty/2012/10/product-showcase-urban-decay-vice-eyeshadow-palette/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 17:09:18 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Beauty Product Showcase]]></category>
		<category><![CDATA[glitter]]></category>
		<category><![CDATA[Makeup]]></category>
		<category><![CDATA[matte]]></category>
		<category><![CDATA[satin]]></category>
		<category><![CDATA[shimmer]]></category>
		<category><![CDATA[urban decay]]></category>
		<category><![CDATA[vice palette. eyeshadow palette]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=45579</guid>
		<description><![CDATA[ <strong>Urban Decay</strong> recently launched <strong>Vice </strong>, a limited-edition eyeshadow palette with twenty new shades that you'll definitely find yourself addicted to.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2012/09/urbandecay.jpg"><img class="alignleft size-full wp-image-47212" title="urbandecay" src="http://www.juicymagonline.com/wp-content/uploads/2012/09/urbandecay.jpg" alt="" width="300" height="420" /></a>When it comes to creating a wide range of beauty looks, <strong>Urban Decay</strong> recently launched <strong>Vice</strong>, a limited-edition eyeshadow palette with twenty new shades that you&#8217;ll definitely find yourself addicted to.</p>
<p>These high quality shades come in a variety of finishes including shimmer, matte, glitter and matte. Including:</p>
<ul>
<li>Desperation (greyish taupe brown matte-satin)</li>
<li> Muse (dark reddish brown w/golden and multidimensional shimmer)</li>
<li> Jagged (matte black base w/gold metallic)</li>
<li> Blitz (bright gold metallic)</li>
<li> Penny Lane (bronze metallic w/gold glitter)</li>
<li>Junkie (dark green-blue w/gold shimmer)</li>
<li>Chaos (vibrant royal blue w/very subtle shimmer)</li>
<li>Unhinged (electric turquoise blue metallic)</li>
<li>Occupy (dark grey-blue metallic)</li>
<li>Black Market (dark charcoal black matte-satin)</li>
<li>Provocateur (light greyish pink w/lots of multidimensional glitter)</li>
<li>Rapture (dark greyish purple w/multidimensional shimmer)</li>
<li>Vice (dark eggplant w/subtle red shimmer)</li>
<li>Noise (dark reddish-pink metallic w/big gold glitter)</li>
<li>Armor (greyish brown metallic w/silver micro-glitter)</li>
<li>Nevermind (light taupey-brown shimmer)</li>
<li>Echo Beach (light wheat-champagne shimmer)</li>
<li>Anonymous (light whitish-pink nude matte)</li>
<li>Freebird (light peachy-pink w/silver micro-glitter)</li>
<li>Laced (pinky-taupe matte)</li>
</ul>
<h3 style="text-align: center;">All in All</h3>
<div style="text-align: center;">Includes 20 new limited-edition eye shadows</div>
<div style="text-align: center;"></div>
<div style="text-align: center;">Several different finishes ensures a wide range of beauty looks</div>
<div style="text-align: center;"></div>
<div style="text-align: center;">Includes a double-sided eyeshadow brush for quality application</div>
<p style="text-align: left;">The kit also includes a double-sided eyeshadow brush to help you apply your shadows with ease.  Purchase at <em>urbandecay.com, $59.00.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/beauty/2012/10/product-showcase-urban-decay-vice-eyeshadow-palette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juicy Exclusive: Carol&#8217;s Daughter Founder Lisa Price Dishes On Fall Hair Care!!</title>
		<link>http://www.juicymagonline.com/hair/2012/10/juicy-exclusive-carols-daughters-lisa-price-dishes-fall-hair-care/</link>
		<comments>http://www.juicymagonline.com/hair/2012/10/juicy-exclusive-carols-daughters-lisa-price-dishes-fall-hair-care/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 18:13:00 +0000</pubDate>
		<dc:creator>Linda Ripoll</dc:creator>
				<category><![CDATA[Hair]]></category>
		<category><![CDATA[Hair Professional Use]]></category>
		<category><![CDATA[carol's daughter]]></category>
		<category><![CDATA[fall hairstyles]]></category>
		<category><![CDATA[lisa price]]></category>

		<guid isPermaLink="false">http://www.juicymagonline.com/?p=46443</guid>
		<description><![CDATA[Going from summer to fall means changes in our wardrobe and in our hair routines.  

With the temperature getting colder and the air getting drier, finding the best ways to care for our hair this fall is at the forefront of our minds. 

To help us determine exactly what's best we reached out to LISA PRICE, founder of Carol's Daughter.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.juicymagonline.com/wp-content/uploads/2012/10/lisaprice.jpg"><img class="alignleft size-full wp-image-46986" title="lisaprice" src="http://www.juicymagonline.com/wp-content/uploads/2012/10/lisaprice.jpg" alt="" width="300" height="450" /></a>Going from summer to fall means changes in our wardrobe and in our hair routines.</p>
<p>With the temperature getting colder and the air getting drier, finding the best ways to care for our hair this fall is at the forefront of our minds. To help us determine exactly what&#8217;s best we reached out to <strong>LISA PRICE</strong>, founder of <strong>Carol&#8217;s Daughter</strong>.</p>
<p>With celebrity endorsements from<strong> JADA PINKETT-SMITH</strong>, <strong>MARY J. BLIGE</strong> and <strong>CASSIE VENTURA</strong>, Carol&#8217;s Daughter, in the past 20 years has steadily grown to become one of the top-selling hair care brands.</p>
<p>Get the 411 from PRICE on how to maintain your locks no matter what the season.</p>
<p><em><strong>JUICY</strong>: <strong>What are some of the changes our hair goes through when the seasons change?</strong></em><br />
<strong>LISA PRICE:</strong> Everyone&#8217;s hair and skin reacts differently to seasonal changes and changes in the weather. For me, my hair and skin get drier the colder the air gets, so I stock up on moisturizers and conditioners to baby my hair and skin. Other changes that can occur are styling changes. Colder weather may result in more heat being used on your hair to achieve a certain look. The result is the same &#8211; your hair will need more moisture.</p>
<p><em><strong>JUICY: What are some great techniques to styling your hair for fall?</strong></em><br />
<strong>LP</strong>: One of the fun things about fall and winter is there is less humidity. A flat-ironed straight look will have more wear at this time of year. A style that may only last three days in the summer can last up to a week in the fall. Also, this is the time of year when we may want to wear a hat. To avoid hat hair, styles for the fall include more ponytails and buns.</p>
<p><em><strong>JUICY</strong>:</em><strong><em> Just like with our skin care and makeup, should we transition our hair care products from summer to fall?</em></strong><br />
<strong>LP:</strong> When it comes to keeping moisture in your hair or adding some to very dry, over-processed hair, I always start with the shampoo. It must be sulfate free. If you need moisture you can&#8217;t go wrong with Black Vanilla or Tui from our Moisturizing range at Carols&#8217; Daughter. We also have intense conditioners in our Hair Smoothies, also available in Black Vanilla and Tui. If you need to repair your hair and want to use the colder months to remedy and/or prevent damage, you want Monoi. Specifically the Monoi Mask. It is the most amazing hair mask ever and when used with our Monoi Sulfate-Free Shampoo, it reduces breakage by 96% after just one use. For harder to manage hair we have great hair dresses as well like our Healthy Hair Butter and Mimosa Hair Honey.</p>
<p><em><strong>JUICY: What is the most important thing for Juicy girls to remember in making sure their hair is at it&#8217;s best during the colder months?</strong></em><br />
<strong>LP:</strong> My mission is that women feel good about themselves.  Take time to condition your hair to maintain its health. This is advice that I give to women, whether relaxed or natural. We all have to take care of our hair and be accountable to it and to ourselves.<strong></strong><em><strong><br />
</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juicymagonline.com/hair/2012/10/juicy-exclusive-carols-daughters-lisa-price-dishes-fall-hair-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.juicymagonline.com/author/lripoll/feed/ ) in 0.41823 seconds, on Jun 19th, 2013 at 10:58 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jun 19th, 2013 at 11:58 am UTC -->