igotweb.Tools.namespace("igotweb.templates");igotweb.templates.home=function(data,section){this._section=section;this._data=data;this._cvLink=jQuery(".cv",this._section);this._cvLink.bind("click",jQuery.proxy(this.__onCvLinkClick,this));this._igotPicsLink=jQuery(".igot-pics",this._section);this._igotPicsLink.bind("click",jQuery.proxy(this.__onIgotPicsLinkClick,this));this._portfolioLink=jQuery(".portfolio",this._section);this._portfolioLink.bind("click",jQuery.proxy(this.__onPortfolioLinkClick,this));this._galleriesLink=jQuery(".galleries",this._section);this._galleriesLink.bind("click",jQuery.proxy(this.__onGalleriesLinkClick,this));};igotweb.templates.home.prototype.__onCvLinkClick=function(evt){evt.preventDefault();igotweb.igotweb.index.loadPage("cv");};igotweb.templates.home.prototype.__onIgotPicsLinkClick=function(evt){_gaq.push(['_trackEvent','External','Home','iGot-Pics']);};igotweb.templates.home.prototype.__onPortfolioLinkClick=function(evt){evt.preventDefault();igotweb.igotweb.index.loadPage("portfolio");};igotweb.templates.home.prototype.__onGalleriesLinkClick=function(evt){evt.preventDefault();igotweb.igotweb.index.loadPage("galleries");};
