$(function(){
	$('div[ng-show="errorType == ErrorType.BACK_ORDER"]').append(" - The ship date will apply to any orders containing pre-ordered items.");

	$(".meta-nav.nav.pull-right").closest('.container').prepend("<ul><li class='pull-left free-ground-shipping' style='position:relative;top:1px;'><span class='free-ground'>Free Economy Shipping on Orders Over $45</span></li></ul>");
	
	$(".home-main").prepend("<div class = 'span12' style='margin-top: 0px'><a href = '/ring-candles'><img src='//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/4r3qs0d.png' class='dc-shop'></a></div>");

	$(".header-brand-name").html("<img id = 'logo-mobile' src='https://s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/logomobile.png'>");
	$('<img></img>',{
		src:'//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/R9YZb5E.png',
		class:'dc-new'
	}).prependTo('.home-main');

	$(".dc-new").wrap($('<a>',{
	   class: 'wistia-popover[height=385,width=640]',
	   id: 'dc-new-a',
	   href: '//fast.wistia.com/embed/iframe/81aef003b2?popover=true'
	}));

	$(".dc-new").wrap($('<div>',{
	   class: 'span12',
	   style: 'margin-bottom: 0px;'
	}));

	$(".dc-new").css("margin-top", "5px");
	$(".row.home-second").append("<div class = 'span12'><img src='//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/pressbanner_april2014.png' class='press-mention' width = 954px></div>");


	if($(window).width() < 768) {
  			$(".dc-new").attr('src', '//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/mobile_header.png');
  			//$("#dc-new-a").attr('href', '/ring-candles');
  			$(".dc-shop").css('display', 'none');
			$(".row.home-main").prepend("<div class = 'span12'><img src='//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/mobile_freeship.png' class='mobile-freeship' width = 954px></div>");
  			$('#videoOverlay').css({'top':'165px'});
  			$(".press-mention").attr('src', '//s3.amazonaws.com/sneakpeeq-sites/diamondcandles/images/PressBanner_Mobile_april2014.png');
            $('body').click(function() {
                if( $('#overlay').length > 0 && !$('body').data('hasattachedoverlay') )
                {
                    $('#overlay').click(function() {
                        $('#overlay').hide();
                        $('#lightbox').hide();
                        $('body').data('hasattachedoverlay', true);
                    });
                }
            });
  	}

  	// updating links in footer navigation
  	$('footer .navigation-sublist a:contains("Shop")').attr('href', '/ring-candles');
  	$('footer .navigation-sublist a:contains("Help Center")').attr('href', 'https://help.diamondcandles.com/');
  	$('footer .navigation-sublist a:contains("FAQ")').attr('href', 'https://help.diamondcandles.com/');
  	$('footer .navigation-sublist a:contains("Contact Us")').attr('href', 'https://help.diamondcandles.com/customer/portal/emails/new');

 //  	$('<p></p>',{
	// 	text:'Mothers Day Shipping Deadline - Standard by May 1st; 2 Day by May 6th 1PM PT.',
	// 	class:'temp-ship'
	// }).insertBefore('.home-main');

	// $('<p></p>',{
	// 	text:'Mothers Day Shipping Deadline - Standard by May 1st, 2 Day by May 6th 1PM PT.',
	// 	class:'temp-ship'
	// }).insertBefore('.product-content');
	// fixing the red flashing verify banner
	$('.navbar div.verify-banner[ng-show]').parent().show();
	$('a[href="/reveal-photos"]').attr("href", "/gallery");
	$('a[href="/our-story"]').attr("href", "/about");
	$('a[href="/ring-reveal"]').attr("href", "/reveal");
	//$(".top-nav.nav.nested-menu-mobile").hide();
	$('.panel-group.nested-menu-mobile.visible-phone').first().clone().insertBefore('.top-nav.nav.nested-menu-mobile');
	$('.panel-group.nested-menu-mobile.visible-phone:not(:first)').remove();

	if (window.location.href.split('/').length == 4 && (window.location.href.substring(window.location.href.lastIndexOf("/")) == "/" || window.location.href.substring(window.location.href.lastIndexOf("/")).substring(1,2) == "?")) {
		var $copy = $("<div class='keypage-copy-wrapper'/>").append($("<div/>",{
		  html:"<p>Diamond Candles is on a mission to make home fragrance fun. We combine the scents of premium 100% soy candles with an exciting and fun RINGREVEAL™ experience. Our candles are handmade in Durham, NC and we release fresh, fruity, floral and exotic scents all year long.</p><p>Inside every deliciously fragrant Ring Candle, you’ll discover a surprise $10 ring packaged with a special code. Enter your code on our <a href='/reveal'>RINGREVEAL™ website</a> to reveal if you’ve discovered a ring worth $100, $1000, or $5000. Lucky winners will choose their ring’s style and size from our exclusive ring collection. </p><p>Want to see for yourself? Watch our <a href='/reveal/reactions'>RINGREVEAL™ videos</a> or go ahead and take the plunge and get your first Ring Candle today. Don't forget to share a picture of your ring on Facebook and Instagram with #DiamondCandles and #RingReveal to be a part of the Diamond Candles story.</p>",
		  class: "keypage-copy container"
		}));
		$("footer").prev("article").append($copy).css({"background":"white","font-size":"10px", "color": "#BBA6A1", "padding": "10px"});
	}
	



});




 





