/********************************************/
/*	core.js for jquery
/*	Author: davide reppucci | nascar
/*  Author URI: http://www.nascar.it
/*	Version 0.2
/*
/*  It includes: checkForm
/*
/*  latest update: 02/11/09
/*******************************************/

var core = {
	
	bootstrap : function( _labels ) {

		// initializzo il checkForm
		Forms.init(_labels);
	
	}
	
};