﻿jQuery.noConflict();
jQuery(document).ready(function () {
	jQuery("#cycle").cycle({
	timeout: 2000
	});
});
