/*this is stupid CHANGE THIS ASAP*/
function linkPrivatePilot(){
						window.location.hash="private_pilot";
						}

function linkCommercialPilot(){
						window.location.hash="commercial_pilot";
						}
function linkInstrumentRating(){
window.location.hash="instrument_rating";
}
function linkTransportPilot(){
window.location.hash="transport_pilot";
}
function linkFlightInstructor(){
window.location.hash="flight_instructor";
}
function linkFlightInstrument(){
window.location.hash="flight_instrument";
}
