(function($){


$.fn.default_function=function(){ 

$('.socialNetworkBtn a').mouseenter(function(event) {
//$('#twitterBtn a').css({'backgroundPosition','10px 10px'});
$('.socialNetworkBtn a').css({'backgroundPosition':'left top'});
$(this).css({'backgroundPosition':'left bottom'});
//alert('huhu');
//$(this).css({'background':'#ff00ff'});
//$(this).css({'backgroundPosition':'left bottom'});
});

$('.socialNetworkBtn a').mouseleave(function(event) {
$('.socialNetworkBtn a').css({'backgroundPosition':'left bottom'});
//$(this).css({'backgroundPosition':'b'});
});






//CLOSE FUNCTION
}
				
// CLOSE FUNCTION
})(jQuery);
		
