// Cufon
Cufon.replace('h1, h2, h3, h4, h5, h6', { hover: true });


// jQuery
$(document).ready(function(){	
	$(".right .box ul li a:even, .right .box .block:even").addClass('even');
	$(".right .box").addClass('round-top');
	$(".right .box, .right .box ul li:last-child a, .right form div:last-child").addClass('round-bottom');
	$(".left h2:first").css('margin-top', '5px');
	
	// jQuery Button
	$( "form input:submit").button();
});
