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 393... Line 393...
393
        pause:      true,
393
        pause:      true,
394
        speed:      200,
394
        speed:      200,
395
        time:       5000
395
        time:       5000
396
    });
396
    });
397
	#end
397
	#end
398
	jQuery("#banner-menu").find("a, area").click(
-
 
399
    function(){
-
 
400
        if($(this).attr("href") != "#") {
-
 
401
            bannername = $(this).attr("banner-name");
-
 
402
            url = $(this).attr("href");
-
 
403
			trackEventWithGA('Banner Region Clicked', bannername, url);
-
 
404
        }
-
 
405
    }
-
 
406
);
-
 
407
	</script>
398
	</script>
408
	<style type="text/css">
399
	<style type="text/css">
409
		.slider_arrow_left {
400
		.slider_arrow_left {
410
         background: url(/images/left_arrow.png) no-repeat top left;
401
         background: url(/images/left_arrow.png) no-repeat top left;
411
         }
402
         }