$(document).ready(
	function(){
		alphaCorners.round('.rounded', 12, [1, 1, 1, 1]);
        alphaCorners.round('#searchButton', 5, [1, 1, 1, 1]);
		$('.adsright').innerfade({
			speed: 3000,
			timeout: 6000,
			type: 'random',
			containerheight: '200px'
		});
		$('.ads').innerfade({
			speed: 3000,
			timeout: 6000,
			type: 'sequence',
			containerheight: '100px'
		});
	}
);

