jQuery(document).ready(function(){	
	if(jQuery('.headerimage')){
		jQuery('.headerimage').cycle({speed: 700, timeout:7000});
	}
});
