function usphone() {

	var phonex = "USA / Canada Toll Free 1-866-888-2192"
    document.write(phonex);
}

function ukphone() {

	var phonex = "UK National No. 0870 922 0145"
    document.write(phonex);
}

function intphone() {

	var phonex = "International +44 870 922 0145"
    document.write(phonex);
}
