/// <reference path="jquery-vsdoc.js" />

$(document).ready(function() {
	$('#carousel li').click(function() {
		var id = $(this).attr('id').replace('p-', '');
		pageTracker._trackPageview('/productoffers/' + id);
	});
});
