$(document).ready(function() {
	hideLikeBox();
	$("#likebuttom").hide();
});

/*function showLikeBox(){
	$("#likebox").delay(1000).fadeIn();	

}*/

function showLikeBoxFmenu(){
	$("#likebox").fadeIn();
}

function hideLikeBox(){
	$("#likebox").hide();
	$("#likebox").stop().stop();
}

function showLikeButton(){
	$("#likebuttom").delay(1500).fadeIn();	
}
function hideLikeButton(){
	$("#likebuttom").fadeOut();
	showLikeBoxFmenu();
}


