$(document).ready(function(){
	
	// Creating an appreciate button.
	
	$.appreciateButton({
		url		: 'appreciateMe/script.php',	// URL to the PHP script. 
		holder	: '#main',						// The button will be inserted here.
		count	: '#countDiv'					// Optional. Will show the total count.
	});
	
});
