function agree(){
		var agreement = confirm("By clicking OK I acknowledge that I have read and understand the disclaimer at the top of the Carbotech Track Pad web page. I clearly understand the differences between the street brake pads and track brake pads. I agree that I will not hold Dustin Etheredge or AutoXCooper.com responsible of any extenuating circumstances that may arise from my use of track pads. If I do not agree or do not understand, click CANCEL.");
		if(agreement) return true;
		else{
			alert("Sorry, you cannot purchase this product, please contact AutoXCooper.com for further information.");
			return false;
		}
}
