function Round(obj, style) {
	DD_roundies.addRule(obj, style, true);
}

function initContent(obj) {
	var obj = $(obj);
}

$(function(){
	initContent('body');
});

