j(document).ready(function(){
	j(".cyclehome").cycle({
		next : '#cyclenext',
		speed:    1500, 
    	timeout:  12000,
		cleartypeNoBg: true
	});
});
