$(document).ready(function(){

	$('#featureimgcycle,#leftimagecycle').cycle({
        speed:   1200,
        timeout: 4000
    });

});
