var $che = jQuery.noConflict();
$che(document).ready(function(){
		$che('input').checkBox();
});
