$(function() {

	var isiPad = navigator.userAgent.match(/iPad/i) != null;
	if(isiPad) {
		$('#social').hide();
	}
	
	$.localScroll();
	
});
