// This script inserts a telephone number into the page.
// Set the next variables to hold the constituent parts of the number.
//
var code = "07832"
var number = "270796"
//
// Build the HTML code to insert the website address.
//
document.write ("<p>"+code+" "+number+"</p>")
//
// End of Script
