jQuery(document).ready(function() 
{
jQuery("#adolink").qtip({
   content: '<span style="font-family:arial;font-size:12px;line-height:16px;"><b>ADOmedia</b> are a full service digital brand and marketing agency based in Cheshire, England.<br /><b>ADOmedia</b> do: Branding, Strategy, Design, Print, Web Applications, Micro sites, Email marketing and Hosting<br /><b>Call</b> +44 (0)1625 612198</span>',
   position: {
      corner: {
         target: 'topLeft',
         tooltip: 'bottomLeft'
      }
   },
   style: { 
      width: 200,
      padding: 5,
      background: '#971B15',
      color: '#FFF',
      textAlign: 'left',
      tip: 'bottomMiddle',
      border: {
         width: 3,
         radius: 5,
         color: '#C6231D'
      },
      name: 'dark'
   },
});
});
