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 251... Line 251...
251
        pause:      true,
251
        pause:      true,
252
        speed:      200,
252
        speed:      200,
253
        time:       5000
253
        time:       5000
254
    });
254
    });
255
	#end
255
	#end
256
	jQuery("#banner-menu").find("a, area").click(
-
 
257
    function(){
-
 
258
        if($(this).attr("href") != "#") {
-
 
259
            bannername = $(this).attr("banner-name");
-
 
260
            url = $(this).attr("href");
-
 
261
			trackEventWithGA('Banner Region Clicked', bannername, url);
-
 
262
        }
-
 
263
    }
-
 
264
);
-
 
265
	</script>
256
	</script>
266
	<style type="text/css">
257
	<style type="text/css">
267
		.slider_arrow_left {
258
		.slider_arrow_left {
268
         background: url(/images/left_arrow.png) no-repeat top left;
259
         background: url(/images/left_arrow.png) no-repeat top left;
269
         }
260
         }