jQuery(document).ready(function() {
	jQuery(".labelize input:text").clearingInput();
	jQuery('#slides').after('<div id="splash-nav">').cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 10000, 
		pager:  '#splash-nav' 
	});
});
