function Analytics(){};Analytics.prototype._productName;Analytics.prototype.getProductName=function(){return this._productName;}
Analytics.prototype.setProductName=function(productName){this._productName=productName;}
Analytics.prototype._pathName;Analytics.prototype.getPathName=function(){return this._pathName;}
Analytics.prototype.setPathName=function(){newPathName="";pathName=window.location.pathname.split("?")[0];pathArray=pathName.split("/");for(iCtr=2;iCtr<pathArray.length;iCtr++){newPathName+="/"+pathArray[iCtr];}
this._pathName=newPathName;};Analytics.prototype.sendCategoryPageView=function(){};Analytics.prototype.sendEmailSignupPageView=function(){};Analytics.prototype.sendHomepagePageView=function(){};Analytics.prototype.sendProductDetailPageView=function(){};Analytics.prototype.sendProductDetailTabPageView=function(tab){};Analytics.prototype.sendSearchResultsPageView=function(){};Analytics.prototype.sendCategoryThumbnailsPageView=function(){};Analytics.prototype.sendQuickViewPageView=function(){};Analytics.prototype.sendCartSummaryPageView=function(){};Analytics.prototype.sendCheckoutLoginPageView=function(){};Analytics.prototype.sendCheckoutShippingPageView=function(){};Analytics.prototype.sendCheckoutBillingPageView=function(){};Analytics.prototype.sendCheckoutConfirmationPageView=function(){};Analytics.prototype.sendMyAccountLoginPageView=function(){};Analytics.prototype.sendPageView=function(){};Analytics.prototype.sendWishlistPageView=function(){};
