// insight js
/*	Commented out by Mark M. Code now redundant.*/
/*	$(function() {
		
		$('.engineTransmissionTbl a.getCurrentSpec').livequery(function() {
			$(this).text('get updates');
		});
		
		$('.engineTransmissionTbl a.getCurrentSpec').livequery('click', function() {			
			// Log tracking
			doLogging("/cars/corporatesales/viewrange/insight/?view=contactUsForm");
			// Scroll to the contact form
			$('html, body').animate({scrollTop: $($("#contactUsForm")).offset().top }, 2000);
		});													   			
	});
*/
