$(document).ready(StyleElements)

function StyleElements()
{
	$('.roundbox').corner('round 9px');
	$('.roundloginbox').corner('round bottom 9px');
	$('#main h2').corner('round top 9px');
}