$(document).ready(function(){
	
	$("#gallery a").lightBox();
	
	function trackIt(thePageName) {
		
		s.pageName = thePageName;
		s.server = document.location.host;
		s.channel = thePageName;
		s.pageType = "";
		s.prop1 = "";
		s.prop2 = "";
		s.prop3 = "";
		/* E-commerce Variables */
		s.campaign = "";
		s.state = "";
		s.zip = "";
		s.events = "";
		s.products = "";
		s.purchaseID = "";
		s.eVar1 = "";
		s.eVar2 = "";
		s.eVar3 = "";
		var s_code=s.t();if(s_code)document.write(s_code);
	}

	$('.tracking').click(function(){
		trackIt($(this).attr("rel"));
	});

});


