jQuery.noConflict();
jQuery(document).ready(function($) {
	$("#textRotator ul").cycle({
		speed: 800,
		timeout: 8000
	});
});

