$(document).ready(function () {
	$('a.buylink').click(function() {
		window.open('http://www.affordableagility.com/agilityinbag.htm', '_blank');
		document.location.href = this.href;
		return false;
	});
});
