if(window.attachEvent){
	window.attachEvent('onload', includeCatalyst);
}else{
	window.addEventListener('load', includeCatalyst, false);
}

function includeCatalyst(){

/* SiteCatalyst code version: H.23.2.
Copyright 1996-2011 Adobe, Inc. All Rights Reserved
More info available at http://www.omniture.com */
/* You may give each page an identifying name, server, and channel on the next lines. */

s.charSet="UTF-8";
s.pageName=location.href.split("lazarediamond.jp")[1].split("?")[0].split("#")[0].split("&")[0];
s.server="";
if(location.pathname.split("?")[0]=="/" || location.pathname.split("?")[0] == "/index.html"){
	s.channel="top";
}else{
	if(location.pathname.split("/")[1]=="collection"){
		if(location.pathname.split("/")[2]==""){
			s.channel="collection";
		}else{
			s.channel=location.pathname.split("/")[2];
		}
	}else{
		s.channel=location.pathname.split("/")[1];
	}
}
/* Conversion Variables */
if(location.pathname.split("/")[1]=="collection"){
	s.eVar41= location.pathname.split("/collection/")[1].split("?")[0].split("#")[0].split("&")[0];
	s.events="event13";
}
if(location.pathname.split("/")[1]=="shoplist"){
	var b = location.pathname.split("/")[1]+"/";
	s.eVar42= b+location.pathname.split("/"+b)[1].split("?")[0].split("#")[0].split("&")[0];
	s.events="event14";
}
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
s.t();
/* End SiteCatalyst code version: H.23.2. */

}
