function init()
{

	tempo = 0;
	pluginsInit();

}

$(document).ready(function(){
	init();
});