// JavaScript Document

$('a.under-construction').qtip({
      content: {
		  text: false
 	  },
 	  style: {
		  width: 150,
		  padding: 5,
		  textAlign: 'center',
		  border: {
			  width: 2,
			  radius: 2,
		  },
		  tip: 'bottomMiddle',
		  name: 'cream'
 	  },
	  position: {
		  corner: {
			  target: 'topMiddle',
			  tooltip: 'bottomMiddle'
		  }
	  }
});
