function captchaRenew(){
	document.getElementById('captcha_img').src="captcha.php?seed="+Math.random();
}
$(document).ready(function() {
	$('#divSlideShow').cycle({ 
	    fx:    'fade', 
	    speed:  2500 
	});
});