jQuery(document).ready(function(){
		ieRoundCorners();
});

function ieRoundCorners()
{
		DD_roundies.addRule('.ui-corner-all', '4px');
}

