function sample_code1() {

	var locationx = "Sydney - SYD"
    document.write(locationx);
}

function sample_code2() {

	var locationx = "Miami - MIA"
    document.write(locationx);
}

function sample_code3() {

	var locationx = "Orlando - MCO"
    document.write(locationx);
}

function sample_code4() {

	var locationx = "Vancouver - YVR"
    document.write(locationx);
}

function sample_code5() {

	var locationx = "Toronto - YYZ"
    document.write(locationx);
}

function sample_code6() {

	var locationx = "Amsterdam - AMS"
    document.write(locationx);
}

function sample_code7() {

	var locationx = "Barcelona - BCN"
    document.write(locationx);
}

function sample_code8() {

	var locationx = "Bombay - BOM"
    document.write(locationx);
}

function sample_code9() {

	var locationx = "Brisbane - BNE"
    document.write(locationx);
}

function sample_code10() {

	var locationx = "Brussels - BRU"
    document.write(locationx);
}

function sample_code11() {

	var locationx = "Cairo - CAI"
    document.write(locationx);
}

function sample_code12() {

	var locationx = "Capetown - CPT"
    document.write(locationx);
}










