/* JavaScript Document 
$(document).ready(function() {
			$('#socialarea a[title]').qtip({ 
				style: {name: "light", tip: true},
				show: { effect: { type: "slide" } },
				position: { corner: { target: "topMiddle", tooltip: "bottomLeft"  }  }
 
 
			});
			
});*/



	$(document).ready(function(){

		

	});


