jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('#content').localScroll();
jQuery('#innerfade').innerfade({
speed: 1000,
timeout: 8000
});
});