// initialize rounded corners

jQuery(function($)
{  
	$('#home #sub').corner('8px');
});
