jQuery(document).ready(function(){
	jQuery(".jqzoom").jqzoom();
});

function changePic(src, el) {
	jQuery(el).attr('src', src);
}
