Subversion Repositories SmartDukaan

Rev

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

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