var oCarConfiguratorTrackingConfig = function (t) {
    return {
        sectionClicked: function (bSectionOpened) {
            if (bSectionOpened) {
                t.omniture.addEvent('event21');
                t.omniture.track();
            }
        },
        featureClicked: function (bFirstTimeFeatureClick, iCurrentPrice, bPriceChanged) {
            if (bFirstTimeFeatureClick) {
                t.omniture.addEvent("event2,event4,event28");
                t.omniture.addEvent('event28=' + iCurrentPrice, 'products');
				t.omniture.addEvent('Car configured one option selected', 'eVar2');				
				
				var taggingContent = "<img src='http://s0b.bluestreak.com/ix.e?bb&t=34549' width=1 height=1 border=0>";
				$("body").append(taggingContent);					

            }
            if (bPriceChanged) {
                t.omniture.addEvent("event22");
            }
            t.omniture.addEvent('event23');
            t.omniture.track();
        },
        configuratorStart: function (iCurrentPrice) {
            t.omniture.addEvent('event27=' + iCurrentPrice, 'products');
            t.omniture.addEvent('event27');
            t.omniture.track();

           /* t.call("http://ad.doubleclick.net/activity;src=1655523;type=sbyoy992;cat=iconf381;ord=1;num=" + Math.random()*10000000000000 + "?");*/
        }
    }
}
