$(document).ready(function() {
	if ($("#flash_holder").length) {
	
				$('#slide').cycle({
					fx:     'fade', 
					speed:  500, 
					timeout: 8000
						})
	} else 	{}	
});
