var $j = jQuery.noConflict();
// Use jQuery com $j(...)
$j(document).ready(function(){
	$j("#gallery-1 a").removeAttr("href");
});
