$(document).ready(init);

function init(){
	
 $(".linklove").hide();
  
}