$(function() {
	// page start functionality
	if (NiftyCheck()) {
		Rounded("div.roundOuterBlack","all","#000","transparent","small");
		Rounded("div.roundInnerBlack","all","transparent","#000","small");
		Rounded("div.roundTopOuterBlack","top","#000","transparent","small");
		Rounded("div.roundBottomOuterBlack","bottom","#000","transparent","small");
		Rounded("div.roundOuterPurple","all","#351843","transparent","small");
		Rounded("div.roundOuterLightPurple","all","#663274","transparent","small");
	}
});
