jQuery(document).ready(function($) {


function buildPagerAnchors(i, el) {
		var content = '', href = '';
		var img = "/templates/__custom/images/pager", ext = "jpg";
		switch(i+1){
		case 1:
			content = "Performance and technicality defined";
			href = '#';
			break;
		case 2:
			content = "Great casual and comfort footwear";
			href = '#';
			break;
		case 3:
			content = "Exceptional gear for urban living";
			href = '#';
			break;
		case 4:
			content = "Element protection in the outdoors";
			href = '#';
			break;
		case 5:
			content = "Sportswear designed with performance fabrics";
			href = '#';
			break;
		}
		
		return '<a href="'+href+'">'+content+'<img src="'+img+(i+1)+'.'+ext+'" alt="" /></a>';
	}
	
	// Locator Slideshows //
	$('#lslideshow').after('<ul id="lnav">').cycle({
		timeout:0,
		pager: '#lnav',
		// callback fn that creates a thumbnail to use as pager anchor 
   			pagerAnchorBuilder: function(idx, slide) { 
        	return '<li><a href="#"><img src="' + slide.src + '" width="80" height="60" /></a></li>'; 
    		} 
		});	
	$('#lnav li:nth-child(even)').addClass('lnavEven');
	$('#lnav li:nth-child(odd)').addClass('lnavOdd');
	$('#lnav li:nth-child(4)').addClass('lnavNoMargin');
	$('#lnav li:nth-child(8)').addClass('lnavNoMargin');
	$('#lnav li:nth-child(12)').addClass('lnavNoMargin');
	$('#lnav li:nth-child(16)').addClass('lnavNoMargin');
	
	// General //
	$('.ProductActionAdd a, #bottom_payment_button, .billingButton, .ExpressCheckoutContent input').addClass('button');
	
	$('#SideCategoryAccordion').accordion({
		autoHeight: false, collapsible: true ,navigation: true
		});


	$('#SideProductRecentlyViewed .ProductList li:nth-child(2)').hide();
	$('#SideProductRecentlyViewed .ProductList li:nth-child(3)').remove();
	$('#SideProductRecentlyViewed .ProductList li:nth-child(4)').remove();
	$('#SideProductRecentlyViewed .ProductList li:nth-child(5)').remove();
		
	//$('#nav a:nth-child(1)').append('<span>Performance and technicality defined</span><img src="/templates/__custom/images/pager1.jpg" alt="" />');
//	$('#nav a:nth-child(2)').append('<span>Great casual and comfort footwear</span><img src="/templates/__custom/images/pager2.jpg" alt="" />');
//	$('#nav a:nth-child(3)').append('<span>Exceptional gear for urban living</span><img src="/templates/__custom/images/pager3.jpg" alt="" />');
//	$('#nav a:nth-child(4)').append('<span>Element protection in the outdoors</span><img src="/templates/__custom/images/pager4.jpg" alt="" />');
//	$('#nav a:nth-child(5)').append('<span>Sportswear designed with performance fabrics</span><img src="/templates/__custom/images/pager5.jpg" alt="" />');
	
	
// Assign link classes to Brand Links //

$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Arcteryx.html"]').addClass('Arcteryx');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Birkenstock.html"]').addClass('Birkenstock');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Bogs.html"]').addClass('Bogs');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Chaco.html"]').addClass('Chaco');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Clarks.html"]').addClass('Clarks');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Columbia.html"]').addClass('Columbia');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Cushe.html"]').addClass('Cushe');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Helly-Hansen.html"]').addClass('HellyHansen');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Hunter.html"]').addClass('Hunter');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Ice-Breaker.html"]').addClass('IceBreaker');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Keen.html"]').addClass('Keen');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Killtec.html"]').addClass('Killtec');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Kuhl.html"]').addClass('Kuhl');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Lole.html"]').addClass('Lole');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Mephisto.html"]').addClass('Mephisto');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Merrell.html"]').addClass('Merrell');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Montrail.html"]').addClass('Montrail');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Mountain-Hardwear.html"]').addClass('MtnHardwear');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Nikwax.html"]').addClass('Nikwax');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Patagonia.html"]').addClass('Patagonia');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Salomon.html"]').addClass('Salomon');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Sanuk.html"]').addClass('Sanuk');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Simple.html"]').addClass('Simple');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Smartwool.html"]').addClass('Smartwool');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Sperry.html"]').addClass('Sperry');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Teva.html"]').addClass('Teva');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/The-North-Face.html"]').addClass('TheNorthFace');
$('.BrandLink[href*="http://www.northbynorthwest.ca/brands/Timberland.html"]').addClass('Timberland');



// Add in additional code to the brand classes //
$('.Arcteryx').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Arcteryx/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Arcteryx/Technology.pdf" target="new">About The Technology</a></div>');
$('.Birkenstock').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Birkenstock/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Birkenstock/Fit.pdf" target="new">View Fitting Chart</a></div>');
//$('.Bogs').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Bogs/" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Bogs/" target="new">About The Technology</a></div>');
//$('.Chaco').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Chaco/" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Chaco/" target="new">About The Technology</a></div>');
$('.Clarks').after('<div class="BrandTech"><a href="/templates/__custom/pdf/Clarks/Technology.pdf" target="new">About The Technology</a></div>');
$('.Columbia').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Columbia/MenSizing.pdf" target="new">View Men&rsquo;s Sizing Chart</a></div><div class="BrandSizing"><a href="/templates/__custom/pdf/Columbia/WomenSizing.pdf" target="new">View Women&rsquo;s Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Columbia/Technology.pdf" target="new">About The Technology</a></div>');
$('.Cushe').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Cushe/Sizing.pdf" target="new">View Sizing Chart</a></div>');
$('.HellyHansen').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/HellyHansen/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandSizing"><a href="/templates/__custom/pdf/HellyHansen/KidsSizing.pdf" target="new">View Youth Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/HellyHansen/Technology.pdf" target="new">About The Technology</a></div>');
$('.Hunter').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Hunter/Sizing.pdf" target="new">View Sizing Chart</a></div>');
$('.IceBreaker').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/IceBreaker/MenSizing.pdf" target="new">View Men&rsquo;s Sizing Chart</a></div><div class="BrandSizing"><a href="/templates/__custom/pdf/IceBreaker/WomenSizing.pdf" target="new">View Women&rsquo;s Sizing Chart</a></div><div class="BrandSizing"><a href="/templates/__custom/pdf/IceBreaker/SocksSizing.pdf" target="new">View Socks Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/IceBreaker/Technology.pdf" target="new">About The Technology</a></div>');
$('.Keen').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Keen/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Keen/Technology.pdf" target="new">About The Technology</a></div>');
$('.Killtec').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Killtec/Sizing.pdf" target="new">View Sizing Chart</a></div>');
$('.Kuhl').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Kuhl/Sizing.pdf" target="new">View Sizing Chart</a></div>');
$('.Lole').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Lole/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandSizing"><a href="/templates/__custom/pdf/Lole/Fit.pdf" target="new">View Fitting Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Lole/Technology.pdf" target="new">About The Technology</a></div>');
$('.Mephisto').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Mephisto/Sizing.pdf" target="new">View Sizing Chart</a></div>');
$('.Merrell').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Merrell/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Merrell/Technology.pdf" target="new">About The Technology</a></div>');
//$('.Montrail').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Montrail/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Montrail/Technology.pdf" target="new">About The Technology</a></div>');
$('.MtnHardwear').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/MtnHardwear/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/MtnHardwear/Technology.pdf" target="new">About The Technology</a></div>');
//$('.Nikwax').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Nikwax/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Nikwax/Technology.pdf" target="new">About The Technology</a></div>');
$('.Patagonia').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Patagonia/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Patagonia/Technology.pdf" target="new">About The Technology</a></div>');
$('.Salomon').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Salomon/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Salomon/Technology.pdf" target="new">About The Technology</a></div>');
//$('.Sanuk').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Sanuk/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Sanuk/Technology" target="new">About The Technology</a></div>');
//$('.Simple').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Simple/Sizing.pdf" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Simple/Technology.pdf" target="new">About The Technology</a></div>');
//$('.Smartwool').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Smartwool/" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Smartwool/" target="new">About The Technology</a></div>');
//$('.Sperry').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/Sperry/" target="new">View Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/Sperry/" target="new">About The Technology</a></div>');
$('.Teva').after('<div class="BrandTech"><a href="/templates/__custom/pdf/Teva/Technology.pdf" target="new">About The Technology</a></div>');
$('.TheNorthFace').after('<div class="BrandSizing"><a href="/templates/__custom/pdf/TheNorthFace/YouthSizing.pdf" target="new">View Youth Sizing Chart</a></div><div class="BrandTech"><a href="/templates/__custom/pdf/TheNorthFace/Technology.pdf" target="new">About The Technology</a></div>');
//$('.Timberland').after('');
});
