$j = jQuery.noConflict(); $j(document).ready(function(){ /* fitted ---------------------------------------*/ $j('.fitted').fitted({ 'status' : true, 'title' : false }); /* blank target links ---------------------------------------*/ $j('.blanktarget').blanktarget({'settarget':true}); });