$(document).ready(function(){

	$('#pesquisar').keyup(function() {
	var pesquisa = document.forms['fpesquisa'].pesquisa.value;
	if (pesquisa.length != "0") {
		$('#Load').load('/include/pesquisa.php?pesquisa=' + escape(pesquisa));
	}
	});

	$('.clearField').clearField();


  $("#jpId").jPlayer( {
    ready: function () {
      this.element.jPlayer("setFile", "/teste.mp3").jPlayer("play"); // Auto-Plays the file
    },
    swfPath: "/js"
  });


});

function touch() {
	$("#Load").load("/info/touch.php");
}

function acessibilidade() {
	$("#Load").load("/info/acessibilidade.php");
}

