$(document).ready(function(){
$("#t-target-01").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-01.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-02").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-02.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-03").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-03.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});
	

$("#t-target-04").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-04.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});
	

$("#t-target-05").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-05.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});
	

$("#t-target-06").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-06.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});
	

$("#t-target-07").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-07.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});
	

$("#t-target-08").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-08.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-09").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-09.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'rightStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-10").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-10.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-11").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-11.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-12").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-12.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-13").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-13.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-14").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-14.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-15").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-15.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-16").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-16.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

$("#t-target-17").ezpz_tooltip({
	beforeShow: function(content){
	if (content.html() == "") {
		$.get('info/t-c-17.html', function(html){
			content.html(html);
		});
	  }
    },
		contentPosition: 'leftStatic',
		stayOnContent: true,
		offset: 0
	});

	
/**/	
});