/* ========================================================
 *  JS used on productDetail.aspx 
 * ======================================================== */

    /*this is for omniture tracking ///////////////////////////////////*/
	$(document).ready(function () {
	
	// this is for custService
	    $("#cancelOrders").click(function (event) { 
	            
			    s.linkTrackVars='prop10'; 
			    s.prop11="Customer Service: Cancel Orders";
			    s.tl(this,'o', 'Cancel Order'); 
		});	 
		$("#warrantyInfo").click(function (event) { 
	            
			    s.linkTrackVars='prop10'; 
			    s.prop11="Customer Service: Warranty Inquiry"; 
			    s.tl(this,'o', 'desct'); 
		});	 
		$("#contactUs").click(function (event) { 
	           
			    s.linkTrackVars='prop10'; 
			    s.prop11="Customer Service: Contact Us // Inquiry / General or Product";
			    s.tl(this,'o', 'General Inquiry'); 
		});
	
	// this is for mainNav	
		$(".navLinks a, .liSpacer a").click(function (event) { 
			    s.linkTrackVars='eVar3'; 
			    s.eVar3="mainNavigation : Internal Browse";
			    s.tl(this,'o', 'main navigation / internal browse'); 
		});	
		
	// this is for myAccount	
		$("#editName").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Edit Shipping and Billing Information";
			    s.tl(this,'o', 'my account / edit information'); 
		});	
		$(".changePassword").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Change Password";
			    s.tl(this,'o', 'my account / change password'); 
		});
		$("#emailPrefs").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Email Preferences";
			    s.tl(this,'o', 'my account / Email Preferences'); 
		});			
		$("#getBalanceBtn").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Gift Card Reminder";
			    s.tl(this,'o', 'my account / Gift Card Reminder'); 
		});	
		$("#trackPackages").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Track My Packages";
			    s.tl(this,'o', 'my account / Track My Packages'); 
		});			
		$("#manageOrders").click(function (event) { 
			    s.linkTrackVars='eVar14'; 
			    s.eVar14="My Account : Manage My Orders";
			    s.tl(this,'o', 'my account / Manage My Orders'); 
		});				

	});
	/*this is for omniture tracking ///////////////////////////////////*/		