$(function() {

$('#home-panels li span').hide();

$('#home-panels a.tab').hover(
	function () {
		var tarGet = $(this).next();
		$(tarGet).show("fast");
	},
	function () {
		var tarGet = $(this).next();
		$(tarGet).hide("fast");
	}
);

$('#cf2_field_13').load("http://www.biotraninc.com/wp-content/themes/biotran/terms.txt");
$('#cf_field_12').load("http://www.biotraninc.com/wp-content/themes/biotran/terms.txt");

$('#cf_field_11-2').click(function () {
    	$(this).next().replaceWith(" <label><a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3348242' target='_blank'>Go to PayPal to Pay &raquo;</a></label>");
});
$('#cf2_field_11-2').click(function () {
    	$(this).next().replaceWith(" <label><a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3348242' target='_blank'>Go to PayPal to Pay &raquo;</a></label>");
});
$('#cf3_field_9-2').click(function () {
    	$(this).next().replaceWith(" <label><a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3348242' target='_blank'>Go to PayPal to Pay &raquo;</a></label>");

});
});