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 566... Line 566...
566
        pause:      true,
566
        pause:      true,
567
        speed:      200,
567
        speed:      200,
568
        time:       5000
568
        time:       5000
569
    });
569
    });
570
	#end
570
	#end
571
	jQuery("#banner-menu").find("a, area").click(
-
 
572
    function(){
-
 
573
        if($(this).attr("href") != "#") {
-
 
574
            bannername = $(this).attr("banner-name");
-
 
575
            url = $(this).attr("href");
-
 
576
			trackEventWithGA('Banner Region Clicked', bannername, url);
-
 
577
        }
-
 
578
    }
-
 
579
);
-
 
580
	</script>
571
	</script>
581
	<style type="text/css">
572
	<style type="text/css">
582
		.slider_arrow_left {
573
		.slider_arrow_left {
583
         background: url(/images/left_arrow.png) no-repeat top left;
574
         background: url(/images/left_arrow.png) no-repeat top left;
584
         }
575
         }