$(document).ready(function(){
	$('#twitter').social({
		network		: 'twitter',
		user		: 'carolinaliar',
		count		: 1,
		twitter		: {
			output		: '<a href="http://twitter.com/carolinaliar" class="twitFollow" title="Follow @CarolinaLiar now on Twitter">Follow @CaroliaLiar now on Twitter</a> <span class="tweet"><span class="text">{text}</span> <span class="time"><a href="{tweet_url}">{time}</a></span><span class="tweetUser"><a href="{tweet_url}">Follow @CaroliaLiar now on Twitter</a></span></span>'
				
		}
	});

    $('#filter h2 span').append('<h5>open</h5>');
        var fh2 = $('#filter h2 span h5'),
            filterh2 = $('#filter h2 span'),
            filterDiv = $('#filter form.panel').hide();
    
            filterh2.click(function(){
            filterDiv.slideToggle("slow");
            var text = fh2.text() == 'open' ? 'close' : 'open';
            fh2.text(text)
            .toggleClass("active");
    });

    $("#video_player iframe html body div#watch-player-div.flash-player embed").attr("wmode", "opaque");

	// Render a free download link to applicable SKUs
    $('#GC.GC_order table a[href*="cl-vip-101011"], #GC.GC_order table a[href*="cl-vip-101111"], #GC.GC_order table a[href*="cl-vip-101311"], #GC.GC_order table a[href*="cl-vip-101511"], #GC.GC_order table a[href*="cl-vip-101711"], #GC.GC_order table a[href*="cl-vip-101811"], #GC.GC_order table a[href*="cl-vip-102011"], #GC.GC_order table a[href*="cl-vip-102111"], #GC.GC_order table a[href*="cl-vip-102411"], #GC.GC_order table a[href*="cl-vip-102611"], #GC.GC_order table a[href*="cl-vip-102911"], #GC.GC_order table a[href*="cl-vip-103011"], #GC.GC_order table a[href*="cl-vip-110111"], #GC.GC_order table a[href*="cl-vip-110211"], #GC.GC_order table a[href*="cl-vip-110411"], #GC.GC_order table a[href*="cl-vip-110711"], #GC.GC_order table a[href*="cl-vip-110911"], #GC.GC_order table a[href*="cl-vip-111011"], #GC.GC_order table a[href*="cl-cd-005l"], #GC.GC_order table a[href*="cl-cd-005xl"], #GC.GC_order table a[href*="cl-cd-005xxl"], #GC.GC_order table a[href*="cl-cd-006l"], #GC.GC_order table a[href*="cl-cd-006xl"], #GC.GC_order table a[href*="cl-cd-006xxl"], #GC.GC_order table a[href*="cl-cd-005m"], #GC.GC_order table a[href*="cl-cd-005s"], #GC.GC_order table a[href*="cl-cd-006m"], #GC.GC_order table a[href*="cl-cd-006s"], #GC.GC_order table a[href*="cl-cd-002l"], #GC.GC_order table a[href*="cl-cd-002s"], #GC.GC_order table a[href*="cl-cd-002xl"], #GC.GC_order table a[href*="cl-cd-002xxl"], #GC.GC_order table a[href*="cl-cd-002m"], #GC.GC_order table a[href*="cl-cd-001"], #GC.GC_order table a[href*="cl-cd-003l"], #GC.GC_order table a[href*="cl-cd-003m"], #GC.GC_order table a[href*="cl-cd-003xl"], #GC.GC_order table a[href*="cl-cd-003xxl"], #GC.GC_order table a[href*="cl-cd-003s"]').after('<br />Download your purchase: <span class="note"><a href="http://bit.ly/nfG63T">Wild Blessed Freedom</a></span>');
    
    // Render a free download link to every order detail page
    $('#GC.GC_order table + h2').before('<h2>FREE Download!</h2><p>Please enjoy this <a href="http://bit.ly/raxNff">instant download of Drown</a>.</p>');
    
});


