$(function() {
// round corners for IE
if(_browser.indexOf("IE") == 0) {
	$("#main > .bar").each(rounded);
}

});
