Subversion Repositories SmartDukaan

Rev

Rev 8917 | Rev 10015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8917 Rev 8936
Line 44... Line 44...
44
        pause:      true,
44
        pause:      true,
45
        speed:      200,
45
        speed:      200,
46
        time:       5000
46
        time:       5000
47
    });
47
    });
48
	#end
48
	#end
49
	jQuery("#banner-menu").find("a, area").click(
-
 
50
    function(){
-
 
51
        if($(this).attr("href") != "#") {
-
 
52
            bannername = $(this).attr("banner-name");
-
 
53
            url = $(this).attr("href");
-
 
54
			trackEventWithGA('Banner Region Clicked', bannername, url);
-
 
55
        }
-
 
56
    }
-
 
57
);
-
 
58
	</script>
49
	</script>
59
	<style type="text/css">
50
	<style type="text/css">
60
		.slider_arrow_left {
51
		.slider_arrow_left {
61
         background: url(/images/left_arrow.png) no-repeat top left;
52
         background: url(/images/left_arrow.png) no-repeat top left;
62
         }
53
         }