jQuery.noConflict();

jQuery(document).ready( function($) {

	$('div.cell.saveAd').click( function(e) {
		e.stopPropagation();
	});

});

