﻿$(document).ready(function() {

    $Omniture().link($("#ContentBlockModuleLeft .new-button a"), "click", function(element) {
        return { event2: "store locator button", prop3: element.child('img').attr('alt'), eVar4: "evar4" };
    });    


});

