$(document).ready(function(){
	try{
	$("@name:zoom").fullsize();
	}catch(ex){
		ex=null
		}
   $("#jpId").jPlayer( {
    ready: function () {
      $(this).setFile("../mp3/el_sonidito.mp3"); // Defines the counterpart mp3 and ogg files
    },
    swfPath: "http://www.guatonpo.cl/"
  });

	//$("#testVelocidad").flash({swf:'Test_de_Velocidad.swf',height:150,width:230,
	//													flashvars: {ip:$("#hidIP").val(),isp:$("#hidISP").val()}});
	 setInterval("contador()",1000);
 });

function contador(){
//alert("cuenta");
	$.post("includes/contador.php", {queryString: ""}, function(data){
			if(data.length >0) {
					//$('#suggestions').show();
					$('#slogan').html(data);
			}
	});
}
