jQuery.noConflict(); jQuery(document).ready(function($) { $('a[rel=external]').click(function() { open(this.href); return false; }); $('ul#rotatingimages').innerfade( { speed: 2000, timeout: 6000, type: 'sequence', containerheight: '436px' }); });