
// 'stacks' is the Stacks global object.
// All of the other Stacks related Javascript will 
// be attatched to it.
var stacks = {};


// this call to jQuery gives us access to the globaal
// jQuery object. 
// 'noConflict' removes the '$' variable.
// 'true' removes the 'jQuery' variable.
// removing these globals reduces conflicts with other 
// jQuery versions that might be running on this page.
stacks.jQuery = jQuery.noConflict(true);

// Javascript for stacks_in_49_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_49_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_49_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
/*
 * SymfoniP Audio MP3 player HTML5 and Flash (c) 2011
 */



	return stack;
})(stacks.stacks_in_49_page4);


// Javascript for stacks_in_61_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_61_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_61_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_Time img').height();
    	var img_width = $('#compliant_Time img').width();
    	var image_src = $("#compliant_Time img").attr("src");

    	$('#compliant_Time').height(img_height);
    	$('#compliant_Time').width(img_width);
    	$('#compliant_Time a').height(img_height);
    	$("#compliant_Time").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_Time div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_61_page4);


// Javascript for stacks_in_79_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_79_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_79_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_that_extra_mile img').height();
    	var img_width = $('#compliant_that_extra_mile img').width();
    	var image_src = $("#compliant_that_extra_mile img").attr("src");

    	$('#compliant_that_extra_mile').height(img_height);
    	$('#compliant_that_extra_mile').width(img_width);
    	$('#compliant_that_extra_mile a').height(img_height);
    	$("#compliant_that_extra_mile").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_that_extra_mile div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_79_page4);


// Javascript for stacks_in_97_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_97_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_97_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_newness img').height();
    	var img_width = $('#compliant_newness img').width();
    	var image_src = $("#compliant_newness img").attr("src");

    	$('#compliant_newness').height(img_height);
    	$('#compliant_newness').width(img_width);
    	$('#compliant_newness a').height(img_height);
    	$("#compliant_newness").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_newness div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_97_page4);


// Javascript for stacks_in_115_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_115_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_115_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_the_forgotten img').height();
    	var img_width = $('#compliant_the_forgotten img').width();
    	var image_src = $("#compliant_the_forgotten img").attr("src");

    	$('#compliant_the_forgotten').height(img_height);
    	$('#compliant_the_forgotten').width(img_width);
    	$('#compliant_the_forgotten a').height(img_height);
    	$("#compliant_the_forgotten").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_the_forgotten div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_115_page4);


// Javascript for stacks_in_133_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_133_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_133_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_nailed img').height();
    	var img_width = $('#compliant_nailed img').width();
    	var image_src = $("#compliant_nailed img").attr("src");

    	$('#compliant_nailed').height(img_height);
    	$('#compliant_nailed').width(img_width);
    	$('#compliant_nailed a').height(img_height);
    	$("#compliant_nailed").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_nailed div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_133_page4);


// Javascript for stacks_in_151_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_151_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_151_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_indigo_sunrise img').height();
    	var img_width = $('#compliant_indigo_sunrise img').width();
    	var image_src = $("#compliant_indigo_sunrise img").attr("src");

    	$('#compliant_indigo_sunrise').height(img_height);
    	$('#compliant_indigo_sunrise').width(img_width);
    	$('#compliant_indigo_sunrise a').height(img_height);
    	$("#compliant_indigo_sunrise").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_indigo_sunrise div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_151_page4);


// Javascript for stacks_in_169_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_169_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_169_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_philia img').height();
    	var img_width = $('#compliant_philia img').width();
    	var image_src = $("#compliant_philia img").attr("src");

    	$('#compliant_philia').height(img_height);
    	$('#compliant_philia').width(img_width);
    	$('#compliant_philia a').height(img_height);
    	$("#compliant_philia").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_philia div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_169_page4);


// Javascript for stacks_in_182_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_182_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_182_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_light_and_life img').height();
    	var img_width = $('#compliant_light_and_life img').width();
    	var image_src = $("#compliant_light_and_life img").attr("src");

    	$('#compliant_light_and_life').height(img_height);
    	$('#compliant_light_and_life').width(img_width);
    	$('#compliant_light_and_life a').height(img_height);
    	$("#compliant_light_and_life").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_light_and_life div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_182_page4);


// Javascript for stacks_in_200_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_200_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_200_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_hello_my_brother img').height();
    	var img_width = $('#compliant_hello_my_brother img').width();
    	var image_src = $("#compliant_hello_my_brother img").attr("src");

    	$('#compliant_hello_my_brother').height(img_height);
    	$('#compliant_hello_my_brother').width(img_width);
    	$('#compliant_hello_my_brother a').height(img_height);
    	$("#compliant_hello_my_brother").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_hello_my_brother div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_200_page4);


// Javascript for stacks_in_218_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_218_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_218_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_bamboo img').height();
    	var img_width = $('#compliant_bamboo img').width();
    	var image_src = $("#compliant_bamboo img").attr("src");

    	$('#compliant_bamboo').height(img_height);
    	$('#compliant_bamboo').width(img_width);
    	$('#compliant_bamboo a').height(img_height);
    	$("#compliant_bamboo").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_bamboo div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_218_page4);


// Javascript for stacks_in_236_page4
// ---------------------------------------------------------------------

// Each stack has its own object with its own namespace.  The name of
// that object is the same as the stack's id.
stacks.stacks_in_236_page4 = {};

// A closure is defined and assigned to the stack's object.  The object
// is also passed in as 'stack' which gives you a shorthand for referring
// to this object from elsewhere.
stacks.stacks_in_236_page4 = (function(stack) {

	// When jQuery is used it will be available as $ and jQuery but only
	// inside the closure.
	var jQuery = stacks.jQuery;
	var $ = jQuery;
	
// Lightbox v2.1.1 by Joe Workman
$(document).ready(function() {
	if ('noncompliant' == 'noncompliant') {
    	var img_height = $('#compliant_sorrowful_wind img').height();
    	var img_width = $('#compliant_sorrowful_wind img').width();
    	var image_src = $("#compliant_sorrowful_wind img").attr("src");

    	$('#compliant_sorrowful_wind').height(img_height);
    	$('#compliant_sorrowful_wind').width(img_width);
    	$('#compliant_sorrowful_wind a').height(img_height);
    	$("#compliant_sorrowful_wind").css({'background-image':'url(' + image_src + ')'});
    	$("#compliant_sorrowful_wind div").remove();
	}
});
// End Lightbox
	return stack;
})(stacks.stacks_in_236_page4);



