function usphone() {

	var phonex = "USA / Canada Tollfree   -  1 813 774 6620"
    document.write(phonex);
}

function ukphone() {

	var phonex = "UK Local Rate - 0845 226 1564"
    document.write(phonex);
}

function intphone() {

	var phonex = "International  - +44 845 226 1564"
    document.write(phonex);
}
