$("#contact-link").qtip({
   content: {url: 'http://www.tvwebpresenters.co.uk/wp-content/themes/bladesolutions/custom/free_presenter_form.html'},
   style: {
      width: 545,
      height: 248,
      background: 'transparent',
      padding: 0,
      border: {
         width: 0
      }
   },
   position: { adjust: { x: -415, y: 0 } },
   hide: { when: { event: 'click' }, fixed: true, delay: 0, effect: { length: 0 } },
   show: { when: { event: 'click' }, effect: { length: 0 } }
});

function closeContact(){
	$("#contact-link").qtip("hide"); // Hides the tooltip
}
