$('.roundedTop').corner('top');
$('.roundedBottom').corner('bottom');
$(document).ready(function() {
	$('#tempflash').cycle({
		fx: 'fade',
		timeout: '4000',
		speed: '2500'
	});
});
