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

