$('a.twitter').qtip(
{
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
   },
   style: {
      padding: '7px 10px',
      tip: true,
      fontWeight: 'bold',
      textAlign: 'center',
      name: 'blue'
   }
});

$('a.facebook').qtip(
{
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
   },
   style: {
      padding: '7px 10px',
      tip: true,
      fontWeight: 'bold',
      textAlign: 'center',
      name: 'cream'
   }
});

$('a.gmaps').qtip(
{
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
   },
   show: { ready: true },
   style: {
      padding: '7px 10px',
      tip: true,
      fontWeight: 'bold',
      textAlign: 'center',
	  background: '#e08113',
      color: 'white',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#f2901e'
      },

   }
   
});

$('a.yelp').qtip(
{
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      },
   },
   style: {
      padding: '7px 10px',
      tip: true,
      fontWeight: 'bold',
      textAlign: 'center',
      name: 'red'
   }
});// JavaScript Document