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

// Javascript for stacks_in_1_page1
// ---------------------------------------------------------------------

// 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_1_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_1_page1);


// Javascript for stacks_in_29_page1
// ---------------------------------------------------------------------

// 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_29_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_29_page1);


// Javascript for stacks_in_49_page1
// ---------------------------------------------------------------------

// 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_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_49_page1);


// Javascript for stacks_in_68_page1
// ---------------------------------------------------------------------

// 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_68_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_68_page1);


// Javascript for stacks_in_94_page1
// ---------------------------------------------------------------------

// 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_94_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_94_page1);


// Javascript for stacks_in_116_page1
// ---------------------------------------------------------------------

// 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_116_page1 = {};

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

jQ(function(){
	counter = 0;
	countBreak = 0;
	jQ(".page").each(function(){
		jQ(".stacks_in:first", this).css({margin:2, padding:1});
		counter = counter+1;
		countBreak = countBreak+1;
		var style = '';
		if(countBreak == 4) {countBreak = 0; var style = 'margin-right:0;';}
		jQ(this).attr('id', 'pageID'+counter);
	});
});
	return stack;
})(stacks.stacks_in_116_page1);



