/* INTERNAL LIVE SEARCH */
function internalLiveSearch() {

	//urls
	var live_search_url = "http://apps.eshoes.dk/search/livesearch/";
	
	//wait for page to load
	$(document).ready(function(){
		//init autocomplete
		$("#autocomplete").autocomplete(
			{
				minLength: 2,
				source: function( request, response ) {
					$.ajax({
						url: live_search_url,
						dataType: "jsonp",
						data: {
							term: request.term,
							lang: location.hostname.split(".").pop()
						},
						success: function( data ) {
							response( $.map( data, function( item ) {
								return {
									name: item.name,
									url: item.url,
									img_url: item.img_url
								}
							}));
						}
					});
				},
				matchContains: 1,
				focus: function( event, ui ) {
								$( "#autocomplete" ).val( ui.item.name );
								return false;
				},
				select: function(event, ui){
					location.href = ui.item.url;
				}
			}
		).data("autocomplete")._renderItem = function( ul, item ) {
			result = $( "<li></li>" ).data( "item.autocomplete", item );
			if(item.img_url.length > 0) result.append( "<a class='live_result'><img class='live_result_img' src='http://www.eshoes.dk" + item.img_url + "' /><span class='live_result_txt'>" + item.name + "</span></a>" );
			else result.append( "<a class='live_result'><span class='live_result_txt'>" + item.name + "</span></a>" );
			result.appendTo( ul );
			return result;
		};
	});
}


/* HEADER */
function jsl(languageCode, id) {
	try {
		if (languageCode != null && id != null) {
			if (id == 0)
			{
				document.location.href='/shop/frontpage.html';
			} else if (id == 1) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#emaerket';
				}
			} else if (id == 2) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#leveringsinformation';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-14.html#leveringsinformation';
				} else if (languageCode == 'se') {
					document.location.href='/shop/cms-14.html#leveransformer';
				} else if (languageCode == 'com') {
					document.location.href='/shop/cms-14.html#types-of-delivery';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/cms-14.html#types-of-delivery';
				} else if (languageCode == 'de') {
					document.location.href='/shop/cms-14.html#versand';
				}
			} else if (id == 3) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#fortrydelsesret';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-14.html#angrerett';
				} else if (languageCode == 'se') {
					document.location.href='/shop/cms-14.html#angerratt';
				} else if (languageCode == 'com') {
					document.location.href='/shop/cms-14.html#cancellation';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/cms-14.html#cancellation';
				} else if (languageCode == 'de') {
					document.location.href='/shop/cms-14.html#widerrufsrecht';
				}
			} else if (id == 4) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#betaling';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-14.html#betaling';
				} else if (languageCode == 'se') {
					document.location.href='/shop/cms-14.html#betaling';
				} else if (languageCode == 'com') {
					document.location.href='/shop/cms-14.html#payment';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/cms-14.html#payment';
				} else if (languageCode == 'de') {
					document.location.href='/shop/cms-14.html#zahlung';
				}
			} else if (id == 5) {
				document.location.href='/shop/cms-12.html';
			} else if (id == 6) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#ombytningsret';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-14.html#angrerett';
				} else if (languageCode == 'se') {
					document.location.href='/shop/cms-14.html#angerratt';
				} else if (languageCode == 'com') {
					document.location.href='/shop/cms-14.html#replacement';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/cms-14.html#replacement';
				} else if (languageCode == 'de') {
					document.location.href='/shop/cms-14.html#tauschrecht';
				}
			} else if (id == 7) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#bestilling';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-14.html#bestilling';
				} else if (languageCode == 'se') {
					document.location.href='/shop/cms-14.html#bestallning';
				} else if (languageCode == 'com') {
					document.location.href='/shop/cms-14.html#ordering';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/cms-14.html#ordering';
				} else if (languageCode == 'de') {
					document.location.href='/shop/cms-14.html#bestellung';
				}
			} else if (id == 8) {
				document.location.href='/shop/profile.html';
			} else if (id == 9) {
				document.location.href='/shop/cms-2.html';
			} else if (id == 10) {
				document.location.href='/shop/cms-14.html';
			} else if (id == 11) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-14.html#nyhedsbrev';
				} else if (languageCode == 'no') {
					document.location.href=''; // n/a
				} else if (languageCode == 'se') {
					document.location.href=''; // n/a
				} else if (languageCode == 'com') {
					document.location.href=''; // n/a
				} else if (languageCode == 'co.uk') {
					document.location.href=''; // n/a
				} else if (languageCode == 'de') {
					document.location.href=''; // n/a
				}
			} else if (id == 12) {
				if (languageCode == 'dk') {
					document.location.href='/shop/cms-1.html';
				} else if (languageCode == 'no') {
					document.location.href='/shop/cms-1.html';
				} else if (languageCode == 'se') {
					document.location.href=''; // n/a
				} else if (languageCode == 'com') {
					document.location.href=''; // n/a
				} else if (languageCode == 'co.uk') {
					document.location.href=''; // n/a
				} else if (languageCode == 'de') {
					document.location.href=''; // n/a
				}
			} else if (id == 13) {
				document.location.href='http://www.elle.dk/Mode/ELLE-elsker/eshoes,-d-,dk-2011.aspx';
			} else if (id == 14) {
				document.location.href='http://woman.dk/article/73188-25-fede-flade-sko/gallery/390293';
			} else if (id == 15) {
				
				if (languageCode == 'dk') {
					document.location.href=''; // n/a
				} else if (languageCode == 'no') {
					document.location.href=''; // n/a
				} else if (languageCode == 'se') {
					document.location.href=''; // n/a
				} else if (languageCode == 'com') {
					document.location.href='/shop/sale-2011-95s.html';
				} else if (languageCode == 'co.uk') {
					document.location.href='/shop/sale-2011-95s.html';
				} else if (languageCode == 'de') {
					document.location.href=''; // n/a
				}
			} else if (id == 16) {
				document.location.href='http://woman.dk/article/74119-15-flotte-flade-sandaler-til-under-500-kr/gallery/414375';
			} else if (id == 17) {
				document.location.href='http://style.dk.msn.com/article/74133-15-flotte-flade-sandaler-til-under-500-kr/gallery/414541';
			} else if (id == 18) {
				document.location.href='http://woman.dk/article/74801-fa-en-fed-strandstil/gallery/422123';
			} else if (id == 19) {
				document.location.href='/shop/cms-7.html';
			}
		}
	} catch (e) {}
}


/* PRODUCT CATEGORIES */
function handleProductCategories() {
	try {
	
		var Txt = document.getElementById('descriptionFooter').innerHTML;
		document.getElementById('descriptionFooterLocation').innerHTML = Txt;
		document.getElementById('descriptionFooter').innerHTML = '';
	
	} catch (e) {
	} finally {}
}

function highlightSelectMenuItem() {
	$(document).ready(function(){
		var sfor = window.location.href;
		sfor = sfor.split("/shop/");
		sfor = "/shop/"+sfor[1];
		$("#ProductmenuContainer_DIV").find("a").each( function(){
			if( $(this).attr("href") == sfor) {
				$(this).css("color","#e4502d");
				$(this).css("font-weight","bold");
			}
		});
	});
}

/* PRODUCTS */
function handleVariants(languageCode) {

	if (languageCode == null || !languageCode) {
		languageCode = 'dk';
	}
	
	var buyButton = false;
	try {
		var buyButtonElement = document.getElementsByClassName('BuyButton_ProductInfo'); 
		if (buyButtonElement != null && buyButtonElement && buyButtonElement.length > 0) {
			buyButton = true;
		}

	} catch(e) {}
	
	try {
		if (!buyButton) {
			var buySectionContainer=document.getElementsByClassName('buySectionContainer');
	
			if (buySectionContainer != null && buySectionContainer) {
				var variantHtml = buySectionContainer[0].innerHTML;
				var selectedIndex_i = document.myform.avCombo0.selectedIndex;
				
				if (languageCode == 'dk') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Du skal vælge en størrelse, før du kan lægge en vare i kurven\');"><img src="/images/design/cyklop-studio/buyBut.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Der er desværre ikke flere af denne størrelse på lager\');"><img src="/images/design/cyklop-studio/buyBut.png" border="0" /></a></div></SPAN>';						
					}
					
				} else if (languageCode == 'no') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Du må velge en størrelse før du kan legge produktet til handlekurven\');"><img src="/images/design/cyklop-studio/buyBut_no.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Det er dessverre ikke mer på lager\');"><img src="/images/design/cyklop-studio/buyBut_no.png" border="0" /></a></div></SPAN>';
					}
				} else if (languageCode == 'se') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Du måste välja en storlek innan du kan lägga en produkt i kundvagnen\');"><img src="/images/design/cyklop-studio/buyBut_se.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Det finns tyvärr ingen mer i lager\');"><img src="/images/design/cyklop-studio/buyBut_se.png" border="0" /></a></div></SPAN>';
					}
				} else if (languageCode == 'com') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'You must select a size before you can put an item in the basket\');"><img src="/images/design/com/BuyBut.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Unfortunately there are not more of this size in stock\');"><img src="/images/design/com/BuyBut.png" border="0" /></a></div></SPAN>';
					}
				} else if (languageCode == 'co.uk') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'You must select a size before you can put an item in the basket\');"><img src="/images/design/com/BuyBut.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Unfortunately there are not more of this size in stock\');"><img src="/images/design/com/BuyBut.png" border="0" /></a></div></SPAN>';
					}
				} else if (languageCode == 'de') {
					if (selectedIndex_i == 0) {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Bitte geben Sie eine Größe an, bevor Sie die Ware in den Korb legen.\');"><img src="/images/design/com/BuyBut_de.png" border="0" /></a></div></SPAN>';
					} else {
						variantHtml = variantHtml + '<SPAN ID="BUYSECTION"><div class="buyButtonNoVariants" style="float: right; padding: 3px;"><a href="#" onclick="alert(\'Diese Ware haben wir in der angegebenen Größe leider nicht mehr auf Lager.\');"><img src="/images/design/com/BuyBut_de.png" border="0" /></a></div></SPAN>';
					}
				}
				buySectionContainer[0].innerHTML = variantHtml;
			}
		} else {
			
			var inpElements = document.getElementsByTagName('input');
			inpElementsLength_i = inpElements.length;
			for (ie = 0; ie < inpElementsLength_i; ++ie) {
				
				var elmType_s = inpElements[ie].type;
				elmType_s = elmType_s.toLowerCase();
				
				var elmSrc_s = inpElements[ie].src;
				elmSrc_s = elmSrc_s.toLowerCase();
				
				var inpElementFound_b = false;
				if (languageCode == 'dk') {
					if (elmType_s == 'image' && elmSrc_s == "http://eshoes.dk/images/design/cyklop-studio/buybut.png") {
						inpElementFound_b = true;
					}
				} else if (languageCode == 'no') {
					if (elmType_s == 'image' && elmSrc_s == "http://eshoes.no/images/design/cyklop-studio/buybut_no.png") {
						inpElementFound_b = true;
					}
				} else if (languageCode == 'se') {
					if (elmType_s == 'image' && elmSrc_s == "http://eshoes.se/images/design/cyklop-studio/buybut_se.png") {
						inpElementFound_b = true;
					}
				} else if (languageCode == 'de') {
					if (elmType_s == 'image' && elmSrc_s == "http://naolo.de/images/cyklopstudio/german/buybut.png") {
						inpElementFound_b = true;
					}
				} else if (languageCode == 'co.uk') {
					if (elmType_s == 'image' && elmSrc_s == "http://naolo.co.uk/images/design/com/buybut.png") {
						inpElementFound_b = true;
					}
				} else if (languageCode == 'com') {
					if (elmType_s == 'image' && elmSrc_s == "http://naolo.com/images/design/com/buybut.png") {
						inpElementFound_b = true;
					}
				}
				if (inpElementFound_b) {
					var inpElement = inpElements[ie];				
					inpElement.setAttribute("onclick", "JavaScript:_gaq.push(['_trackEvent', 'Add to basket', ProductNumber, CurrencyReturnUrl, 0, true]);");
					break;
				}
			}
		}
	} catch(e){}
}



/* KLARNA */
function invoiceKlarna(languageCode_s) {

	var charge = 0;
	if (languageCode_s == 'no') {
		charge = 39;
		addKlarnaInvoiceEvent(function() { InitKlarnaInvoiceElements('klarna_invoice', 6694, languageCode_s, charge); });
		// document.write('<table style="margin-left: 140px;"><tr><td valign="middle">Få alltid varene før du betaler</td><td valign="middle"> (<a href="#" onclick="ShowKlarnaInvoicePopup();return false;" title="Klarna Faktura - Vilkår" id="klarna_invoice" />Vilkår</a>)</td></tr></table>');
		document.write('<table style="margin-left: 140px;"><tr><td valign="middle">Betal om 14 dager</td><td valign="middle"> (<a href="#" onclick="ShowKlarnaInvoicePopup();return false;" title="Klarna Faktura - Vilkår" id="klarna_invoice" />Vilkår</a>)</td></tr></table>');
		
	} else if (languageCode_s == 'se') {
		charge = 29;
		addKlarnaInvoiceEvent(function() { InitKlarnaInvoiceElements('klarna_invoice', 6890, languageCode_s, charge); });
		document.write('<table style="margin-left: 140px;"><tr><td valign="middle">14 dagars betaltid.</td><td valign="middle"> (<a href="#" onclick="ShowKlarnaInvoicePopup();return false;" title="Klarna Faktura - Villkor" id="klarna_invoice" />Villkor för Faktura</a>)</td></tr></table>');
		
	} else if (languageCode_s == 'dk') {
		charge = 29;
		addKlarnaInvoiceEvent(function() { InitKlarnaInvoiceElements('klarna_invoice', 6890, languageCode_s, charge); });
		// document.write('<table style="margin-left: 140px;"><tr><td valign="middle">29,- DKK i fakturagebyr, 14 dages betaltid.</td><td valign="middle"> (<a href="#" onclick="ShowKlarnaInvoicePopup();return false;" title="Klarna Faktura - Vilkår" id="klarna_invoice" />Vilkår for faktura</a>) - Personnummer kræves</td></tr></table>');
		document.write('<table style="margin-left: 140px;"><tr><td valign="middle">Betal om 14 dage</td><td valign="middle"> (<a href="#" onclick="ShowKlarnaInvoicePopup();return false;" title="Klarna Faktura - Vilkår" id="klarna_invoice" />Vilkår</a>)</td></tr></table>');
	}
}

/* KLARNA - INVOICE PAYMENT */
var klarnainvoicelang = "";
var klarnainvoiceeid = 0;
var klarnainvoiceefee = 0;
function InitKlarnaInvoiceElements(obj, eid, lang, charge)
{
		if (document.getElementById(obj) == null) {
			return;
		}
		klarnainvoicelang = lang;
		klarnainvoiceeid = eid;
		if(charge)
			klarnainvoiceefee = charge;
		else
			klarnainvoiceefee = 0;
		var link_text_invoice = "Villkor f&ouml;r faktura";
		var link_text_closebutton = "St&auml;ng";
		switch(klarnainvoicelang)
		{
			case 'se':
			case 'swe':
				link_text_invoice = "Villkor f&ouml;r faktura";
				link_text_closebutton = "St&auml;ng";
				klarnainvoicelang = "se";
			break;
			case 'dk':
			case 'dnk':
				link_text_closebutton = "Luk vindue";
				link_text_invoice = "Vilk&aring;r for faktura"
				klarnainvoicelang = "dk";
			break;
			case 'no':
			case 'nok':
			case 'nor':
				link_text_invoice = "Vilk&aring;r for faktura"
				link_text_closebutton = "Lukk";
				klarnainvoicelang = "no";
			break;
			case 'fi':
			case 'fin':
				link_text_invoice = "Laskuehdot";
				link_text_closebutton = "Sulje";
				klarnainvoicelang = "fi";
			break;
			case 'de':	
			case 'deu':	
				link_text_invoice = "Rechnungsbedingungen";
				link_text_closebutton = "Schliessen";
				klarnainvoicelang = "de";
			break;
			case 'nl':
			case 'nld':
				link_text_invoice = "Factuurvoorwaarden";
				link_text_closebutton = "Sluit";
				klarnainvoicelang = "nl";
			break;
		
		}
		// set the link text
		document.getElementById(obj).innerHTML = link_text_invoice;
		// Create the container element
		var div = document.createElement('div');
		div.id = 'klarna_invoice_popup';
		div.style.display = 'none';
		div.style.backgroundColor = '#ffffff';
		div.style.border = 'solid 1px black';
		div.style.width = '500px';
		div.style.position = 'absolute';
		div.style.left = (document.documentElement.offsetWidth/2 - 250) + 'px';
		div.style.top = '50px';
		div.style.zIndex = 9999;
		div.style.padding = '10px';
		
		// create the iframe
		var iframe = document.createElement('iframe');
		iframe.id = 'iframe_klarna_invoice';
		iframe.frameBorder = 0;
		iframe.style.border = 0;
		iframe.style.width = '500px';
		iframe.style.height = '500px';		
		div.appendChild(iframe);
		
		// Create the a element that closes the popup
		var a = document.createElement('a');
		a.href = '#';
		a.style.color = '#000000';
		a.onclick = function() {
			document.getElementById('klarna_invoice_popup').style.display = 'none';
			return false;
		};
		// Create the link text
		a.innerHTML = link_text_closebutton;
		// Append the link to the div
		div.appendChild(a);
		
		// Append the div
		document.body.insertBefore(div,null);
}

// eid : Estore ID
// lang : The language in the popup (country code)
// type : 1 = Klarna Konto, 2 = Faktura
function ShowKlarnaInvoicePopup()
{		
			var scroll = self.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;
			var top = scroll + 50;		
									
			document.getElementById('klarna_invoice_popup').style.top = top + 'px';
		
		if(klarnainvoicelang == "se")
			document.getElementById('iframe_klarna_invoice').src = 'https://online.klarna.com/villkor.yaws?eid=' + klarnainvoiceeid + '&charge=' + klarnainvoiceefee;
		else
			document.getElementById('iframe_klarna_invoice').src = 'https://online.klarna.com/villkor_' + klarnainvoicelang + '.yaws?eid=' + klarnainvoiceeid + '&charge=' + klarnainvoiceefee;
			
		
			
		document.getElementById('klarna_invoice_popup').style.display = 'block';
}

// This method adds an event
function addKlarnaInvoiceEvent(fn) {
  if ( window.attachEvent ) {
        this.attachEvent('onload', fn);
  } else
  {
    this.addEventListener('load', fn, false );
	}
}



/* KLARNA - PART PAYMENT */
var klarnapartpaymentlang = "";
var klarnapartpaymenteid = 0;
var klarnasum = 0;
function InitKlarnaPartPaymentElements(obj, eid, lang, sum)
{
		if (document.getElementById(obj) == null) {
			return;
		}
		klarnapartpaymentlang = lang;
		klarnapartpaymenteid = eid;
		klarnasum = sum;
		var link_text_partpayment = "Villkor f&ouml;r delbetalning";
		var link_text_closebutton = "St&auml;ng";
		
		switch(lang)
		{
			case 'se':
			case 'swe':
				link_text_partpayment = "L&auml;s mer";
				link_text_closebutton = "St&auml;ng";
				klarnapartpaymentlang = "se";
			break;
			case 'dk':
			case 'dnk':
				link_text_closebutton = "Luk vindue";
				link_text_partpayment = "Vilk&aring;r for delbetaling"
				klarnapartpaymentlang = "dk";
			break;
			case 'no':
			case 'nok':
			case 'nor':
				link_text_closebutton = "Lukk";
				link_text_partpayment = "Vilk&aring;r for delbetaling"
				klarnapartpaymentlang = "no";
			break;
			case 'fi':
			case 'fin':
				link_text_partpayment = "Lue lis&auml;&auml;";
				link_text_closebutton = "Sulje";
				klarnapartpaymentlang = "fi";
			break;
			case 'de':
			case 'deu':	
				link_text_partpayment = "Lesen Sie mehr!";
				link_text_closebutton = "Schliessen";
				klarnapartpaymentlang = "de";
			break;
			case 'nl':	
			case 'nld':	
				link_text_partpayment = "Voorwaarden voor deelbetaling";
				link_text_closebutton = "Sluit";
				klarnapartpaymentlang = "nl";
			break;
		
		}
		// set the link text
		document.getElementById(obj).innerHTML = link_text_partpayment;		
		// Create the container element
		var div = document.createElement('div');
		div.id = 'klarna_partpayment_popup';
		div.style.display = 'none';
		div.style.backgroundColor = '#ffffff';
		div.style.border = 'solid 1px black';
		div.style.width = '500px';
		div.style.position = 'absolute';
		div.style.left = (document.documentElement.offsetWidth/2 - 250) + 'px';
		div.style.top = '50px';
		div.style.zIndex = 99999;
		div.style.padding = '10px';
		
		// create the iframe
		var iframe = document.createElement('iframe');
		iframe.id = 'iframe_klarna_partpayment';
		iframe.frameBorder = 0;
		iframe.style.border = 0;
		iframe.style.width = '500px';
		iframe.style.height = '630px';		
		div.appendChild(iframe);
		
		// Create the a element that closes the popup
		var a = document.createElement('a');
		a.href = '#';
		a.style.color = '#000000';
		a.onclick = function() {
			document.getElementById('klarna_partpayment_popup').style.display = 'none';
			return false;
		};
		// Create the link text
		a.innerHTML = link_text_closebutton;
		// Append the link to the div
		div.appendChild(a);
		
		// Append the div
		document.body.insertBefore(div,null);
}

// eid : Estore ID
// lang : The language in the popup (country code)
function ShowKlarnaPartPaymentPopup()
{	
			var scroll = self.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop;
			var top = scroll + 50;		
			
			document.getElementById('klarna_partpayment_popup').style.top = top + 'px';
	
	// Set the source for the iframe to the current language and estore
	document.getElementById('iframe_klarna_partpayment').src = 'https://online.klarna.com/account_' + klarnapartpaymentlang + '.yaws?eid=' + klarnapartpaymenteid;
		
	// Last we display the popup
	document.getElementById('klarna_partpayment_popup').style.display = 'block';
}

// This method adds an event
function addKlarnaPartPaymentEvent(fn) {
  if ( window.attachEvent ) {
        this.attachEvent('onload', fn);
  } else
  {
    this.addEventListener('load', fn, false );
	}
}

/* Popup window for YouTube video player */
function toggle(div_id) {
	var el = document.getElementById(div_id);
	if ( el.style.display == 'none' ) {	el.style.display = 'block';}
	else {el.style.display = 'none';}
}

function blanket_size(popUpDivVar) {
	if (typeof window.innerWidth != 'undefined') {
		viewportheight = window.innerHeight;
	} else {
		viewportheight = document.documentElement.clientHeight;
	}
	if ((viewportheight > document.body.parentNode.scrollHeight) && (viewportheight > document.body.parentNode.clientHeight)) {
		blanket_height = viewportheight;
	} else {
		if (document.body.parentNode.clientHeight > document.body.parentNode.scrollHeight) {
			blanket_height = document.body.parentNode.clientHeight;
		} else {
			blanket_height = document.body.parentNode.scrollHeight;
		}
	}
	var blanket = document.getElementById('blanket');
	blanket.style.height = blanket_height + 'px';
	var popUpDiv = document.getElementById(popUpDivVar);
	// popUpDiv_height=blanket_height/2-200;//200 is half popup's height
	popUpDiv_height=200;
	popUpDiv.style.top = popUpDiv_height + 'px';
}

function window_pos(popUpDivVar) {
	if (typeof window.innerWidth != 'undefined') {
		viewportwidth = window.innerHeight;
	} else {
		viewportwidth = document.documentElement.clientHeight;
	}
	if ((viewportwidth > document.body.parentNode.scrollWidth) && (viewportwidth > document.body.parentNode.clientWidth)) {
		window_width = viewportwidth;
	} else {
		if (document.body.parentNode.clientWidth > document.body.parentNode.scrollWidth) {
			window_width = document.body.parentNode.clientWidth;
		} else {
			window_width = document.body.parentNode.scrollWidth;
		}
	}
	var popUpDiv = document.getElementById(popUpDivVar);
	window_width=window_width/2-200;//200 is half popup's width
	popUpDiv.style.left = window_width + 'px';
}

function popup(windowname) {
	blanket_size(windowname);
	window_pos(windowname);
	toggle('blanket');
	toggle(windowname);		
}	

function getVideoData(id_i, dataType_s)
{
	
	var url_s = '';
	var product_s = '';
	var icons_s = 'play-video.jpg';	
	if (id_i == 1) { // Playboy Kent **
		url_s = 'http://www.youtube.com/embed/_0XrLJF67yU';
		product_s = 'Playboy Kent';
		
	} else if (id_i == 2) { // Playboy Evan **
		url_s = 'http://www.youtube.com/embed/XYF6ih00Mwg';
		product_s = 'Playboy Evan';
		icons_s = 'play-video-playboy-evan-sko.jpg';
		
	} else if (id_i == 3) { // Playboy Eason **
		url_s = 'http://www.youtube.com/embed/qusb-36UijE';
		product_s = 'Playboy Eason';
		
	} else if (id_i == 4) { // Hub Chess ** 
		url_s = 'http://www.youtube.com/embed/gpmP_yJTj2U';
		product_s = 'Hub Chess';
		
	} else if (id_i == 5) { // Hub Kingston **
		url_s = 'http://www.youtube.com/embed/MhaTl4FeN04';
		product_s = 'Hub Kingston';
		
	} else if (id_i == 6) { // Hub Subway **
		url_s = 'http://www.youtube.com/embed/hEopcvVGHtY';
		product_s = 'Hub Subway';
		icons_s = 'play-video-hub-subway.jpg';
		
	} else if (id_i == 7) { // Vans Authentic *****
		url_s = 'http://www.youtube.com/embed/U6_RwoSzKno';
		product_s = 'Vans Authentic';
		icons_s = 'play-video-vans-authentic-sko.jpg';
	
	} else if (id_i == 8) { // Hunter Original Tall **
		url_s = 'http://www.youtube.com/embed/rjE23VVXbXs';
		product_s = 'Hunter Original Tall';
		icons_s = 'play-video-hunter-original-tall.jpg';
		
	} else if (id_i == 9) { // Aigle Benyl M Noir **
		url_s = 'http://www.youtube.com/embed/0qJ-ucs6qhY';
		product_s = 'Aigle Benyl M Noir';
		icons_s = 'play-video-aigle-benyl-noir.jpg';
		
	} else if (id_i == 10) { // Aigle R Boot **
		url_s = 'http://www.youtube.com/embed/j2UxRtvGA_M';
		product_s = 'Aigle R Boot';
		
	} else if (id_i == 11) { // Vagabond Aida Black **
		url_s = 'http://www.youtube.com/embed/fIaHG77CfEI';
		product_s = 'Vagabond Aida Black';
		
	} else if (id_i == 12) { // Vans Chukka Boot **
		url_s = 'http://www.youtube.com/embed/Eg4BWryTwi8';
		product_s = 'Vans Chukka Boot';
		
	} else if (id_i == 13) { // Vans Classic Slipon *
		url_s = 'http://www.youtube.com/embed/twzWPEUZi1E';
		product_s = 'Vans Classic Slipon';
		
	} else if (id_i == 14) { // Vagabond Aida Biarritz * (Ikke embedded)
		url_s = 'http://www.youtube.com/embed/aN6TlTVQpGs';		
		product_s = 'Vagabond Aida Biarritz';
		
	} else if (id_i == 15) { // Vagabond Florence **
		url_s = 'http://www.youtube.com/embed/cxWh0jDA9UY';
		product_s = 'Vagabond Florence';
		
	} else if (id_i == 16) { // Vagabond Grace **
		url_s = 'http://www.youtube.com/embed/IDF67-aFVXo';
		product_s = 'Vagabond Grace';
		
	} else if (id_i == 17) { // Vagabond Lugano **
		url_s = 'http://www.youtube.com/embed/6hIMJk9ZPPE';
		product_s = 'Vagabond Lugano';
		
	} else if (id_i == 18) { // Vagabond Madeira Sort **
		url_s = 'http://www.youtube.com/embed/G7daSaAgUkk';
		product_s = 'Vagabond Madeira Sort';
		icons_s = 'play-video-vagabond-madeira-stoevlet.jpg';
		
	} else if (id_i == 19) { // Vagabond Madeira Sandfarvet **
		url_s = 'http://www.youtube.com/embed/3hjxKoxOawE';
		product_s = 'Vagabond Madeira Sandfarvet';
		
	} else if (id_i == 20) { // Tretorn Hockey Boot **
		url_s = 'http://www.youtube.com/embed/huNtxpFrhWU';
		product_s = 'Tretorn Hockey Boot';
		
	} else if (id_i == 21) { // Tretorn T56 Mid **
		url_s = 'http://www.youtube.com/embed/CXNjfW9fkNE';
		product_s = 'Tretorn T56 Mid';
		icons_s = 'play-video-tretorn-t56-mid.jpg';
		
	} else if (id_i == 22) { // Puma First Round **
		url_s = 'http://www.youtube.com/embed/AEYZ1fEoyK4';
		product_s = 'Puma First Round';
		icons_s = 'play-video-puma-first-round.jpg';
		
	} else if (id_i == 23) { // Puma Hawthorne **
		url_s = 'http://www.youtube.com/embed/twF84cPyMNw';
		product_s = 'Puma Hawthorne';
		
	} else if (id_i == 24) { // Puma Match **
		url_s = 'http://www.youtube.com/embed/IU8AUi4bcFE';
		product_s = 'Puma Match';
		
	} else if (id_i == 25) { // Pretty Ballerinas Shade **
		url_s = 'http://www.youtube.com/embed/rn8JJmDXXrM';
		product_s = 'Pretty Ballerinas Shade';
		icons_s = 'play-video-pretty-ballerina-shade.jpg';
		
	} else if (id_i == 26) { // Pretty Ballerinas **
		url_s = 'http://www.youtube.com/embed/DEorquqDnEg';
		product_s = 'Pretty Ballerinas';
		
	} else if (id_i == 27) { // Le Chameau Iris **
		url_s = 'http://www.youtube.com/embed/gXYm3gCG5ec';
		product_s = 'Le Chameau Iris';
		icons_s = 'play-video-le-chameau-iris.jpg';
		
	} else if (id_i == 28) { // Le Chameau Vierzon **
		url_s = 'http://www.youtube.com/embed/lVgu1th0Se8';
		product_s = 'Le Chameau Vierzon';
		
	} else if (id_i == 29) { // Playboy Charles **
		url_s = 'http://www.youtube.com/embed/6McBSqy5ZtY';
		product_s = 'Playboy Charles';
		
	} else if (id_i == 30) { // Playboy Dale **
		url_s = 'http://www.youtube.com/embed/yKMf0A3atw4';
		product_s = 'Playboy Dale';
		
	} else if (id_i == 31) { // Playboy Jakob **
		url_s = 'http://www.youtube.com/embed/Uv4yTaE6ZoM';
		product_s = 'Playboy Jakob';
		
	} else if (id_i == 32) { // Playboy John **
		url_s = 'http://www.youtube.com/embed/B0xUfeUWVbI';
		product_s = 'Playboy John';
		
	} else if (id_i == 33) { // Playboy Rod **
		url_s = 'http://www.youtube.com/embed/i1KG5WNjO_s';
		product_s = 'Playboy Rod';
		
	} else if (id_i == 34) { // Hunter Adjustable **
		url_s = 'http://www.youtube.com/embed/xjditMeorrk';
		product_s = 'Hunter Adjustable';
		
	} else if (id_i == 35) { // Hunter Festival 2010 **
		url_s = 'http://www.youtube.com/embed/X6Etk5n43pw';
		product_s = 'Hunter Festival 2010';
		
	} else if (id_i == 36) { // Hunter Melrose Short **
		url_s = 'http://www.youtube.com/embed/YFg7f-NFI-8';
		product_s = 'Hunter Melrose Short';
		
	} else if (id_i == 37) { // Hunter Melrose Tall **
		url_s = 'http://www.youtube.com/embed/NFf0PDspVjU';
		product_s = 'Hunter Melrose Tall';
		
	} else if (id_i == 38) { // Hunter Original Boa **
		url_s = 'http://www.youtube.com/embed/XoNDcoT-nlQ';
		product_s = 'Hunter Original Boa';
		
	} else if (id_i == 39) { // Hunter Original Gloss **
		url_s = 'http://www.youtube.com/embed/o8jYqRoKYww';
		product_s = 'Hunter Original Gloss';
		
	} else if (id_i == 40) { // Hunter Original Lizard **
		url_s = 'http://www.youtube.com/embed/58MG8RuSzic';
		product_s = 'Hunter Original Lizard';
		
	} else if (id_i == 41) { // Hunter Original Neoprene **
		url_s = 'http://www.youtube.com/embed/sulgK0IcICs';
		product_s = 'Hunter Original Neoprene';
		
	} else if (id_i == 42) { // Hunter Welly Warmer Cable Cuff **
		url_s = 'http://www.youtube.com/embed/yu3dbvQC_wg';
		product_s = 'Hunter Welly Warmer Cable Cuff';
		
	} else if (id_i == 43) { // Hunter Welly Warmer Fleece **
		url_s = 'http://www.youtube.com/embed/Q85Fuk-aTN8';
		product_s = 'Hunter Welly Warmer Fleece';
		
	} else if (id_i == 44) { // Hunter Welly Warmer Grizzly **
		url_s = 'http://www.youtube.com/embed/SWA9Fvt76y4';
		product_s = 'Hunter Welly Warmer Grizzly';
		
	} else if (id_i == 45) { // Dr Martens 1860 Black Illusion **
		url_s = 'http://www.youtube.com/embed/ir6LjKkNdug';
		product_s = 'Dr Martens 1860 Black Illusion';
		
	} else if (id_i == 46) { // Dr Martens Lak Color **
		url_s = 'http://www.youtube.com/embed/O38v4Yx_WQc';
		product_s = 'Dr Martens Lak Color';
		icons_s = 'play-video-dr-martens-lak.jpg';
		
	} else if (id_i == 47) { // Dr Martens Nappa **
		url_s = 'http://www.youtube.com/embed/rgpYkLHO4ik';
		product_s = 'Dr Martens Nappa';
		
	} else if (id_i == 48) { // Dr Martens Smooth **
		url_s = 'http://www.youtube.com/embed/n70wiY45PHs';
		product_s = 'Dr Martens Smooth';
		
	} else if (id_i == 49) { // Dr Martens Vonda **
		url_s = 'http://www.youtube.com/embed/JnEPQQ9RTKk';
		product_s = 'Dr Martens Vonda';
		
	} else if (id_i == 50) { // Hunter Original Short **
		url_s = 'http://www.youtube.com/embed/zY6UYfl4Qdk';
		product_s = 'Hunter Original Short';
		
	} else if (id_i == 51) { // Tretorn T56 Sneaker **
		url_s = 'http://www.youtube.com/embed/-CgjbiNS8rg';
		product_s = 'Tretorn T56 Sneaker'; 
	
	} else if (id_i == 52) { // Hunter Welly Warmer Feather **
		url_s = 'http://www.youtube.com/embed/oAhq-bgujSM';
		product_s = 'Hunter Welly Warmer Feather';
		
	} else if (id_i == 53) { // Vedligehold af Hunter gummistøvler med Boot Buffer
		url_s = 'http://www.youtube.com/embed/npltzWZdCWc';
		product_s = 'Hunter pleje';
		icons_s = 'play-video-maintain-hunter-boot.jpg';
	}
	
	
	
	var returnValue_s = "";
	if (dataType_s == "url")
	{
		returnValue_s = url_s;
	}
	else if (dataType_s == "product")
	{
		returnValue_s = product_s;
	}
	else if (dataType_s == "icon")
	{
		returnValue_s = icons_s;
	}
	
	return returnValue_s;
	
}



function getImageData(id_i, dataType_s)
{
	
	var url_s = '';
	var icons_s = '';	
	if (id_i == 1) { 
		url_s = 'shoelace-howto-1.jpg';
		icons_s = 'shoelace-howto-icon-1.jpg';
		
	} else if (id_i == 2) { 
		url_s = 'shoelace-howto-2.jpg';
		icons_s = 'shoelace-howto-icon-2.jpg';
		
	} else if (id_i == 3) {
		url_s = 'shoelace-howto-3.jpg';
		icons_s = 'shoelace-howto-icon-3.jpg';
	}
	
	var returnValue_s = "";
	if (dataType_s == "url")
	{
		returnValue_s = url_s;
	}
	else if (dataType_s == "icon")
	{
		returnValue_s = icons_s;
	}
	
	return returnValue_s;
	
}



// dv = Display video  (click on icon and text link)
function dv(id_i, countryCode_s)
{
	var linkPrefixText_s = '';
	var linkSuffixText_s = '';
	var closeWindowsLinkText_s = '';
	if (countryCode_s == 'dk')
	{
		linkPrefixText_s = 'Se';
		linkSuffixText_s = 'produkt-video';
		closeWindowsLinkText_s = 'Luk vindue [X]';
	} else if (countryCode_s == 'se') {
		linkPrefixText_s = 'Titta';
		linkSuffixText_s = 'produkt-video';
		closeWindowsLinkText_s = 'Stäng fönstret [X]';
	} else if (countryCode_s == 'no') {
		linkPrefixText_s = 'Se';
		linkSuffixText_s = 'produkt-video';
		closeWindowsLinkText_s = 'Lukk vinduet [X]';
	} else if (countryCode_s == 'uk') {
		linkPrefixText_s = 'Watch';
		linkSuffixText_s = 'product video';
		closeWindowsLinkText_s = 'Close window [X]';
	}

	var url_s = getVideoData(id_i, "url");
	var product_s = getVideoData(id_i, "product");
	
	var html_s = '<div id="blanket" style="display:none;"></div>';
	html_s = html_s + '<div id="popUpDiv" style="display:none;">';
	html_s = html_s + '<iframe id="popupvideoplayeriframe" title="Eshoes video" width="400" height="244" src="' + url_s + '" frameborder="0" allowfullscreen></iframe><br/><br/>';
	html_s = html_s + '<a href="#" onclick="JavaScript:document.getElementById(\'popupvideoplayeriframe\').src=\'/blank.html\'; document.getElementById(\'popupvideoplayeriframe\').src=\'' + url_s + '\'; popup(\'popUpDiv\');">' + closeWindowsLinkText_s + '</a>';
	html_s = html_s + '</div>';
	
	document.getElementById('popUpVideoPlayer').innerHTML = html_s;
	
	document.write('<table style="height: 40px;"><tr><td align="left" valign="middle"><a href="#" onclick="JavaScript:_gaq.push([\'_trackEvent\', \'Product video\', \'' + product_s + '\', \'Icon click\', 0, true]); popup(\'popUpDiv\')" title="' + linkPrefixText_s + ' ' + product_s + ' ' + linkSuffixText_s + '"><img src="/images/play-video.jpg" height="40" width="40" border="0" /></a></td><td align="left" valign="middle">&nbsp;&nbsp;' + linkPrefixText_s + ' <a href="#" onclick="JavaScript:_gaq.push([\'_trackEvent\', \'Product video\', \'' + product_s + '\', \'Text link click\',0 , true]); popup(\'popUpDiv\')">' + product_s + ' ' + linkSuffixText_s + '</a></td></tr></table>');
}

// dv2 = Display video 2 (click on image)
function dv2(id_i, countryCode_s)
{
	var linkPrefixText_s = '';
	var linkSuffixText_s = '';
	var closeWindowsLinkText_s = '';
	if (countryCode_s == 'dk')
	{
		linkPrefixText_s = 'Se';
		linkSuffixText_s = 'video';
		closeWindowsLinkText_s = 'Luk vindue [X]';
	} else if (countryCode_s == 'se') {
		linkPrefixText_s = 'Titta';
		linkSuffixText_s = 'video';
		closeWindowsLinkText_s = 'Stäng fönstret [X]';
	} else if (countryCode_s == 'no') {
		linkPrefixText_s = 'Se';
		linkSuffixText_s = 'video';
		closeWindowsLinkText_s = 'Lukk vinduet [X]';
	} else if (countryCode_s == 'uk') {
		linkPrefixText_s = 'Watch';
		linkSuffixText_s = 'video';
		closeWindowsLinkText_s = 'Close window [X]';
	}

	var url_s = getVideoData(id_i, "url");
	var product_s = getVideoData(id_i, "product");
	var icon_s =  getVideoData(id_i, "icon");
	
	var html_s = '<div id="blanket" style="display:none;"></div>';
	html_s = html_s + '<div id="popUpDiv" style="display:none;">';
	html_s = html_s + '<iframe id="popupvideoplayeriframe" title="Eshoes video" width="400" height="244" src="' + url_s + '" frameborder="0" allowfullscreen></iframe><br/><br/>';
	html_s = html_s + '<a href="#" onclick="JavaScript:document.getElementById(\'popupvideoplayeriframe\').src=\'/blank.html\'; document.getElementById(\'popupvideoplayeriframe\').src=\'' + url_s + '\'; popup(\'popUpDiv\');">' + closeWindowsLinkText_s + '</a>';
	html_s = html_s + '</div>';
	
	document.getElementById('popUpVideoPlayer').innerHTML = html_s;
	
	document.write('<table style="height: 100px;"><tr><td align="right" valign="middle" style="white-space: pre;"><a href="#" onclick="JavaScript:_gaq.push([\'_trackEvent\', \'Product video - Category\', \'' + product_s + '\', \'Icon click\', 0, true]); popup(\'popUpDiv\')" title="' + linkPrefixText_s + ' ' + product_s + ' ' + linkSuffixText_s + '"><img src="/images/playvideo/' + icon_s + '" height="100" border="0" /></a><br/>' + linkPrefixText_s + ' ' + product_s + ' ' + linkSuffixText_s + '</td></tr></table>');
}


//dtw = Display text window (click on image)
function dtw(id_i, countryCode_s)
{
	
	var text_s = '';
	var background_s = '';
	var closeWindowsLinkText_s = '';
	
	if (id_i == 1) {
		background_s = 'fri-fragt';
	} else if (id_i == 2) {
		background_s = 'returret';
	} else if (id_i == 3) {
		background_s = 'kundeservice';
	} else if (id_i == 4) {
		background_s = 'levering';
	} else if (id_i == 5) {
		background_s = 'klarna';
	}
	
	if (countryCode_s == 'dk') {
		closeWindowsLinkText_s = 'Luk vindue [X]';

		if (id_i == 1) {
			text_s = 'Vi leverer gratis fra dag til dag til din dør, din arbejdsplads eller til en pakkeshop nær dig - valget er dit.<br/><br/>Hos Eshoes får du dine varer hurtigt. Din ordre afsendes indenfor 1-2 hverdage fra ordreafgivelsen. Under leveringsforløbet vil du blive holdt opdateret via e-mail, så du kan følge din pakke.';

		} else if (id_i == 2) {
			text_s = 'Hvis du fortryder dit køb, og ikke vil bytte til en anden størrelse eller en anden vare, kan du returnere varen og få pengene tilbage. Du har altid 60 dages fuld returret fra modtagelsen af din vare. Varerne skal returneres ubrugt og i originalemballagen. Der må ikke tapes eller lime sedler direkte på emballagen.<br/><br/>Ønsker du at returnere en vare, skal du udfylde den returslip du modtager sammen med din pakke. Mangler du en sender du en mail til <a href="mailto:kundeservice@eshoes.dk">kundeservice@eshoes.dk</a> og vi sender en ny formular til dig.';

		} else if (id_i == 3) {
			text_s = 'Du er altid velkommen til at kontakte vores kundeservice, hvis du har spørgsmål eller brug for hjælp til bestilling af varer. Vi kan også svare på spørgsmål om levering og bytte.<br/><br/>Du kan kontakte os på telefon 7734 5454, på <a href="http://eshoes.focalscope.com/ext/webchat/eshoes-dk-chat-signup/?sIdMod=Registration&sNamePage=eshoes-dk-chat-signup.html&uid=livechat&fNoResize=1&group=Kundeservice%20|%20Eshoes.dk&lang=da&__d=1306145560213&__d=1309245146000" target="_blank">Online chat</a> og per mail på <a href="mailto:kundeservice@eshoes.dk">kundeservice@eshoes.dk</a>Vi har åbent alle hverdage fra kl. 9.00-16.00 og vil besvare dine e-mail hurtigst muligt.';

		} else if (id_i == 4) {
			text_s = 'Du kan købe varer til og med d. 21. december, og stadig være sikker på, at modtage dem inden jul (gælder for levering i Danmark). Under forløbet vil du få en e-mail, så du kan følge din pakke. Du er også velkommen til, at komme forbi og få et glas gløgg og en pebernød, når du enten henter din onlinebestilling eller køber direkte.<br/><br/>Hvis du ønsker at hente din online ordre, skal du skrive det i notatfeltet, der hvor du skriver dine adresseoplysninger. I begge tilfælde bedes du kontakte os på forhånd, da udvalgte varer skal hentes hjem fra vores fjernlager.';
		}
			
	} else if (countryCode_s == 'se') {
		closeWindowsLinkText_s = 'Stäng fönstret [X]';

		if (id_i == 1) {
			text_s = 'Vi levererar gratis från dag till dag till din arbetsplats eller till en paketshop nära dig - du kan själv välja.<br/><br/>Hos Eshoes får du varorna levererade snabbt. Din order sänds inom 2-4 vardagar från orderbekräftelsen. Under levereringsprocessen  vill du bli uppdaterad via e-mail, så att du kan följa ditt paket.';

		} else if (id_i == 2) {
			text_s = 'Om du ångrar ditt köp, och inte vill byta till en annan storlek eller en annan vara, så kan du sända tillbaka varorna och få pengarna tillbaka. Du har alltid 60 dagars full retur rätt från att du mottagit dina varor. Varorna skall returneras oanvända med originalförpackningen.Du får inte tejpa, klistra fast lappar eller dylikt direkt på förpackningen. Önskar du att returnera en vara, så skall du fylla i en returetikett som du mottagit tillsammans med ditt paket kom ihåg att sända paketet som ett företagspaket, då vi inte hämtar paketet på någon annan plats. Saknar du en så sänd en mail till <a href="mailto:kundservice@eshoes.se">kundservice@eshoes.se</a>så sänder vi en ny till dig.';

		} else if (id_i == 3) {
			text_s = 'Du är alltid välkommen til att kontakta vår kundservice, om du har några frågor eller behöver hjälp till att beställa varor. Vi kan också svara på frågor om leverering och byten.<br/><br/>Du kan kontakta oss på telefon 08-12350888, på <a href="http://eshoes.focalscope.com/ext/webchat/eshoes-se-chat-signup/?sIdMod=Registration&sNamePage=eshoes-se-chat-signup.html&uid=livechat&fNoResize=1&group=Kundservice%20|%20Eshoes.se&lang=sv&__d=1306141251581&__d=1309245379000" target="_blank">online chat</a>och via mail på <a href="mailto:kundservice@eshoes.se">kundservice@eshoes.se</a>Vi har öppet alla vardagar från 09.00-16.00 och vill besvara dina e-mail så snabbt som möjligt.';

		} else if (id_i == 4) {
			text_s = 'Du kan köpa varor till och med d. 20. december och fortfarande vara säker på, at få dem innan jul (gäller för leverering i Sverige).Under processen vill du få en e-mail, så du kan följa ditt paket.';

		} else if (id_i == 5) {
			text_s = 'Handla Nu, betala efter Jul!<br/><br/>Med Klarnas julkampanj handlar du fram till jul, och betalar först i slutet av februari till 0% ränta.<br/><br/>En uppläggningsavgift på 29 kr/köptilfälle tillkommer.';

		}
	} else if (countryCode_s == 'no') {
		closeWindowsLinkText_s = 'Lukk vinduet [X]';

		var fla = '';
		if (id_i == 1) {
			text_s = '';
			
		} else if (id_i == 2) {
			text_s = 'Du har alltid 60 dagers full returrett fra du mottar varen din. Du kan derfor bytte eller få pengene tilbake så lenge varen er i den stand du mottok den i, det vil si ubrukt og i original emballasje.<br/><br/>Ønsker du å returnere en vare skal du utfylle returformularet som vi har sendt med. Mangler du en returslipp så send en e-post til <a href="mailto:kundeservice@eshoes.no">kundeservice@eshoes.no</a> og vi sender deg et nytt formular.';
			
		} else if (id_i == 3) {
			text_s = 'Du er alltid velkommen til å kontakte vår kundeservice hvis du har spørsmål eller trenger hjelp til bestilling av varer. Vi kan også svare på spørsmål om levering og bytte.<br/><br/>Du kan kontakte oss på telefon 2103 0690, på <a href="http://eshoes.focalscope.com/ext/webchat/eshoes-no-chat-signup/?sIdMod=Registration&sNamePage=eshoes-no-chat-signup.html&uid=livechat&fNoResize=1&group=Kundeservice%20|%20Eshoes.no&lang=no&__d=1306139545558&__d=1309245159000" target="_blank">Online Chat</a>og post på <a href="mailto:kundservice@eshoes.no">kundservice@eshoes.no</a>alle hverdager fra kl. 9.00-16.00 og ellers så raskt som mulig.';
			
		} else if (id_i == 4) {
			text_s = 'Du kan kjøpe varer hos oss til og med d. 19. desember, og være sikker på å motta pakken innen jul så lenge du bor i det sydlige Norge. Bor du i Nord-Norge anbefaler vi at du bestiller noen dager tidligere. Under leveringsforløpet vil du motta en e-post slik at du kan følge pakken din.';
			
			
		}  else if (id_i == 5) {
			text_s = 'Kjøp nå - betal etter Jul<br/><br/>Med Klarna julekampanje kan du handle fra nå og frem til Jul, og først betale i slutten av februar til 0% rente.<br/><br/>En startavgift på NOK 45/per kjøp kommer i tillegg.';
		}
	} else if (countryCode_s == 'uk') {
		closeWindowsLinkText_s = 'Close window [X]';

		if (id_i == 1) {
			text_s = '';

		} else if (id_i == 2) {
			text_s = ' If you like to cancel your order and do not wish to replace the product, you may return the product and we will refund your money. You are granted a 60 days return right from receipt of your product. The purchased product must not be used and must be returned in its original package. Avoid to tape or glue notes directly on the original package.<br/><br/>If you wish to return a product, simply fill in the return sheet enclosed in your shipped package. Feel free to contact us by mail to <a href="mailto:customer.service@naolo.com">customer.service@naolo.com</a>in case you need a copy of the return sheet.';

		} else if (id_i == 3) {
			text_s = 'You are welcome to contact our customer service at any time in case you have questions or need assistance when ordering your products. We are happy to help you out with inquiries about shipment and replacements.<br/><br/>You may contact us by phone +45 7734 5454, via Onlinechat or by mail <a href="mailto:customer.service@naolo.com">customer.service@naolo.com</a>. We are open workdays from 9.00 am to 04.00 pm and we make an effort to reply your emails quickest possible.';

		} else if (id_i == 4) {
			text_s = 'When you purchase your products you will receive an email with a tracking-ID so you may follow your shipment on its way from our warehouse to your shipment address.';
		}
	} else if (countryCode_s == 'de') {
		closeWindowsLinkText_s = 'Fenster schliessen [X]';

		if (id_i == 1) {
			text_s = '';

		} else if (id_i == 2) {
			text_s = 'Sie können jeder Zeit innerhalb von 60 Tagen nach Empfang der Ware Gebrauch von Ihrem Rückgaberecht machen.<br/><br/>Sie können die Ware umtauschen oder das Geld zurückerhalten, insofern die Ware im selben Zustand ist, d. h. ungebraucht und in Originalverpackung. Möchten Sie Ihre Ware zurückgeben, füllen Sie den mitfolgenden Zettel aus.';

		} else if (id_i == 3) {
			text_s = 'Sie können jederzeit mit dem Kundendienst in Kontakt kommen, wenn Sie Fragen haben oder Hilfe benötigen. Wir können auch Fragen über Lieferung und Umtausch beantworten.<br/><br/>Rufen Sie an unter +45 7734 5454, nutzen Sie unseren <a href="http://eshoes.focalscope.com/ext/webchat/naolo-de-chat-signup/?sIdMod=Registration&sNamePage=naolo-de-chat-signup.html&uid=livechat&fNoResize=1&group=Kundendienst%20|%20Naolo.de&lang=de&__d=1307995466543&__d=1308031481000" target="_blank">Online Chat</a>order senden Sie eine Mail an <a href="mailto:kundendienst@naolo.de">kundendienst@naolo.de</a>Wir haben geöffnet werktags im Zeitraum Uhr 9.00-16.00, und wir beantworten Sie schnellstmöglich.';

		} else if (id_i == 4) {
			text_s = 'Sie können Ihre Bestellungen bis zum 20. Dezember eingeben und sicher sein, dass Ihre Waren noch vor Weihnachten bei Ihnen eintreffen.';
		}
	}
	
	var html_s = '<div id="blanket" style="display:none;"></div>';
	html_s = html_s + '<div id="popUpDiv" style="display:none; background-image:url(/images/usp/' + background_s + '-baggrund.jpg); background-color: white; background-repeat:no-repeat;">';
	html_s = html_s + '<div style="float: right; text-align: right; width: 320px; margin-top: 0px; font-family: arial; font-size: 12px;"><a href="#" onclick="JavaScript:popup(\'popUpDiv\');" style="text-decoration: none;" nowrap>' + closeWindowsLinkText_s + '</a></div>';
	html_s = html_s + '<div style="float: left; text-align: left; width: 320px; margin: 92px 0px 0px 30px; font-family: arial; font-size: 12px;">' + text_s + '</div>'; /* <br/><br/><b style="color: red;">&gt;</b>&nbsp;<a href="' + readMoreUrl_s + '" target="_self" style="text-decoration: none;">' + readMoreText_s + '</a> */
	html_s = html_s + '</div>';
	
	document.getElementById('popUpVideoPlayer').innerHTML = html_s;
	
	popup('popUpDiv');
}



// dvfp = Display Video Front Page (Click on images)
function dvfp(id_i, countryCode_s)
{
	var closeWindowsLinkText_s = '';
	if (countryCode_s == 'dk')
	{
		closeWindowsLinkText_s = 'Luk vindue [X]';
	} else if (countryCode_s == 'se') {
		closeWindowsLinkText_s = 'Stäng fönstret [X]';
	} else if (countryCode_s == 'no') {
		closeWindowsLinkText_s = 'Lukk vinduet [X]';
	} else if (countryCode_s == 'uk') {
		closeWindowsLinkText_s = 'Close window [X]';
	}

	var url_s = getVideoData(id_i, "url");
	var product_s = getVideoData(id_i, "product");
	
	var html_s = '<div id="blanket" style="display:none;"></div>';
	html_s = html_s + '<div id="popUpDiv" style="display:none;">';
	html_s = html_s + '<iframe id="popupvideoplayeriframe" title="Eshoes video" width="400" height="244" src="' + url_s + '" frameborder="0" allowfullscreen></iframe><br/><br/>';
	html_s = html_s + '<a href="#" onclick="JavaScript:document.getElementById(\'popupvideoplayeriframe\').src=\'/blank.html\'; document.getElementById(\'popupvideoplayeriframe\').src=\'' + url_s + '\'; popup(\'popUpDiv\');">' + closeWindowsLinkText_s + '</a>';
	html_s = html_s + '</div>';
	
	document.getElementById('popUpVideoPlayer').innerHTML = html_s;
	
	_gaq.push(['_trackEvent', 'Product video - Front Page', product_s, 'Icon click', 0, true]);
	popup('popUpDiv');
}


function changeImageForPopUp(id_i, countryCode_s)
{

	var closeWindowsLinkText_s = '';
	if (countryCode_s == 'dk') {
		closeWindowsLinkText_s = 'Luk vindue [X]';
	} else if (countryCode_s == 'se') {
		closeWindowsLinkText_s = 'Stäng fönstret [X]';
	} else if (countryCode_s == 'no') {
		closeWindowsLinkText_s = 'Lukk vinduet [X]';
	} else if (countryCode_s == 'uk') {
		closeWindowsLinkText_s = 'Close window [X]';
	}
	
	var url_s = getImageData(id_i, "url");
	
	var html_s = '<div id="blanket" style="display:none;"></div>';
	html_s = html_s + '<div id="popUpDivImg" style="display:none;">';
	html_s = html_s + '<img src="http://eshoes.dk/images/' + url_s + '" width="281" height="595" border="0" /><br/><br/>';
	html_s = html_s + '<a href="#" onclick="popup(\'popUpDivImg\');">' + closeWindowsLinkText_s + '</a>';
	html_s = html_s + '</div>';
	
	document.getElementById('popUpVideoPlayer').innerHTML = html_s;
	
	popup('popUpDivImg');
	
}


//dimg = Display image (click on image)
function dimg(id_i, countryCode_s)
{
	var titleText_s = '';
	if (countryCode_s == 'dk') {
		titleText_s = 'Klik for at se det flotte resultat';
	} else if (countryCode_s == 'se') {
		titleText_s = '';
	} else if (countryCode_s == 'no') {
		titleText_s = '';
	} else if (countryCode_s == 'uk') {
		titleText_s = '';
	}
	
	var icon_s = getImageData(id_i, "icon");
	
	document.write('<div style="float: left; height: 182px; width: 115px; border: 1px solid white;"><a href="#" onclick="JavaScript:changeImageForPopUp(' + id_i + ', \'' + countryCode_s + '\');" title="' + titleText_s + '"><img src="/images/' + icon_s + '" height="182" border="0" /></a></div>');
}


/* TRACK LANDING PAGES IN GOOGLE ANALYTICS */
function trackLandingPage()
{
	var host_s = window.location.host; // E.g. 'eshoes.no'
	host_s = host_s.toLowerCase();
	var path_s = window.location.pathname; // E.g. '/shop/frontpage.html'
	path_s = path_s.toLowerCase();
	
	// if (path_s == '/shop/tags-281s.html') {
	
		var isProduct_i = path_s.indexOf('p.html');
		if (isProduct_i == -1) {
		
			var isTopCategory_i = path_s.indexOf('s.html');
			var isSubCategory_i = path_s.indexOf('c1.html');
			
	
			if (isTopCategory_i != -1 || isSubCategory_i != -1) {
			
				var pathElements_Ar = new Array();
				pathElements_Ar = path_s.split('-');
				var lastElement_s = '';
				var pageId_i = 0;
				if (pathElements_Ar != null) {
					
					var pathElementsCount_i = pathElements_Ar.length;
					if (pathElementsCount_i != null && pathElementsCount_i > 1) {
						
						lastElement_s = pathElements_Ar[(pathElementsCount_i - 1)];
						lastElement_s = lastElement_s.replace('c1.html', '');
						lastElement_s = lastElement_s.replace('s.html', '');
						
						try {
							pageId_i = parseInt(lastElement_s);
						} catch (e) {}
					}
				}
				
				if (pageId_i > 0) {
					
					path_s = path_s.replace('c1.html', '');
					path_s = path_s.replace('s.html', '');
					executeTracking(host_s, path_s, pageId_i);
				}
			}
		}
	// }
}	

function executeTracking(host_s, path_s, pageId_i) {
	
	/* =========================== ESHOES.NO =========================== */
	if (host_s == "eshoes.no") {
		
		/* UGG */
		if (pageId_i >= 283 && pageId_i <= 302) {
			if (path_s == '/shop/uggs-sko-283') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boots-284') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-285') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-286') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevletter-287') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-288') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoevler-289') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boot-290') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggaustralia-291') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoevletter-292') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-gummistoevler-293') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-vinterstoevler-294') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/boots-ugg-295') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/nye-uggs-296') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-toefler-297') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-298') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstoevler-299') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-300') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australian-uggs-301') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-302') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
		
		
		
		/* BUMPER */
		} else if (pageId_i >= 304 && pageId_i <= 316) {
			if (path_s == '/shop/bumper-boots-304') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-sko-305') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-307') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumperstoevler-308') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevletter-309') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumpers-stoevler-310') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-311') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-bumper-312') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumpers-stoevletter-313') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumber-314') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumbers-315') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumber-vinterstoevler-316') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }



		/* ILSE JACOBSEN */
		} else if (pageId_i >= 318 && pageId_i <= 349) {
			
			if (path_s == '/shop/ilse-jacobsen-318') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-gummistoevler-319') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-stoevler-320') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnfrakk-321') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-322') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-stoevler-323') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/else-jacobsen-stoevler-324') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/brand-326') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-327') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-328') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regnjakker-329') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/pris-330') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/billig-ilse-jacobsen-331') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/billig-ilse-jakobsen-332') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/else-jacobsen-333') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/else-jakobsen-334') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-dame-jacobsen-336') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-ilse-337') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-ilse-jacobsen-338') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/hornbaek-ilse-339') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/hornbaek-ilse-jacobsen-340') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/hornbaek-jacobsen-341') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ielse-jacobsen-342') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ihlse-jacobsen-343') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ihlse-jacobsen-gummistoevler-344') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iilse-jackobsen-345') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iilse-jacobsen-346') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iilse-jacobsen-regnjakke-347') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iilse-jacobsen-stoevler-348') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iilse-jakobsen-349') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			
		} else if (pageId_i >= 350 && pageId_i <= 399) {
			if (path_s == '/shop/illse-jacobsen-350') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/illse-jacobsen-hornbaek-351') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilsa-jacobsen-352') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-353') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-a-jacobsen-354') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-gummistoevel-355') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-hornbaek-356') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-hornbaek-357') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jackobsen-358') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jackobsen-stoevler-359') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobesen-360') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobse-361') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobseb-362') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-frakk-363') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-gummistoevel-364') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-gummistovler-365') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-hornbaek-366') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-hornbaek-367') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-hornbaek-368') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-kjoep-369') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-rain-370') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-raincoat-371') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-raincoats-372') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regn-373') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnbukse-374') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnfrakke-375') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnfrakker-376') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnhat-377') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnjakke-378') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnjakker-379') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnklaer-380') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnkaape-381') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regnkaaper-382') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-regntoey-383') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-regnjakke-384') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-rubberboots-385') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-stoevel-386') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }                                                                            
			else if (path_s == '/shop/ilse-jacobsens-387') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobson-388') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacosen-389') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-gummistoevler-390') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-hornbaek-391') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jaobsen-392') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-softshell-393') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-stoevler-394') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-regnfrak-395') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-regnfrakk-396') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-regnjakke-397') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-regnjakker-398') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-stoevler-399') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			
		} else if (pageId_i >= 400 && pageId_i <= 458) {
			if (path_s == '/shop/ilsejacobsen-400') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilsejacobsen-regnjakke-401') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ise-jakobsen-402') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/isle-jacobsen-403') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-gummistoevel-404') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-gummistoevler-405') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-hornbaek-406') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-ilse-407') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-raincoat-408') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-regn-409') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-regnjakke-410') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/jacobsen-regnkaape-411') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-salg-og-412') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/bestill-ilse-jacobsen-413') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-salg-414') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-tilbud-415') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-salg-416') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ilse-417') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ilse-jacobsen-418') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ilse-jacobsen-419') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ilse-jacobsen-420') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ilse-jacobsen-421') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ilse-jacobsen-422') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/lise-jacobsen-gummistoevler-423') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iise-jacobsen-stoevler-424') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/llse-jacobsen-425') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regnfrakk-ilse-jacobsen-426') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regnfrakker-ilse-jacobsen-427') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regnjakke-ilse-jacobsen-428') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regnkaape-ilse-jacobsen-429') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/regntoey-ilse-jacobsen-430') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ylse-jakobsen-431') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-432') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-lave-433') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-stoerrelse-434') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-stoerrelsesguide-435') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/lav-ilse-jacobsen-436') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/diverse-437') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-consept-438') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-design-439') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-herre-440') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-menn-441') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-sandaler-442') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-sko-443') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-sokk-444') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-sokker-445') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-svamp-446') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jacobsen-toefler-447') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/ilse-jakobsen-sko-448') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
			else if (path_s == '/shop/iise-hornbaek-458') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Ilse Jacobsen', path_s, 0, true]); }
		
		
		
		
		/* HUNTER */
		} else if (pageId_i >= 475 && pageId_i <= 499) {
			if (path_s == '/shop/welly-warmers-475') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-476') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-477') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/farver-478') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/diverse-479') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/brand-480') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-spray-481') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-482') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-sokk-483') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellies-484') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellies-socks-485') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-welly-warmers-486') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellie-socks-487') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmer-488') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/welly-warmers-hunter-489') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/young-hunter-wellies-490') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/buy-hunter-wellies-491') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellie-warmers-492') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellingtons-493') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-494') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-495') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-496') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunterstoevler-497') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-498') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/billige-hunter-stoevler-499') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
		
		} else if (pageId_i >= 500 && pageId_i <= 549) {
			if (path_s == '/shop/hunter-boots-sale-500') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-hunter-stoevler-501') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevel-502') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-buffer-503') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-pris-504') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-salg-505') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-stoevler-506') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-hunter-507') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-hunter-508') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/billig-hunter-stoevler-509') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-hunter-stoevler-510') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-shoes-511') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-herre-512') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-slagstoevler-513') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-utsalg-514') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rubber-boots-515') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-boot-516') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-billig-517') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-spray-518') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/salg-paa-hunter-519') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-hunter-kjoep-520') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-faktura-521') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-hunter-boots-522') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/orginale-hunter-stoevler-523') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/salg-hunter-stoevler-524') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-525') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevel-526') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevel-hunter-527') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-black-528') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-billig-529') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-hunter-530') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-for-531') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-pris-532') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-gummistoevler-533') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummi-534') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-menn-535') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevlene-hunter-536') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevle-537') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-hunter-gummistoevler-538') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-dame-539') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-salg-540') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-dame-hunter-541') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-fra-hunter-542') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummi-stoevler-543') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-544') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-for-545') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-herre-546') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-mann-547') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-tilbud-548') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistoevler-white-549') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 550 && pageId_i <= 602) {
			if (path_s == '/shop/kjoep-hunter-gummistoevler-550') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-hunter-stoevler-551') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-lilla-552') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-aubergine-553') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gloss-554') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-black-555') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-silver-556') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-neoprene-557') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-brun-558') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-green-559') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regent-gloss-560') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-soelv-561') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-blaa-562') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-sort-563') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/glossy-hunter-564') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-blue-565') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-farge-566') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-glossy-567') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-svamp-568') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-vedlikehold-569') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-mann-570') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-pleie-571') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoevler-glossy-572') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-pleiesvamp-573') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/svamp-til-hunter-574') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vedlikehold-575') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoerrelsesguide-576') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-paa-salg-577') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-hunter-578') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vedlikehold-hunter-stoevler-579') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-for-menn-580') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-til-menn-581') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-paa-hunter-582') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelser-hunter-583') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stoerrelser-584') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-585') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-586') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-587') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-588') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjstable-589') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-shoes-590') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-orginal-591') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-sko-592') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-mann-593') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-shoes-594') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tilbud-595') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-utsalg-596') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-hunter-597') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/jimmy-choo-hunter-598') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kjoep-599') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-poncho-600') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-herre-601') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tall-602') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Hunter', path_s, 0, true]); }





		/* MERRELL */
		} else if (pageId_i >= 931 && pageId_i <= 949) {
			if (path_s == '/shop/sandaler-931') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-932') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-933') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sko-sandaler-934') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sko-sandaler-935') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrells-sandaler-936') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-fra-merrell-937') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-merrell-938') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/barn-939') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-barn-940') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-til-941') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-barn-942') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/menn-943') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-menn-944') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-herre-sandaler-945') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-huron-chili-946') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/kelso-black-sandaler-947') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/river-view-sport-948') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-hemlock-black-949') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			
		} else if (pageId_i >= 950 && pageId_i <= 999) {
			if (path_s == '/shop/merrell-hemlock-chili-950') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/kvinner-951') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-micca-black-952') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siena-whitegray-953') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-mandolin-black-954') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siren-avin-955') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-cabo-sport-956') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siena-seagrass-sandal-957') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siren-ginger-brindle-958') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siren-strap-brownpink-959') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-agave-black-960') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-aster-black-961') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-aster-bungee-962') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-cabo-sport-963') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-freesia-black-964') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/freesia-bungee-sandaler-965') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/heather-soft-violet-966') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/san-remo-black-967') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/san-remo-raspberry-968') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/san-remo-white-969') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-micca-pastel-970') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-lidia-ivory-971') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-lidia-mahogany-972') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siena-silver-973') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siena-black-sandal-974') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siena-raspberry-sandaler-975') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sundew-black-sandaler-976') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sundew-soft-violet-977') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/modeller-978') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/micca-black-sandaler-979') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/micca-pastel-turquoise-980') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/lidia-ivory-sandaler-981') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/lidia-mahogany-sandal-982') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/cabo-sport-black-983') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/agave-black-sandal-984') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siena-seagrass-985') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siren-ginger-986') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siren-strap-987') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sundew-black-988') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sundew-soft-989') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/aster-black-sandaler-990') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/aster-bungee-sandal-991') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/cabo-sport-off-992') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/freesia-black-sandal-993') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-freesia-bungee-994') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-heather-soft-995') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-san-remo-996') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siena-silver-lining-997') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/siena-whitegray-sandal-998') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/mandolin-black-sandaler-999') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			
		} else if (pageId_i >= 1000 && pageId_i <= 1014) {
			if (path_s == '/shop/siren-avin-black-1000') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-san-remo-1001') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-san-remo-1002') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siena-black-1003') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-siena-raspberry-1004') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-san-remo-1005') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-kelso-black-1006') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/hemlock-black-sandaler-1007') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/hemlock-chili-sandal-1008') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-river-view-1009') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/huron-chili-sandaler-1010') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/andet-1011') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-pink-sandal-1012') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-san-remo-1013') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-nettbutikk-1014') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }


		/* CROCS */
		} else if (pageId_i >= 1037 && pageId_i <= 1049) {
			if (path_s == '/shop/cayman-1037') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-1038') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-dahlia-1039') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-khaki-1040') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-white-1041') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-black-1042') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-choco-1043') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-citrus-1044') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-cotten-1045') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-light-1046') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-orange-1047') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-pearl-1048') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-red-1049') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1050 && pageId_i <= 1099) {
			if (path_s == '/shop/crocs-cayman-forest-1050') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-grape-1051') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kids-1052') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kids-1053') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-lime-1054') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-nora-1055') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-parrot-1056') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-plum-1057') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-tilbud-1058') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kids-cayman-mcqueen-1059') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/liverpool-crocs-cayman-1060') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocband-1061') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-black-1062') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-1063') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-bubble-1064') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-espresso-1065') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-flip-1066') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-navy-1067') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-white-1068') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-yellow-1069') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocsband-1070') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-1071') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-dahlia-1072') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-lime-1073') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-white-1074') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-1075') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/specialist-1076') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-specialist-1077') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-specialist-black-1078') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-specialist-white-1079') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-1080') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-forhandlere-i-1081') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-norge-1082') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-bergen-1083') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-nettbutikk-1084') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-paa-nett-1085') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-forhandler-1086') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-online-1087') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-no-1088') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-norden-1089') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-oslo-1090') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-scandinavian-1091') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/hvem-foerer-crocs-1092') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kjoepe-crocs-1093') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-hello-kitty-1094') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-crocs-florence-1095') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shop-1096') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/bestilling-1097') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/bestill-crocs-1098') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/bestille-crocs-paa-1099') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1100 && pageId_i <= 1149) {
			if (path_s == '/shop/hvor-bestille-crocs-1100') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/buy-crocs-1101') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/priser-1102') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/priser-og-crocs-1103') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/billig-crocs-1104') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/billige-crocs-1105') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/billige-crocs-paa-1106') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-figurer-pris-1107') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-priser-1108') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-mye-koster-1109') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/barn-1110') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-1111') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-gul-1112') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-handlekurv-1113') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-moerkeblaa-1114') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-rimelig-1115') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-orange-1116') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barnesko-1117') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-for-barn-1118') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-for-barn-1119') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sandaler-til-1120') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-til-barn-1121') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/gul-crocs-barnesko-1122') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/orange-crocs-barn-1123') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-1124') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-georgie-1125') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-electro-kids-1126') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-white-kids-1127') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shark-1128') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shark-uk-1129') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-alice-1130') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-alice-work-1131') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-ballerina-1132') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-baya-1133') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-baya-online-1134') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-blitzen-corduroy-1135') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-blitzen-polar-1136') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/bo-crocs-1137') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/cg-crocs-1138') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-polar-1139') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocscars-mcqueen-1140') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kitty-crocs-1141') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/farver-1142') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/blaa-crocs-1143') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-beige-1144') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cleo-lavender-1145') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-farger-1146') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-light-blue-1147') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-graa-farge-1148') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-dahlia-1149') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1150 && pageId_i <= 1199) {
			if (path_s == '/shop/crocs-gold-1150') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-hvite-1151') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-lilla-1152') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-olivia-1153') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-oliviva-1154') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/gule-crocs-1155') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/lilla-crocs-1156') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/dahila-crocs-1157') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/olivia-crocs-1158') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/olivia-crocs-on-1159') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/selvlysende-crocs-1160') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/sea-foam-crocs-1161') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/flip-flops-1162') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-flip-flops-1163') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-flip-flops-1164') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-flips-1165') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-1166') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocling-size-1167') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-size-1168') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sassari-size-1169') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-skostoerrelser-1170') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-stoerrelse-1171') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-stoerrelser-1172') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-stoerrelsesguide-1173') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelseguide-crocs-1174') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/stoerelseguide-crocs-1175') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/str-crocs-1176') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelses-guide-paa-1177') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-crocs-1178') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-str-1179') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/utsalg-1180') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }		
			else if (path_s == '/shop/crocs-utsalg-1181') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-utsalg-norge-1182') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/tilbud-croc-1183') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/tilbud-crocs-1184') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/typer-1185') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-materiale-1186') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-med-for-1187') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-med-moenster-1188') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-antistatisk-1189') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-menn-1190') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-miljoevennlig-1191') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-pelsforing-1192') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sko-1193') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shoes-1194') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sklisikkert-1195') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-voksne-1196') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/sko-laege-sygeplejerske-1197') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/orginal-crocs-1198') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/orginale-crocs-sko-1199') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1200 && pageId_i <= 1249) {
			if (path_s == '/shop/ny-crocs-1200') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crogs-1201') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crogs-all-star-1202') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crogs-shoes-1203') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/diverse-1204') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-deler-1205') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-drammen-1206') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-ems-1207') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-lietuvoje-1208') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-nordic-oy-1209') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/modeller-1210') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-orginal-1211') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-athens-1212') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-capri-1213') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-classic-retro-1214') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/brasil-crocs-1215') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-melbourne-1216') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-womens-melbourne-1217') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-tully-1218') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/tully-crocs-1219') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crete-1220') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-malindi-1221') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-malindi-charlottenberg-1222') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-mary-jane-1223') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-mary-jane-1224') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-mary-janes-1225') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/mary-jane-crocs-1226') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-makino-1227') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-off-road-1228') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-offroad-1229') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/offroad-crocs-1230') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-santa-cruz-1231') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/taylor-shoes-crocs-1232') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-abf-1233') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cyprus-1234') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-florence-1235') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-frances-1236') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-freida-1237') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-frieda-1238') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-georgie-1239') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-ginger-1240') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-halay-1241') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-hanalei-1242') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kaela-1243') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kapu-1244') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-modic-log-1245') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-modi-clog-1246') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-patra-1247') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-patra-shoes-1248') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-repair-1249') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1250 && pageId_i <= 1262) {
			if (path_s == '/shop/crocs-relief-norge-1250') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-relief-1251') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-retro-1252') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-rx-1253') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sassari-1254') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-work-bistro-1255') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-yukon-sport-1256') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsabf-flip-womens-1257') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-abf-flip-1258') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/frances-crocs-1259') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/hanalei-crocs-1260') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/madeira-crocs-1261') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/patra-crocs-1262') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Crocs', path_s, 0, true]); }
		
		
		/* LE CHAMEAU */
		} else if (pageId_i >= 1858 && pageId_i <= 1891) {
			if (path_s == '/shop/varemerke-1858') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-1859') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameu-1860') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/e-chameau-1861') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/el-chameau-1862') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/l-chameau-1863') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/la-chameau-1864') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chamaeu-1865') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chamau-1866') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-1867') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-1927-1868') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameu-1869') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameux-1870') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chamu-1871') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chamue-1872') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/lechameau-1873') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/les-chameau-1874') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-1875') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-le-chameau-1876') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-nettbutikk-1877') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-no-1878') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-nok-1879') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-norge-1880') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-online-1881') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-forhandler-1882') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-forhandlere-1883') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameu-forhandlere-1884') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/norsk-le-chameau-1885') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1886') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-salg-1887') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-shop-1888') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-site-1889') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/salgssteder-le-chameau-1890') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-paa-1891') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
	
		} else if (pageId_i >= 1895 && pageId_i <= 1949) {
			if (path_s == '/shop/gummistoevler-1895') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/franske-gummistoevler-le-1896') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gumistoevler-le-chameau-1897') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovler-le-chameau-1898') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-chamau-1899') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-chameau-1900') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-chameau-med-1901') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-fra-le-1902') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-le-chameau-1903') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-le-chameau-1904') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-gummistoevel-1905') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-gummistoevler-1906') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameaux-gummistoevler-1907') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/lave-og-korte-1908') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/korte-le-chameau-1909') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/lave-la-chameau-1910') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/lave-le-chameau-1911') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1912') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-lave-1913') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-gummistoevler-low-1914') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/sokker-1915') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/la-chameau-innersokk-1916') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/sokker-le-chameau-1917') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-welly-1918') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/lady-1919') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-country-1920') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1921') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/iris-1922') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/la-chameau-iris-1923') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-iris-1924') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-iris-1925') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-iris-1926') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-iris-1927') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-iris-1928') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevle-1929') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-iris-2-1930') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/vierzon-1931') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-vierzon-1932') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1933') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1934') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1935') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1936') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1937') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1938') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1939') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-vierzon-1940') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameu-vierzon-1941') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-verzion-1942') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-le-chameau-1943') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/materialer-1944') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chamaux-stoevler-1945') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-med-1946') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-pels-1947') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1948') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-le-chamoux-1949') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			
		} else if (pageId_i >= 1950 && pageId_i <= 1999) {
			if (path_s == '/shop/le-chameau-naturgummi-1950') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/farger-1951') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/la-chameau-farg-1952') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1953') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-brown-1954') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-black-1955') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-1956') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummi-1957') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1958') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1959') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/la-chameau-gummistoevler-1960') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1961') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-1962') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-boot-1963') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-boots-1964') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/cham-stoevler-1965') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-stoevler-1966') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameaux-stoevler-1967') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevler-1968') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevel-1969') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevler-1970') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/stovler-le-chameau-1971') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-chameau-1972') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-le-chameau-1973') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/les-chameau-stoevler-1974') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/barn-1975') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-barn-1976') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevler-1977') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-til-1978') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/mennherre-1979') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1980') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-herre-1981') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/velikehold-1982') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevel-1983') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/vedlikehold-av-le-1984') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1985') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-gummistoevler-1986') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/erfaringer-med-le-1987') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-spray-1988') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/chameau-spray-1989') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevler-1990') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameu-spray-1991') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/annet-1992') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-jersey-1993') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-regnjakke-1994') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameu-regnjakke-1995') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-shoes-1996') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-sko-1997') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoerrelser-1998') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/utsalg-1999') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			
		} else if (pageId_i >= 2000 && pageId_i <= 2004) {
			if (path_s == '/shop/le-chameau-paa-2000') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-redusert-2001') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-sale-2002') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-tilbud-2003') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
			else if (path_s == '/shop/le-chameau-stoevler-2004') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Le Chameau', path_s, 0, true]); }
					
		} else if (pageId_i >= 2015 && pageId_i <= 2049) {
			if (path_s == '/shop/viking-fox-2015') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-fox-viking-2016') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-fox-2017') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-fox-2018') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/hvit-viking-fox-2019') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-viking-fox-2020') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-2021') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-black-2022') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistovel-2023') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistoevel-2024') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistoevel-2025') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistoevel-2026') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistoevler-2027') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-gummistoevler-2028') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-nettbutikk-2029') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-red-2030') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-stoevel-2031') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-stoevler-2032') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-utsalg-2033') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-fox-2034') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-fox-2035') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-fox-2036') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-fox-2037') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoerrelsesguide-2038') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/barnesko-stoerrelsesguide-viking-2039') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fox-stoerrelsesguide-2040') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-viking-2041') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-viking-fox-2042') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-viking-sko-2043') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoerrelsesguide-2044') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-farger-2045') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/black-viking-2046') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-sort-2047') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/hvite-viking-gummistoevler-2048') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-lilla-2049') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			
		} else if (pageId_i >= 2050 && pageId_i <= 2099) {
			if (path_s == '/shop/viking-stoevler-svart-2050') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-roed-gummistoevler-2051') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-hvit-2052') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-treasure-black-2053') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/white-viking-gummistoevler-2054') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/full-klaff-2055') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/brune-viking-full-2056') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-full-klaff-2057') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-full-klaff-2058') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-full-2059') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-forhandler-2060') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/forhandlere-viking-herre-2061') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/forhandlere-viking-stoevler-2062') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/forhandlere-viking-herre-2063') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/forhandlere-viking-stoevler-2064') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-forhandler-2065') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/salg-viking-gummistoevler-2066') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-viking-gummistoevler-2067') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-kjoep-2068') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/vikingcom-2069') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/vikingno-2070') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-shoes-webshop-2071') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-norge-2072') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-nettbutikk-2073') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-nettside-2074') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-hjemmeside-2075') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-barn-2076') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-barn-viking-2077') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-barnesko-2078') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-til-2079') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-barn-2080') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-sort-2081') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-til-2082') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-iris-gummistoevler-2083') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-barn-2084') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-barn-2085') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-barn-2086') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevletter-barn-2087') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-for-kvinner-2088') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-ladies-2089') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-lady-stoevler-2090') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-dame-viking-2091') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-dame-2092') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-dame-2093') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-dame-2094') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-damer-2095') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-retro-2096') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-til-2097') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-til-2098') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-regnjakker-dame-2099') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			
		} else if (pageId_i >= 2100 && pageId_i <= 2149) {
			if (path_s == '/shop/viking-retro-high-2100') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-dame-2101') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-ballerina-2102') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-2103') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/info-viking-triumph-2105') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/no-viking-triumph-2106') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/triumph-viking-stoevler-2107') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-triumph-2108') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-triumph-2109') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-triumph-2110') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumf-stoevler-2111') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triump-2112') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-black-2113') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-boots-2114') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-brown-2115') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-cream-2116') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-gummistoevel-2117') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-gummistoevel-2118') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-gummistoevel-2119') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-gummistoevler-2120') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-stoevler-2121') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-stoevler-2122') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-triumph-white-2123') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-2124') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-black-2125') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2126') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2127') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2128') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2129') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2130') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2131') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2132') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-flower-2133') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-gummistoevel-2134') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-gummistoevler-2135') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-gummistoevler-2136') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-gummistoevler-2137') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-hi-2138') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2139') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2140') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2141') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2142') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2143') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2144') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2145') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2146') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2147') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2148') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2149') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			
		} else if (pageId_i >= 2150 && pageId_i <= 2199) {
			if (path_s == '/shop/viking-retro-high-2150') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2151') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-high-2152') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-red-2153') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-sort-2154') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-retro-stoevler-2155') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-retro-2156') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-retro-2157') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-retro-2158') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-retro-2159') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-retro-2160') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-hjemmeside-gummistoevel-2161') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-retro-2162') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-retro-2163') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-flower-2164') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-flower-2165') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-2166') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-hvite-kadett-2167') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-kadett-2168') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/kadett-classic-viking-2169') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadet-2170') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-2171') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-classic-2172') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-classic-2173') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-gummistovler-2174') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-gummistoevel-2175') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-gummistoevler-2176') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-gummistoevler-2177') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-hvit-2178') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-navy-2179') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-stoevler-2180') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kadett-white-2181') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-2182') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/matros-viking-sko-2183') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-2184') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-gummistoevler-2185') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-hvite-2186') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-navy-2187') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-matros-navywhite-2188') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-matros-2189') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-for-menn-2190') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-menn-viking-2191') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-for-2192') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-menn-2193') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-menn-2194') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-menn-2195') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-til-2196') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-herre-2197') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-herre-gummistoevler-2198') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-herre-2199') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			
		} else if (pageId_i >= 2200 && pageId_i <= 2249) {
			if (path_s == '/shop/viking-stoevler-herrer-2200') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-til-2201') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-blaest-2202') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-blaest-2203') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-blaest-gummistoevler-2204') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-blaest-stoevel-2205') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-blaest-stoevler-2206') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-blest-2207') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-kortlav-2208') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/korte-viking-gummistoevler-2209') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/korte-viking-treasure-2210') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-lav-2211') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-venus-2212') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-venus-2213') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-venus-2214') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevel-venus-2215') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-venus-black-2216') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-venus-stoevler-2217') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-utsalg-2218') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/sale-viking-fottoey-2219') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-utsalg-2220') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-tilbud-2221') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-tilbud-2222') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-tilbud-2223') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-iris-2224') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-iris-2225') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-iris-gummistoevler-2226') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-iris-stoevler-2227') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-og-2228') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-sko-2229') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevel-2230') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-footwear-2232') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-fottoey-2233') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/fine-viking-stoevler-2234') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-viking-2235') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-shoes-2236') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-2237') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-no-2238') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-og-2239') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-sko-stoevler-2240') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/vikingstil-sko-2241') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-faktura-2242') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-lisser-2243') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-no-2244') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-stoevler-vedlikehold-2245') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-twiggy-stoevler-2246') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-2247') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevel-viking-2248') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-fra-viking-2249') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			
		} else if (pageId_i >= 2250 && pageId_i <= 2281) {
			if (path_s == '/shop/gummistoevler-varde-viking-2250') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/gummistoevler-viking-2251') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gum-stoevler-2252') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummi-2253') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummi-stoevler-2254') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummigtoevler-2255') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistovler-2256') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-2257') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-og-gummistoevler-2258') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/vikinggummistoevler-2259') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-940-gummistoevel-2260') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-bodoe-2261') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-no-2262') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-norge-2263') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevel-robo-2264') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-lets-gummistoevler-2265') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-juventa-2266') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-neptun-2267') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-original-2268') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-pigg-2269') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-twiggy-2270') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-priser-2271') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-sklisikkere-2272') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-unisex-2273') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-trygg-gummistoevler-2274') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-trysil-gummistoevler-2275') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-vinter-2276') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-varme-stoevler-2277') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-vinterstoevler-2278') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/vinterstoevler-viking-2279') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/viking-gummistoevler-foret-2280') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
			else if (path_s == '/shop/varme-gummistovel-og-2281') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Viking', path_s, 0, true]); }
		
		
		/* UGG */
		} else if (pageId_i >= 283 && pageId_i <= 302) {
			if (path_s == '/shop/uggs-sko-283') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boots-284') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-285') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-286') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevletter-287') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-288') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoevler-289') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boot-290') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggaustralia-291') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoevletter-292') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-gummistoevler-293') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-vinterstoevler-294') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/boots-ugg-295') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/nye-uggs-296') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-toefler-297') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-298') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstoevler-299') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-300') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australian-uggs-301') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-302') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2729 && pageId_i <= 2749) {			
			if (path_s == '/shop/ugg-stoevler-2729') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chestnut-2730') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bamsestoevler-2731') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/lysebrune-ugg-bamsesko-2732') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/chesnut-uggs-classic-2733') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/chestnut-farge-uggs-2734') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/chestnut-ugg-2735') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/classic-tall-chestnut-2736') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-boots-2738') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-chestnut-2739') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-2740') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-2741') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-2742') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bamsestoevle-chestnut-2743') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bamsestoevle-til-2744') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bamsestoevle-til-2745') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-2746') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-2747') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sunburst-tall-2748') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-til-barn-2749') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2750 && pageId_i <= 2799) {
			if (path_s == '/shop/ugg-ultimite-bind-2750') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-chestnut-2751') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-2752') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-ugg-2753') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-ugg-no-2754') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-2755') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bailey-button-ugg-2756') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/orginal-ugg-classic-2757') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bailey-button-uggs-2758') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-bailey-2759') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-utton-2760') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-2761') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-2762') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-baily-button-2763') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-bailey-button-2764') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-2765') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bayley-buttons-2766') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barn-ugg-2767') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barne-ugg-2768') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barne-ugg-com-2769') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barne-uggs-2770') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barne-uggs-salg-2771') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barnesko-ugg-2772') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barnesko-uggs-2773') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barneuggs-2774') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billige-ugg-til-2775') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvem-selger-uggs-2776') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-uggs-barn-2777') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/selger-barne-uggs-2778') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-barn-ugg-2779') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-2780') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-no-2781') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-nett-2782') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-sko-2783') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barne-2784') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barnesko-2785') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-barn-2786') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-til-2787') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-til-barn-2788') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-til-barn-2789') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-til-2790') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-barn-2791') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-for-barn-2792') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-til-barn-2793') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-utsalg-2794') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billig-kensington-uggs-2795') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billig-ugg-2796') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billig-uggs-2797') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billig-uggs-grey-2798') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billige-uggs-2799') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2800 && pageId_i <= 2849) {
			if (path_s == '/shop/billige-uggs-i-2800') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billige-uggs-norge-2801') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-er-det-2802') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-utsalg-2803') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/tilbud-ugg-classic-2804') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/pris-ugg-med-2805') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-2806') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikk-ugg-2807') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikk-uggs-kjoep-2808') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikk-uggs-barnesko-2809') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/srikke-ugg-2810') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikke-uggs-2811') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikke-uggs-stoerrelse-2812') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikkede-uggs-2813') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikket-toeffel-ugg-2814') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikket-ugg-2815') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikket-ugg-med-2816') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikket-ugg-pris-2817') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/strikket-uggs-paa-2818') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-brette-strikke-2819') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/cardy-boot-ugg-2820') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/classic-cardy-ugg-2821') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-2822') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-sorbet-2823') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardys-2824') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-2825') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-2826') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-2827') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-2828') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-2829') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-cardy-2830') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-cardy-2831') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-toefler-2832') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ballerina-toefler-2833') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-delaine-2834') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/delaine-ugg-2835') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/delaine-ugg-boots-2836') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/delaine-uggs-are-2837') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-delaine-2838') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-delaine-2839') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-delaine-chesnut-2840') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-delaine-2841') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-pleie-2842') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/behandle-ugg-2843') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/behandling-av-uggs-2844') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/behandling-til-ugg-2845') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/behandling-til-uggs-2846') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-behandle-ugg-2847') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-behandle-uggs-2848') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-impregnering-av-2849') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2850 && pageId_i <= 2899) {
			if (path_s == '/shop/hvordan-vaske-ugg-2850') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-vaske-uggs-2851') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-vedlikeholde-uggs-2852') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-uggs-behandling-2853') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-behandling-2854') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-behandle-2855') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-behandling-2856') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/pleiemiddel-uggs-2857') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/pleje-rens-ugg-2858') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rens-av-uggs-2859') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rens-til-uggs-2860') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rens-ugg-2861') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rens-uggs-2862') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rensing-av-ugg-2863') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rensning-af-ugg-2864') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-faareskinds-2865') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rens-2866') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregneringsspray-uggs-2867') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kan-ugg-stoevler-2868') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/spray-til-ugg-2869') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/vaske-ugg-2870') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/vaske-uggs-2871') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/vedlikehold-av-uggs-2872') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/vedlikehold-uggs-2873') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregnering-av-ugg-2874') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregnering-til-ugg-2875') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregnering-ugg-2876') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregnering-ugg-sko-2877') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregnering-uggs-2878') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-impregnering-2879') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-impregnering-2880') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bruk-av-uggs-2881') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bruker-ugg-2882') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/brukte-uggs-2883') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-vedlikehold-2884') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-cleaner-2885') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cleaner-2886') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cleaner-and-2887') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-paa-nettet-2888') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-nettet-2889') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ekte-ugg-i-2890') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ekte-uggs-i-2891') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/eshoes-ugg-2892') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/handle-hos-ugg-2893') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-finner-jeg-2894') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-faar-jeg-2895') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kjoepe-ugg-2896') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kjoepe-uggs-2897') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-finne-orginale-2898') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-nye-ugg-2899') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2900 && pageId_i <= 2949) {
			if (path_s == '/shop/kjoep-originale-uggs-2900') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-short-ugg-2901') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kjoepe-ugg-2902') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kjoepe-ugg-2903') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-adirondack-2904') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-classic-2905') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-i-2906') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-sko-2907') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-stoevler-2908') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-ugg-toefler-2909') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-uggs-2910') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-uggs-jente-2911') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-uggs-online-2912') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ugg-2913') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ugg-adrirondack-2914') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ugg-stoevler-2915') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ugg-kensington-2916') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-uggs-i-2917') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-uggs-i-2918') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoept-uggs-bailey-2919') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/nettbutikk-uggs-2920') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/norke-ugg-2921') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/norsk-ugg-no-2922') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/norway-uggs-2923') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/respons-paa-uggs-2924') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/shop-ugg-2925') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skandinavisk-ugg-2926') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-paa-nett-2927') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-argyle-norge-2928') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-kensington-2929') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-norge-2930') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-nok-2931') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-norge-2932') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-norway-2933') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-online-2934') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-oslo-2935') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-salg-2936') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevler-nok-2937') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggaustralia-com-2938') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggaustralia-no-2939') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-norway-2940') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-eshoes-no-2941') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-i-drammen-2942') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-i-norge-2943') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-i-norge-2944') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-norge-2945') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-norge-no-2946') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-norway-2947') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-online-2948') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-oslo-2949') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 2950 && pageId_i <= 2999) {
			if (path_s == '/shop/uggs-sandvika-2950') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-trondheim-2951') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-toefler-butikk-2952') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-toefler-nettbutikk-2953') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggsnorge-no-2954') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensigton-2955') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensigton-ugg-2956') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensigton-uggs-2957') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-ugg-2958') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-uggs-2959') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-uggs-boots-2960') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kenstington-uggs-stoerrelse-2961') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/black-ugg-kensington-2962') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelser-ugg-kensington-2963') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-2964') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-black-2965') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-str-2966') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-kensington-2967') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-shoes-2968') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/eurosko-uggs-2969') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-av-merket-2970') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-fra-ugg-2971') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-merker-ugg-2972') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-ugg-2973') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-uggs-2974') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skomerker-uggs-2975') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-fra-2976') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-sko-2977') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-2978') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ballerina-shoes-2979') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-button-2980') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/button-uggs-low-2981') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-button-2982') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-lo-pro-2983') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-low-pro-2984') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-low-pro-2985') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/knapper-til-uggs-2986') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-med-knapper-2987') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-knapper-2988') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-med-knapp-2989') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-med-knapper-2990') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-2991') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hoeye-ugg-toefler-2992') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hoeye-uggs-2993') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hoeyehelte-ugg-2994') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/tall-uggs-2995') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-2996') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-2997') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-2998') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-2999') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3000 && pageId_i <= 3049) {
			if (path_s == '/shop/ugg-classic-tall-3000') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3001') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3002') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3003') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-bomber-3004') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-bomper-3005') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-tall-3006') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-tall-3007') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoerrelsesguide-3008') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-paa-ugg-3009') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-ugg-3010') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelse-ugg-bailey-3011') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelser-paa-ugg-3012') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-i-uggs-3013') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-sko-ugg-3014') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-ugg-3015') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoerrelsesguide-uggs-3016') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/str-i-uggs-3017') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoerrelse-3018') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoerrelsesguide-3019') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-str-3020') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoerrelsesguide-3021') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/store-eller-smaa-3022') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-3023') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/deluxe-classic-ugg-3024') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3025') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-3026') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-boot-3027') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-boots-3028') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-3029') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3030') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3031') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3032') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3033') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3034') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3035') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3036') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3037') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3038') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/graa-uggs-classic-3039') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3040') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/short-uggs-3041') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-3042') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-short-3043') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-short-classic-3044') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-korte-3045') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australian-uggs-3046') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australia-ugg-3047') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australian-uggs-skinn-3048') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australsk-uggs-3049') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3030 && pageId_i <= 3099) {
			if (path_s == '/shop/ugg-australia-britton-3050') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-ekte-3051') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-sale-3052') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-sneakers-3053') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-svart-3054') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-saale-3055') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-vand-3056') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-autralia-3057') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-faktura-3058') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/klarna-ugg-stoevler-3059') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-klarna-3060') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-klarna-3061') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kjoepe-ugg-betale-3062') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/betal-ned-paa-3063') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoevletter-ugg-3064') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stoevler-ugg-3065') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevler-3066') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovler-3067') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevel-3068') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-vinterstoevel-3069') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-vinterstoevler-3070') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoeveletter-3071') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoevlett-3072') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stoevlett-3073') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstoevletter-3074') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-black-boots-3075') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boots-kjoep-3076') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/lynnea-ugg-boot-3077') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/moonlight-ugg-boots-3078') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ekte-3079') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ekte-ugg-3080') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ekte-uggs-3081') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/er-ugg-semsket-3082') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/er-uggs-av-3083') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/er-uggs-varme-3084') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/fakta-om-uggs-3085') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/fakta-ugg-3086') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/luksus-ugg-3087') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/originale-ugg-merke-3088') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/originale-uggs-3089') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/originale-uggs-sand-3090') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-i-skinn-3091') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-original-3092') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skinn-3093') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-fakta-3094') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/varme-uggs-3095') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skinn-ugg-3096') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-med-spenner-3097') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-med-saale-3098') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-saaler-3099') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3100 && pageId_i <= 3149) {
			if (path_s == '/shop/saale-til-uggs-3100') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/saalen-til-en-3101') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-farge-3102') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/black-ugg-3103') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/graa-ugg-3104') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/graa-uggs-3105') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/pink-ugg-3106') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-ugg-3107') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sand-ugg-3108') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sandfarget-uggs-3109') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/svart-ugg-3110') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/svarte-uggs-3111') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-antoinette-black-3112') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-black-3113') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bomber-black-3114') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chocolate-3115') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-graa-3116') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sand-3117') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-modeller-3118') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bomber-ugg-3119') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/cizme-ugg-3120') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/emu-og-ugg-3121') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/emu-ugg-3122') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/fjell-ugg-3123') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/fjell-uggs-3124') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/fjelluggs-3125') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/gissella-ugg-3126') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-antoinette-3127') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-beacon-3128') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-belfair-3129') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bomber-3130') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-produkter-3131') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-ugg-site-3132') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-uggs-3133') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirindack-3134') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirond-3135') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondac-3136') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-3137') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-stoerrelse-3138') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-black-3139') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-boot-3140') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-farge-3141') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-graa-3142') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-i-3143') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-ii-3144') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-nok-3145') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sand-3146') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sand-3147') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sand-3148') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sko-3149') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3150 && pageId_i <= 3162) {
			if (path_s == '/shop/ugg-adirondack-store-3150') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-stoevler-3151') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondacks-3152') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adnondack-3153') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adriondack-3154') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adrondack-3155') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-aidrondack-3156') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-andirondack-3157') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-andirondak-3158') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-aridondack-3159') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-asirondack-3160') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-adirondack-3161') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-adirondack-3162') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'UGG', path_s, 0, true]); }
		
		/* BUMPER */
		} else if (pageId_i == 3270) {		
			if (path_s == '/shop/varemerket-bumper-3270') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
		
		} else if (pageId_i >= 3306 && pageId_i <= 3349) {
			if (path_s == '/shop/bumper-tilbududsalg-3306') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-tilbud-3307') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-tilbud-3308') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-jaguar-pony-3309') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-stoevler-3310') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3311') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/utsalg-av-bumper-3312') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/billige-bumper-stoevler-3313') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-forhandler-3314') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevletter-kjoepe-3315') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-forhandler-3316') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-shoes-website-3317') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-shop-3318') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-bumper-3319') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-oslo-3320') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-norge-3321') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-kjoep-3322') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/ljoeb-bumper-3323') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-af-bumper-3324') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-nettbutikk-3325') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-forhandlere-3326') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-av-bumper-3327') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/forhandler-italienske-bumper-3328') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/hvor-kan-jeg-3329') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-norge-3330') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevletter-norge-3331') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/kjoep-bumpers-stoevler-3332') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-norge-3333') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-shoes-norway-3334') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-shoes-no-3335') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-norway-3336') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-black-3337') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-python-3338') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-stoevler-3339') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-pony-3340') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3341') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3342') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3343') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3344') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3345') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3346') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-black-pony-3347') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-black-3348') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3349') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			
		} else if (pageId_i >= 3350 && pageId_i <= 3399) {
			if (path_s == '/shop/bumper-stoevle-pony-3350') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-short-3351') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3352') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-shoes-pony-3353') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3354') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/sort-lang-bumper-3355') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-chocolate-3356') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3357') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3358') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3359') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-08-pony-3360') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3361') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-brown-3362') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3363') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-brun-3364') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-brun-3365') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-brun-3366') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-3367') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3368') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3369') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-vinterstoevle-pony-3370') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3371') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3372') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3373') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3374') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3375') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boot-pony-3376') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3377') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-vinterstoevel-pony-3378') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-34-3379') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-black-3380') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-fire-3381') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-shoes-pony-3382') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3383') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3384') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3385') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-leopard-3386') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-boots-07-3387') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3388') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3389') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-plaster-3390') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-plaster-3391') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3392') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-med-pels-3393') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-07-pels-3394') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pels-3395') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-i-3396') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-sort-pels-3397') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-med-3398') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-med-for-3399') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
		
		} else if (pageId_i >= 3400 && pageId_i <= 3446) {
			if (path_s == '/shop/bumper-boots-med-3400') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-med-3401') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-med-skinn-3402') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-skinn-3403') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-saueskinn-3404') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-sort-skinnstoevel-3405') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-saueskinn-3406') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevlett-mkuskinn-3407') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-34-boots-3408') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoerrelse-3409') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-feil-3410') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-stoerrelse-3411') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-stoerrelsesguide-3412') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-til-kvinner-3413') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-til-3414') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevletter-til-3415') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-kvinner-3416') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-er-italiensk-3417') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-vinterstoevler-er-3418') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-italiensk-3419') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/italienske-bumper-stoevletter-3420') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/italienske-bumper-stoevler-3421') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-i-roed-3422') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/roede-bumper-3423') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoeveletter-roed-3424') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-roed-3425') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3426') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-pony-3427') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-zebra-bianco-3428') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevle-zebra-3429') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-pony-3430') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevler-pony-3431') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-zebra-3432') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-stoevel-zebra-3433') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/pony-bianco-zebra-3434') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-skolett-zebra-3435') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-pony-zebra-3436') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-07-pony-3437') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-sebra-3438') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-diverse-3439') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-snoerestoevler-med-3440') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-deluxe-shoe-3441') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-tornado-nero-3442') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/bumper-crazy-gold-3443') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/34-bumper-jaguar-3444') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/34-bumper-stoevle-3445') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
			else if (path_s == '/shop/blaa-bumper-stoeveletter-3446') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Bumper', path_s, 0, true]); }
		}



	
	
	
	/* =========================== ESHOES.SE =========================== */
	} else if (host_s == "eshoes.se") {
		
		
		/* MERRELL */
		if (pageId_i >= 1277 && pageId_i <= 1299) {
			if (path_s == '/shop/kvinnor-1277') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-dam-1278') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-dam-1279') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-dam-merrell-1280') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sportsandal-dam-merrell-1281') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-micca-1282') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-freesia-1283') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-freesia-white-1284') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-lidia-ivory-1285') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-lidia-1286') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-siena-1287') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-siena-whitegray-1288') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-calla-black-1289') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-calla-1290') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-mandolin-1291') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-siren-avin-1292') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-cabo-sport-1293') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-zoya-1294') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-piccolo-1295') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-san-remo-1296') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-san-remo-1297') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-san-1298') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-san-1299') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			
		} else if (pageId_i >= 1300 && pageId_i <= 1349) {
			if (path_s == '/shop/sandal-siena-black-1300') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-siena-raspberry-1301') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siena-1302') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-siren-1303') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-siren-strap-1304') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-sundew-black-1305') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-sundew-1306') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-zoya-1307') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-arabesque-black-1308') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-arabesque-taupe-1309') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-circuit-1310') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-avian-1311') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-avian-light-1312') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-avian-light-1313') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-lorelei-1314') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-lorelei-1315') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-lorelei-zip-1316') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-lorelei-zip-1317') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-olmec-1318') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siren-1319') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-siren-sport-1320') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-siren-sport-1321') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-siren-1322') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siren-1323') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-waterpro-manistee-1324') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-whiteout-8-1325') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-outbound-1326') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siren-1327') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-astoria-coffee-1328') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-neve-mid-1329') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-prevoz-1330') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siren-1331') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-tetra-launch-1332') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-saratov-black-1333') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-saratov-1334') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-siren-1335') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-eden-peak-1336') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-tempest-high-1337') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-tempest-1338') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-sateen-1339') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-thermo-arc-1340') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-winterlude-zip-1341') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-whiteout-1342') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/type-1343') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandalerl-1344') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandalett-1345') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-skor-sandaler-1346') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrellsandaler-1347') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-merrell-1348') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-merrell-1349') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			
		} else if (pageId_i >= 1350 && pageId_i <= 1375) {
			if (path_s == '/shop/sandalett-merrell-1350') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/rea-1351') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-rea-1352') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-paa-1353') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-rea-1354') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/rea-merrell-sandal-1355') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/rea-merrell-sandaler-1356') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-merrell-1357') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/rea-sandaler-merrell-1358') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/internetbutik-1359') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-internetbutik-1360') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/vart-koper-jag-1361') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/diverse-1362') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-bra-1363') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-merrell-managua-1364') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/barn-1365') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-barn-sandal-1366') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-barn-1367') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-barn-1368') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-merrell-barn-1369') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-waterpro-1370') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-waterpro-1371') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-barrado-merrell-1372') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-primo-chill-1373') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-waterpro-1374') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-snowmotion-1375') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			
			
			
		} else if (pageId_i >= 1413 && pageId_i <= 1449) {
			if (path_s == '/shop/man-1413') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/herr-sandal-merrell-1414') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-herr-1415') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-river-1416') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-inbound-1417') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-racer-black-1418') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-scalar-black-1419') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-scalar-1420') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-innsbruck-1421') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-circuit-grid-1422') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-intercept-gtx-1423') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-intercept-1424') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-intercept-1425') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-moab-mid-1426') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-pantheon-sport-1427') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-sprint-1428') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-sprint-1429') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-sprint-lambo-1430') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-waterpro-maipo-1431') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-waterpro-1432') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-world-1433') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-jungle-moc-1434') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-waterpro-1440') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-motive-1441') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-quark-mid-1442') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-bergenz-wtpf-1443') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-coda-1444') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-coda-1445') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandal-outbound-mid-1446') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-quark-mid-1447') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandal-westward-1448') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
			else if (path_s == '/shop/merrell-sandaler-westward-1449') { _gaq.push(['_trackEvent', 'Eshoes.no - Landing page', 'Merrell', path_s, 0, true]); }
	
		/* CROCS */
		} else if (pageId_i >= 1462 && pageId_i <= 1499) {
			if (path_s == '/shop/barn-1462') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/barn-crocs-1463') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/barnskor-crocs-1464') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/barnskor-crocs-rea-1465') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-1466') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-kalix-1467') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-lime-1468') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-rea-1469') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-vuxna-1470') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barn-aaterforsaljare-1471') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barnskor-1472') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-barnstorlekar-1473') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-batman-1474') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-batman-rea-1475') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-bubblegum-1476') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-green-barn-1477') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-for-barn-1478') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-1479') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-cayman-1480') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-cayman-1481') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-cayman-1482') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-keeley-1483') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-keeley-1484') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-mammoth-1485') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-mary-1486') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-navy-1487') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-rea-1488') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-rea-1489') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-kids-seablue-1490') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kids-cayman-crocs-1491') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/grona-crocs-barn-1492') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/grona-crocs-for-1493') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/enfant-crocs-1494') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-lightning-mcqueen-1495') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-skor-scooby-1496') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/bestall-crocs-online-1497') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-online-1498') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-blitzen-stockholm-1499') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1500 && pageId_i <= 1549) {
			if (path_s == '/shop/crocs-boraas-1500') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-butik-stockholm-1501') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-capri-sverige-1502') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-com-1503') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-concept-store-1504') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-goteborg-1505') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-hanalei-1506') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-hemsida-1507') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-i-goteborg-1508') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-i-stockholm-1509') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-malmo-1510') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-linkoping-1511') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-norrkoping-1512') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-natbutiken-1513') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-olivia-goteborg-1514') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-paa-natet-1515') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shop-1516') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-skor-aaterforsaljare-1517') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-stenungsund-1518') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-svenska-1519') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sverige-1520') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sverige-ballerina-1521') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-utforsaljning-1522') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-webshop-1523') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-aaterforsaljare-1524') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-aaterforsaljare-goteborg-1525') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-aaterforsaljare-stockholm-1526') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocscom-1527') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsse-1528') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crogsse-1529') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/flipflop-crocs-stockholm-1530') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/goteborg-crocs-barn-1531') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/sandaler-crocs-i-1532') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/shop-crocs-1533') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-crocs-1534') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-akta-crocs-1535') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/var-kopa-crocs-1536') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/aaterforsaljare-av-crocs-1537') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-farrah-sverige-1538') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-oneline-1539') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-umeaa-1540') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/pris-1541') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-crocs-1542') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-billigast-1543') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-klarna-1544') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-pris-1545') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-skor-biligt-1546') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sek-1547') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/typer-1548') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-antistatiska-1549') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1550 && pageId_i <= 1582) {
			if (path_s == '/shop/crocs-badskor-1550') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-eller-sandaler-1551') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-design-1552') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-med-foder-1553') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-miljovanligt-1554') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-marken-1555') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-shoes-1556') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-skor-1557') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-tofflor-1558') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-sula-1559') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-akta-1560') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-work-shoe-1561') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsc-1562') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsfoppatoffel-1563') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-foppatoffel-1564') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsmarken-1565') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-marken-1566') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsskor-1567') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocstofflor-1568') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-tofflor-1569') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crogs-1570') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/skor-crocs-1571') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/snygga-crocs-1572') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/hur-akta-crocs-1573') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/remmar-till-crocs-1574') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/innermaatt-crocs-1575') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/laga-crocs-rem-1576') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/akta-crocs-1577') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/typ-crocs-ballerina-1578') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-original-1579') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-rubber-shoe-1580') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-water-1581') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/originala-crocs-1582') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1583 && pageId_i <= 1599) {
			if (path_s == '/shop/crocs-band-1583') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-1584') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-bubble-1585') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-espresso-1586') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-navy-1587') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-red-1588') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-band-white-1589') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-barn-1593') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-black-1594') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-bubble-1595') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-jr-1596') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-kids-1597') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-lime-1598') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-navy-1599') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1600 && pageId_i <= 1649) {
			if (path_s == '/shop/crocs-crocband-original-1600') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-rea-1601') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-red-1602') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-rosa-1603') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-storlek-1604') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-unisex-1605') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-white-1606') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocband-yellow-1607') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocbrand-1608') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocs-band-1609') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocsband-1610') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocsband-rosa-1611') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-1612') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-billigt-1613') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-kids-1614') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-sverige-1615') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocsband-vit-1616') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-1617') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/cayman-crocs-turquoise-1618') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/cayman-lime-1619') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-1620') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-barn-1621') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-batman-1622') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-black-1623') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-black-1624') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-candy-1625') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-choco-1626') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-citrus-1627') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-cotten-1628') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-dahlia-1629') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-fuchsia-1630') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-grape-1631') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-herr-1632') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-khaki-1633') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kids-1634') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kids-1635') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kids-1636') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-kundvagn-1637') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-light-1638') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-lime-1639') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-lime-1640') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-ljusrosa-1641') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-navy-1642') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-nora-1643') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-orange-1644') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-original-1645') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-parrot-1646') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-parrot-1647') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-pearl-1648') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-plum-1649') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			
		} else if (pageId_i >= 1650 && pageId_i <= 1688) {
			if (path_s == '/shop/crocs-cayman-purple-1650') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-rea-1651') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-red-1652') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-rosa-1653') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-sverige-1654') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cayman-white-1655') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-crocs-cayman-1656') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cottoncandy-cayman-1657') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-candy-cayman-1658') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/farger-1659') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-citrus-1660') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-cloud-1661') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-farger-1662') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-green-1663') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-guld-1664') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-lime-1665') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-parlgraa-1666') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/farger-crocs-1667') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/grona-crocs-1668') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/gula-crocs-1669') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-crocs-skor-1670') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/populara-farger-crocs-1671') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-crocs-1672') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/lila-crocs-1673') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-berry-1674') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-fuchsia-1675') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-plum-1676') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-navy-1677') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-rosa-1678') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-rosa-modell-1679') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-silver-1680') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-silver-cloud-1681') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-turquoise-1682') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/kvinnor-1683') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-dam-1684') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-dam-rea-1685') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-athens-dam-1686') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-for-women-1687') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
			else if (path_s == '/shop/crocs-olivia-women-1688') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Crocs', path_s, 0, true]); }
		
		
		/* HUNTER */
		} else if (pageId_i >= 2333 && pageId_i <= 2349) {
			if (path_s == '/shop/hunter-adjustable-2333') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/adjustable-hunter-2334') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-black-2335') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-gummist-2336') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-gummistovlar-2337') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-klarna-2338') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustable-stovlar-2339') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjusteble-2340') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-adjustible-2341') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-adjustable-2342') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovle-adjustable-2343') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-adjustable-2344') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-adjustable-2345') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-udjustible-svart-2346') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-aubergine-2347') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/aubergine-fargade-hunter-2348') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-aubergine-2349') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2350 && pageId_i <= 2399) {
			if (path_s == '/shop/hunter-gummistovel-aubergine-2350') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-aubergine-2351') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-aubergine-2352') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-gummistovlar-2353') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2354') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2355') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-aubergine-2356') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2357') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/balmoral-hunter-stovlar-2358') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-balmoral-2359') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s]); }
			else if (path_s == '/shop/hunter-balmoral-bamboo-2360') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-balmoral-bamboo-2361') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-balmoral-bamboo-2362') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-balmoral-dark-2363') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-2364') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/barn-hunter-2365') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/barn-hunter-boots-2366') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-barn-hunter-2367') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-barn-2368') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-chocolate-2369') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-gummistovlar-2370') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-storlek-2371') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-stovlar-2372') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-barn-svart-2373') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-for-barn-2374') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-barn-2375') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-barn-2376') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-for-2377') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-till-2378') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-barn-2379') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-for-2380') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-till-2381') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-till-barn-2382') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-socks-2383') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-hunter-barn-2384') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-junior-2385') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-2386') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-black-2387') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-boots-2388') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-chocolate-2389') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-gummistovlar-2390') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-kids-gummistovlar-2391') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rea-2392') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-hunter-2393') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-hunter-gummistovlar-2394') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-rea-2395') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-rea-2396') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-rea-2397') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-rea-2398') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovel-rea-2399') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2400 && pageId_i <= 2449) {
			if (path_s == '/shop/hunter-stovlar-rea-2400') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-rea-2401') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunterstovlar-rea-2402') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-hunter-2403') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-hunter-gummistovlar-2404') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-hunter-stovlar-2405') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-hunters-2406') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-hunter-2407') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-hunters-2408') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-hunter-rea-2409') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/cheap-hunter-boots-2410') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vaard-2411') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vedligeholdelse-2412') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vedligeholdelse-svamp-2413') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/boot-buffer-hunter-2414') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/bootbuffer-hunter-2415') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/buffer-hunter-2416') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-buffer-2417') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-buffer-2418') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-spray-2419') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-bootbuffer-2420') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-buffer-2421') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-spray-2422') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-buffer-2423') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-buffer-spray-2424') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-foot-buffer-2425') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-spray-2426') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-spray-boot-2427') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-spray-boots-2428') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-boot-2429') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-buffer-2430') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-skovaard-2431') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-vaard-2432') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vaard-av-hunter-2433') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vaarda-gummistovlar-hunter-2434') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vaarda-hunter-stovlar-2435') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-spray-2436') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovel-spray-2437') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-spray-2438') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/spray-hunter-stovlar-2439') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/spray-till-hunter-2440') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/spray-till-hunterstovlar-2441') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rengora-hunter-stovlar-2442') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rengoring-hunter-2443') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/rengoring-hunter-stovlar-2444') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rengora-2445') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rengoring-2446') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-rengora-2447') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-rengoring-2448') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-svamp-2449') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
		
		} else if (pageId_i >= 2450 && pageId_i <= 2499) {
			if (path_s == '/shop/hunter-svamp-2450') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2451') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/buy-hunter-festival-2452') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/festival-hunter-2453') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/festval-2010-hunters-2454') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-black-festival-2455') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-09-2456') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2009-2457') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2009-2458') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2009-2459') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2010-2460') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2010-2461') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2010-2462') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-2011-2463') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-stovlar-2464') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-tall-2465') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-tall-2466') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-black-2467') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-black-2468') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-festival-2469') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-festival-2470') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-festival-2471') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-uv-tech-2472') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-uv-tech-2473') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-uvtech-2474') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/uv-tech-hunter-2475') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2476') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/cable-cuff-hunter-2477') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/cable-cuff-welly-2478') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2479') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2480') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2481') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2482') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2483') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-cable-cuff-2484') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-socks-2485') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boa-2486') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/carnaby-boa-hunter-2487') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boa-tall-2488') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-boa-2489') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-boa-2490') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-boa-2491') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-orginal-metalic-2492') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmer-2493') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-socks-2494') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-fleece-welly-2495') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-wellies-2496') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-warmers-2497') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellie-2498') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellie-warmers-2499') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2500 && pageId_i <= 2549) {
			if (path_s == '/shop/hunter-wellies-2500') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-wellingtons-2501') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-2502') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-socks-2503') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmer-2504') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmer-2505') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2506') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2507') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2508') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2509') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2510') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2511') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2512') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2513') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2514') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2515') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2516') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-welly-warmers-2517') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-wellies-2518') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-wellingtons-2519') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kids-hunter-wellies-2520') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/wellie-warmers-hunter-2521') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/welly-hunter-2522') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/welly-socks-hunter-2523') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/welly-warmers-hunter-2524') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/fleecesocka-hunter-2525') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/fleecestrumpa-hunter-2526') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-fleece-2527') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-fleece-socks-2528') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-fleecestrumpor-2529') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/finns-det-bruna-2530') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-sockar-2531') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-sockor-2532') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-socks-2533') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-strumpor-2534') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-innerstrumpa-2535') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-indersok-2536') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-strumpa-2537') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-strumpor-2538') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-strumpor-2539') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-2540') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-2541') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-lizard-2542') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-lizard-2543') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-lizard-2544') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-tall-2545') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-carnaby-tall-2546') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-hunter-carnaby-2547') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-glossy-2548') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gloss-2549') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2550 && pageId_i <= 2599) {
			if (path_s == '/shop/hunter-gloss-black-2550') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gloss-gummistovlar-2551') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gloss-stovlar-2552') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-glossy-roda-2553') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-gloss-2554') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-svarta-2555') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/glossy-hunters-2556') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regent-2557') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-black-2558') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-navy-2559') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/the-hunter-regent-2560') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regent-gloss-2561') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regent-gloss-2562') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regent-gloss-2563') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-2564') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-gloss-2565') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-gloss-2566') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-gloss-2567') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-orginal-2568') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-orginal-red-2569') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-orginal-tall-2570') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-2571') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-black-2572') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-boot-2573') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-boots-2574') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-gummistovlar-2575') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-neoprene-2576') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-neoprene-2577') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-svart-2578') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2579') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2580') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2581') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2582') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2583') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2584') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2585') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2586') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2587') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2588') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2589') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2590') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2591') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2592') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2593') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2594') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2595') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-original-tall-2596') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-originals-eshoes-2597') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tall-original-2598') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-original-brown-2599') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2600 && pageId_i <= 2649) {
			if (path_s == '/shop/hunter-marken-2600') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-blamoral-bamboo-2601') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-blamoral-bamboo-2602') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-clarendon-2603') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-clarendon-tall-2604') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-melrose-2605') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-melrose-short-2606') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-melrose-tall-2607') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/jimmy-choo-hunter-2608') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-short-2609') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tall-2610') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-thurloe-2611') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-lady-2612') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-lizard-2613') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-online-2614') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/erbjudande-hunter-2615') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-com-2616') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-goteborg-2617') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-lund-2618') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-stockholm-2619') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlarse-2620') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-online-2621') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-shop-online-2622') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-eshoes-2623') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-goteborg-2624') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-lund-2625') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-online-2626') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-paa-2627') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-shop-2628') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-sverige-2629') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-aaterforsaljare-2630') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-aaterforsaljare-2631') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-utforsaljning-2632') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-aaterforsaljare-2633') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-hunter-2634') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-hunter-stovlar-2635') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/utforsaljning-hunter-2636') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-stockholm-2637') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-dam-2638') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-dam-hunter-2639') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-dam-2640') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-dam-2641') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-dam-2642') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-man-2643') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-for-2644') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-man-2645') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-herr-2646') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-herr-2647') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-herr-2648') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-storlekar-2649') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2650 && pageId_i <= 2699) {
			if (path_s == '/shop/hunter-gummistovlar-storlekar-2650') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-storleksguide-2651') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-storlek-2652') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-storleksguide-2653') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-storlek-2654') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-storlekar-2655') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-storleks-2656') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-storleksguide-2657') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-storlek-2658') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/storlekar-hunter-2659') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/storlekar-hunter-stovlar-2660') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-hunter-2661') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-hunter-stovlar-2662') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-2663') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-2664') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovel-hunter-2665') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovel-laag-hunter-2666') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovell-hunter-2667') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-2668') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-fraan-hunter-2669') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-2010-2670') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunter-pris-2671') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummistovlar-hunters-2672') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummisovlar-hunter-2673') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/gummstovlar-hunter-2674') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-2675') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-2676') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gunmmistovlar-2677') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vita-gummistovlar-2678') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-2679') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-limited-2680') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovler-2681') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tall-gummistovlar-2682') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/huntergummistovel-2683') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/huntergummistovlar-2684') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-gummistovel-2685') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-gummistovlar-2686') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/varta-hunter-gummistovlar-2687') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vita-hunter-gummistovlar-2688') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-2689') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/foder-till-hunter-2690') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-2691') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovel-2692') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-korta-2693') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-med-2694') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-stovlar-2695') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunterstovlar-2696') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunterstovlar-2697') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/korta-hunter-stovlar-2698') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/laaga-hunter-stovlar-2699') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2700 && pageId_i <= 2749) {
			if (path_s == '/shop/stovlar-hunter-2700') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-hunters-2701') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-footwear-2702') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-2703') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boot-2704') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-2705') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-red-2706') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-boots-white-2707') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rain-boot-2708') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-rubberboots-2709') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-boots-2710') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-shoes-2711') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/bruna-hunter-2712') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/bruna-hunters-2713') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/chokladbruna-hunter-2714') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-brun-2715') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-bruna-2716') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-chocolate-2717') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-chokladbrun-2718') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/bruna-hunter-stovlar-2719') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-brun-2720') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-bruna-2721') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-black-2722') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/black-hunter-boots-2723') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/varta-hunter-2724') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/varta-hunters-2725') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/varta-hunters-hos-2726') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/varta-hunter-stovlar-2727') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-farger-2728') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-svart-2729') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-svarta-2730') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-tall-black-2731') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunters-svarta-2732') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-black-2733') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-svart-2734') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-stovlar-svarta-2735') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-svart-2736') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-beiga-2738') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-graphite-2739') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-midnight-blue-2740') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-navy-2741') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-neoprene-2742') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-vit-2743') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-white-2744') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/vita-hunter-2745') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-lime-2746') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-laag-2747') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-navy-2748') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovel-white-2749') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			
		} else if (pageId_i >= 2750 && pageId_i <= 2756) {
			if (path_s == '/shop/hunter-gummistovlar-roda-2750') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-gummistovlar-vita-2751') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regnjacka-2752') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-festival-pocket-2753') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-poncho-2754') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/hunter-regnkappa-2755') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
			else if (path_s == '/shop/regnkappa-hunter-2756') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'Hunter', path_s, 0, true]); }
		
		/* UGG */
		} else if (pageId_i >= 3460 && pageId_i <= 3499) {
			if (path_s == '/shop/ugg-rea-3460') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-ugg-skor-3461') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bbilliga-uggs-3462') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-uggs-fraan-3463') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/billiga-uggs-till-3464') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barn-uggs-paa-3465') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-uggs-paa-3466') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-3467') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-uggs-3468') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-barn-uggs-3469') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-lila-ugg-3470') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-ugg-3471') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-ugg-3472') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-ugg-3473') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-ugg-3474') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-uggs-3475') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-uggs-3476') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-paa-uggskor-3477') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-stovlar-ugg-3478') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-australia-3479') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-australia-3480') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-classic-3481') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-goteborg-3482') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-ugg-skor-3483') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-uggs-barn-3484') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-uggs-chocolate-3485') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-uggs-paa-3486') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rea-uggs-stovlar-3487') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/reaugg-3488') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-rea-ugg-3489') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skor-uggs-rea-3490') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-ugg-rea-3491') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rea-3492') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-paa-rea-3493') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rabatt-3494') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ascot-rea-3495') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-rea-3496') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3497') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-rea-3498') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3499') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
		
		} else if (pageId_i >= 3500 && pageId_i <= 3549) {			
			if (path_s == '/shop/ugg-classic-tall-3500') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-junior-rea-3501') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-rea-3502') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-och-rea-3503') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rea-3504') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rea-faktura-3505') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rea-sverige-3506') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-reaa-3507') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-paa-3508') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-rea-3509') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-rea-3510') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggrea-3511') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-rea-3512') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-paa-rea-3513') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-rea-3514') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-skor-rea-3515') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-3516') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-ugg-3517') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adiron-dack-ugg-3518') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/adirondack-ugg-3519') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-adirondack-3520') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirion-black-3521') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-3522') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-black-3523') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-rea-3524') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sand-3525') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-sek-3526') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-storlek-3527') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-svart-3528') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-adirondack-3529') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-adirondack-3530') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-adirondack-3531') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-rea-3532') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-storleksguide-3533') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-hojd-3534') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australian-uggs-storleksguide-3535') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sko-storleksguide-uggs-3536') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storlek-paa-ugg-3537') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storlekar-ugg-cardy-3538') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleks-guide-uggs-3539') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-paa-uggs-3540') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-skor-ugg-3541') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-ugg-3542') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-ugg-australia-3543') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-ugg-cardy-3544') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-ugg-skor-3545') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storleksguide-uggs-3546') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/storlksguide-uggs-3547') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-storlekar-3548') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-storleksguide-3549') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3550 && pageId_i <= 3599) {
			if (path_s == '/shop/ugg-bailey-button-3550') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-storlek-3551') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-storleksguide-3552') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3553') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-storlekar-3554') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-storlek-3555') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-storleksguide-3556') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-storleksguide-3557') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-3558') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barn-ugg-3559') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barn-uggs-3560') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barn-uggs-rosa-3561') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barnskor-ugg-3562') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/barnskor-uggs-3563') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bebis-skor-ugg-3564') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bestalla-ugg-till-3565') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-ugg-till-3566') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rosa-uggs-till-3567') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-barn-ugg-3568') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-uggs-barn-3569') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-barn-3570') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-barn-3571') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barn-rea-3572') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-barnskor-3573') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boots-barnsko-3574') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-barn-3575') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chestnut-barn-3576') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3577') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-pink-3578') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-barn-3579') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-banr-3580') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-barn-3581') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-barn-3582') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-barn-3583') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-for-3584') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-barn-3585') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-for-3586') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-barn-3587') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-till-3588') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-till-3589') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-til-barn-3590') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-till-barn-3591') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-till-barn-3592') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-barn-3593') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-barnskor-3594') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-for-barn-3595') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-till-barn-3596') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skovaard-3597') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/mockaborste-till-uggs-3598') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hvordan-vaske-uggs-3599') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3600 && pageId_i <= 3649) {
			if (path_s == '/shop/skovaard-ugg-3600') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skovaard-uggs-3601') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skovaardsprodukter-till-uggs-3602') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skovaardsprodukter-uggs-3603') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-skovaard-3604') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregneringsspray-till-ugg-3605') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregneringsspray-till-uggs-3606') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregneringsspray-ugg-3607') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/impregneringsspray-uggs-3608') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-impregneringsspray-3609') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-impregneringsspray-3610') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/hur-man-anvander-3611') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/spraya-cardy-uggs-3612') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-spray-3613') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/behandla-ugg-3614') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ska-sulan-paa-3615') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-av-ugg-3616') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-av-ugg-3617') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-av-uggs-3618') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-ugg-3619') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-ugg-stovlar-3620') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotsel-uggs-3621') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotselprodukter-uggs-3622') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotselraad-ugg-3623') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotselraad-uggs-3624') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skotsel-3625') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-skotsel-3626') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-skotselraad-3627') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skotselprodukter-3628') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-skotsel-3629') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-faareskinds-3630') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-faareskinds-3631') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-rens-3632') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-renser-3633') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-pleje-3634') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cleaner-and-3635') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-paa-natet-3636') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-shoes-3637') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-shoes-se-3638') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-sek-3639') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kop-3640') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-utforsaljning-3641') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/eshoes-akta-ugg-3642') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-eshoes-3643') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-erbjudanden-3644') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-saljes-3645') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australia-uggs-shop-3646') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-boots-3647') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-uggs-paa-3648') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-paa-3649') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3650 && pageId_i <= 3699) {
			if (path_s == '/shop/skobutik-paa-natet-3650') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skobutik-sverige-ugg-3651') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skobutik-ugg-3652') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skobutiker-som-saljer-3653') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skor-online-ugg-3654') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-natet-3655') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-paa-natet-3656') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-shop-3657') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-i-3658') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sverige-ugg-3659') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sverige-uggs-3660') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-kopa-3661') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-boots-sverige-3662') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-dakota-sverige-3663') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-sverige-3664') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-sverige-3665') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sverige-3666') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-online-3667') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-online-sverige-3668') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-sverige-3669') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/saljer-ugg-kensington-3670') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bestall-ugg-conditioner-3671') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/bestall-ugg-stovlar-3672') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-3673') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-3674') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-skor-3675') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-original-ugg-3676') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-ugg-3677') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-ugg-lynnea-3678') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-ugg-skor-3679') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-ugg-stovlar-3680') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-3681') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-grey-3682') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skoaffar-med-uggs-3683') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skoaffar-uggs-3684') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-3685') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/cardy-ugg-3686') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/cardy-uggs-3687') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/classic-cardy-ugg-3688') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skotselraad-ugg-cardy-3689') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/svarta-uggs-classic-3690') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-cardy-3691') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3692') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3693') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3694') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-3695') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-black-3696') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-classic-3697') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-cream-3698') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-oatmeal-3699') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3700 && pageId_i <= 3749) {
			if (path_s == '/shop/ugg-cardy-skor-3700') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-sorbet-3701') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cardy-svart-3702') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-cassic-cardy-3703') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3704') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3705') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3706') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3707') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3708') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3709') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3710') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3711') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-cardy-3712') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kids-cardy-3713') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-classic-3714') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-classic-3715') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-cardy-3716') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-cardy-3717') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-cardy-3718') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-cardy-3719') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stickade-ugg-australia-3720') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stickade-ugg-3721') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stickade-ugg-stovlar-3722') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stickade-uggs-3723') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-3724') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-black-ugg-3725') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-fraan-ugg-3726') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-uggs-3727') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kensington-uggs-faarskinn-3728') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-kensington-3729') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australien-kensington-3730') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-k-kensington-3731') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-3732') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-3-3733') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-black-3734') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-sko-3735') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-skor-3736') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kensington-akta-3737') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sko-pris-3738') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chestnut-3739') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/chestnut-uggs-3740') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-chestnut-3741') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3742') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-3743') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chestnut-3744') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3745') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3746') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-delaine-chesnut-3747') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-grey-or-3748') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-chestnut-3749') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3750 && pageId_i <= 3499) {
			if (path_s == '/shop/ugg-stovel-chestnut-3750') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-sunburst-tall-3751') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ultimite-bind-3752') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-chestnut-3753') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-3754') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/short-ugg-sand-3755') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3756') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3757') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3758') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3759') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3760') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3761') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3762') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3763') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3764') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-short-3765') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-3766') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-black-3767') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-classic-3768') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-short-sand-3769') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-korta-3770') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/low-pro-uggs-3771') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-3772') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/high-boot-uggs-3773') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/classic-tall-ugg-3774') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-ugg-australia-3775') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3776') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3777') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3778') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3779') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3780') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3781') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3782') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3783') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3784') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3785') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3786') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-tall-3787') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-3788') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-bomber-3789') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-tall-svart-3790') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-tall-3791') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-3792') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/classic-ugg-stovlar-3793') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-classic-3794') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-3795') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-graa-3796') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-classic-pink-3797') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-kids-classic-3798') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-classic-3799') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3800 && pageId_i <= 3849) {
			if (path_s == '/shop/akta-ugg-3800') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/akta-uggs-3801') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/lamskinn-ugg-3802') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/rubber-uggs-3803') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-button-3804') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-3805') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bailey-button-3806') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-baily-button-3807') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-button-3808') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-low-pro-3809') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-low-pro-3810') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-knappar-3811') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-man-3812') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-herr-3813') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-herrar-3814') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-herrskor-3815') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-man-3816') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-for-man-3817') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-klarna-3818') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ja-klarna-3819') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-klarna-3820') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-och-klarna-3821') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-betala-3822') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-klarna-3823') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-klarna-3824') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-med-3825') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-faktura-3826') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-marken-3827') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bomber-3828') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bomber-3829') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-bomber-black-3830') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-amelie-3831') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-antoinette-3832') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-delaine-3833') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-sunburst-3834') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-3835') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-womens-3836') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australia-ugg-3837') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australien-ugg-3838') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australien-ugg-stovlar-3839') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australiensiska-ugg-3840') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/australienska-ugg-3841') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kop-ugg-australia-3842') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/kopa-uggs-fraan-3843') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skor-ugg-australia-3844') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-3845') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-historia-3846') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-i-3847') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-storbritannien-3848') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australia-stovlar-3849') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			
		} else if (pageId_i >= 3850 && pageId_i <= 3899) {
			if (path_s == '/shop/ugg-australia-varma-3850') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-australien-3851') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-of-australia-3852') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-australien-3853') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-australia-3854') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-3855') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/huggs-stovlar-3856') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skor-stovlar-uggs-3857') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-ugg-3858') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-uggs-3859') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-huggs-3860') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-ugg-3861') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/stovlar-uggs-3862') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-3863') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-modell-stovlar-3864') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovlar-3865') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stavlar-3866') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stovel-3867') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-stoveln-3868') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stovlar-3869') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstovel-3870') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstoveln-3871') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstovlar-3872') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggstovlar-3873') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-boots-3874') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-stovel-3875') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-farger-3876') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/amelie-creme-ugg-3877') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/chokladbruna-ugg-3878') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/grey-ugg-3879') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/morkbruna-uggs-3880') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/snyggaste-fargen-for-3881') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/svarta-ugg-3882') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chocolate-3883') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-chocolate-kundvagn-3884') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-pink-3885') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-svarta-3886') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-och-3887') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/skor-ugg-3888') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-3889') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-med-3890') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-skor-akta-3891') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-shoes-3892') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggs-skor-3893') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/uggskor-3894') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-ballerina-3895') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/extra-sula-till-3896') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/sula-om-uggs-3897') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-innersulor-3898') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
			else if (path_s == '/shop/ugg-innesko-3899') { _gaq.push(['_trackEvent', 'Eshoes.se - Landing page', 'UGG', path_s, 0, true]); }
		}
	}
}

/* Pop-up window for size guide */
var popWin = '';
function openwin(url) {
	
	var strWidth = 720;
	var strHeight = 628;
	
	if (popWin != '') { popWin.close(); }
	leftStr = (screen.width-strWidth)/2;
	topStr = (screen.height-strHeight)/2-50;
	windowProperties = 'toolbar=no,menubar=no,scrollbars=yes,statusbar=no,height='+strHeight+',width='+strWidth+',left='+leftStr+',top='+topStr+'';
	popWin = window.open(url,'newWin',windowProperties);
}
