/*
 * this method is called each and every time a page is loaded (even ajax). Thus splash stuff does not need to be a part of this.
 */
function initialize() {
	
	CleanCSS.email('email-link');
	Nsfw.initialize();
}

initialize();
	
if($('header')) {
	Rico.Corner.round( 'header', { corners: "top" } );
}
if($('footer')) {
	Rico.Corner.round( 'footer', { corners: "bottom" } );
}

