// JavaScript Document




$(document).ready(function() {
	var ajaxerror="<strong>Egads!</strong> There was a problem getting this content. Here's what we know: <em>%error</em>.";					   
   $('#tooltip1').bt({
		ajaxPath: 'tooltip-content.html div#tooltip1',
		ajaxError: ajaxerror,
		//centerPointY: .1,
		positions: 'bottom',
		  padding: 20,
		  width: 400,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
   $('#tooltip2').bt({
		ajaxPath: 'tooltip-content.html div#tooltip2',
		ajaxError: ajaxerror,
		positions: 'bottom',
		  padding: 20,
		  width: 400,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
   $('#tooltip3').bt({
		ajaxPath: 'tooltip-content.html div#tooltip3',
		ajaxError: ajaxerror,
		  padding: 20,
		  width: 360,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
						   
   $('#tooltip4').bt({
		ajaxPath: 'tooltip-content.html div#tooltip4',
		ajaxError: ajaxerror,
		centerPointY: .3,
		  padding: 20,
		  width: 500,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
      $('#terms_link').bt({
		ajaxPath: 'tooltip-content.html div#tooltip5',
		ajaxError: ajaxerror,
		centerPointY: .3,
		  padding: 20,
		  width: 360,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
	     $('#tooltip6').bt({
		ajaxPath: 'tooltip-content.html div#tooltip6',
		ajaxError: ajaxerror,
		centerPointY: .3,
		  padding: 20,
		  width: 400,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});
		$('#tower_move').bt({
		ajaxPath: 'tooltip-content.html div#tooltip7',
		ajaxError: ajaxerror,
		//centerPointY: .3,
		  padding: 20,
		  width: 200,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});

		$('#address_issue').click(function(){
				return false;						   
										   });
		$('#diff_address,#address_issue').bt({
		ajaxPath: 'tooltip-content.html div#tooltip8',
		ajaxError: ajaxerror,
		//centerPointY: .3,
		  padding: 20,
		  width: 300,
		  spikeLength: 30,
		  spikeGirth: 20,
		  cornerRadius: 20,
		  fill: 'rgba(255, 255, 255, 1)',
		  strokeWidth: 1,
		  strokeStyle: '#FF0000',
		  cssStyles: {color: '#006699'}
	});



 });

