function init() {
	roundCorners();
}
window.onload = init;

function roundCorners() {
	//new Rico.Effect.Round(null,"citat_box", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"box_red", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"box_lightblue", {bgColor:"#ffffff"});
}
