// insight js
/* Commented out by Mark M. Code now redundant.
	$(function() {

			   
		$('.engineTransmissionTbl a.getCurrentSpec').livequery(function() {
			$(this).html('get updates');
			$(this).attr('href','/cars/insight/updates');	
			$(this).removeClass("getCurrentSpec");
			$(this).addClass("hijaxBrief");
		});													   			
	});
*/