		function $( id )
        {
            return document.getElementById( id );
        }

            advAJAX.setDefaultParameters({
                onSuccess : function(obj)
                {
                    $("ajax").innerHTML = obj.responseText;
                },
                onLoading : function(obj)
                {
                      $("ajax").style.display = "block";
                },
                onComplete : function(obj)
                {
                      $("ajax").style.display = "none";
		     		  $("ajax").style.display = "block";
                }
	        
            });
		 function ocen(ocena,id,typ)
        {
	    advAJAX.post({
                url: "http://www.nutamp3.pl/_ajax_vote.php",
		parameters : {
   		   "id" : id,
		   "ocena" : ocena,
		   "typ" : typ
  		  }
	
            });
    
        }
