$(document).ready(function(){
	$(".extlinkone").qtip({
	   content: 'You are leaving Wright-Patt Credit Union\'s (WPCU) website. The site you are linking to is not operated by WPCU, and WPCU is not responsible for the content of this site. WPCU does not represent you or the third party if you enter into a transaction. The privacy and security policies of this site may differ from those of WPCU.',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: {
			background: '#d8dede',
				border: {
					width: 2,
					color: '#8fb3d3'
			}
	   },
		position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
		}
	})

	$(".extlinktwo").qtip({
	   content: 'You are leaving Wright-Patt Credit Union\'s website to visit one of our preferred partner\'s websites.',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: {
			background: '#d8dede',
				border: {
					width: 2,
					color: '#8fb3d3'
			}
	   },
		position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
		}
	})

	$(".extlinkthree").qtip({
	   content: 'You are leaving www.Wright4YouMortgage.com to visit Wright-Patt Credit Union\'s member application.',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: {
			background: '#d8dede',
				border: {
					width: 2,
					color: '#8fb3d3'
			}
	   },
		position: {
		  corner: {
			 target: 'topRight',
			 tooltip: 'bottomLeft'
		  }
		}
	})

});
