/* BibleStoreBrowser.com  Main js file                       */
/* datatribe Softwerks, Lte., http://datatribesoftwerks.com  */


/* Initialize Effects */

new Rico.Effect.Round( null, 'roundNormal' );
var roundCorners = Rico.Corner.round.bind(Rico.Corner);
	

function bodyOnLoad()
{
	roundCorners('nifty2', {corners:"top"});
	roundCorners('content', {corners:"top"});
	roundCorners('navleft', {corners:"top"});
	roundCorners('navright', {corners:"top"});
	roundCorners('calendar');
	try{
			roundCorners('peekins');
	}
	catch(er) {
		//shh
	}
}