
function init() {
	/* dont need this anymore 
	var roundCorners = Rico.Corner.round.bind(Rico.Corner);
  
  	// round the corners of the ratings guide
	roundCorners('ratings_guide_header', {corners:"top"} );
	roundCorners('ratings_guide_outer', {corners:"bottom"} );
	*/
}

Event.observe(window, 'load', init);