$(document).ready(function() {
	$('a.carinsurance').click(function(e) {
	   this.href = '/insurance-quote/car-insurance/';
    });    
});
