$(document).ready(function() 
{
	Cufon.replace('.achen16_186F18');
	Cufon.replace('.body_right_outer h1');
	Cufon.replace('.achen16_6D2332');
	
	// this corrects the height of the columnLeft by setting it equal to column right
	if(parseInt($('#columnRight').css('height')) > parseInt($('#columnLeft').css('height'))){
		$('#columnLeft').css('height', $('#columnRight').css('height'));
	}
});
