/* 
 * @author Tijs Verkoyen <tijs@netlash.com>
 * @author Bram Van Damme <bramus@netlash.com>
 */
 
jQuery(document).ready(function($){
/* We don't want this ... as the user must define some params first!
	$('#products .listingAddToCart').bind("click", function(e) {
		JS_NETLASH.shopCore.addProduct($(this).attr("href"), $(this).attr("id"), 1);
		return false;
	});
*/
});
