
	$(function(){
		if($('#tblPlane').length)
		{
			$('#tblPlane').find('td').jTypeWriter();
		}
	});