function myLoadFunction()
{
	MochiKit.Visual.roundElement("topbar", {corners: 'all'});
	MochiKit.Visual.roundElement("maintop", {corners: 'top'});
	MochiKit.Visual.roundElement("mainbottom", {corners: 'bottom'});	
	MochiKit.Visual.roundElement("ractop", {corners: 'top'});
	MochiKit.Visual.roundElement("racbottom", {corners: 'bottom'});
	MochiKit.Visual.roundElement("content", {corners: 'all'});
	MochiKit.Visual.roundElement("search", {corners: 'all'});
	MochiKit.Visual.roundElement("searchb", {corners: 'all'});
}

MochiKit.DOM.addLoadEvent(myLoadFunction);
