﻿/// <reference path="../../Utilities.js" />

var U = Utilities;

// **************************************************************************************************
// ******************************************* Main CLASS *******************************************
// **************************************************************************************************

// <remarks>
// Główna klasa
// </remarks>
function HomeMainPL() {

}

// *****************
// Attributes
// *****************
HomeMainPL.prototype.$tireList = null;

// *****************
// Static attributes
// *****************
HomeMainPL.TAG_artChButton = ".artChButton input[type=image]";

// ******
// Events
// ******


// *****************
// Component methods
// *****************

// *******
// Methods
// *******

HomeMainPL.prototype.Load = function () {    
    var os = $(HomeMainPL.TAG_artChButton).attr('name');
    if (!U.IsNullOrUndefOrEmpty(os)) {        
        $(HomeMainPL.TAG_artChButton).attr("onClick", "_gaq.push(['_trackEvent','Przycisk','Pokaż opony', location.pathname])");        
    }
}
