//NOTE TO MATTHEW FISK: Update the two numbers below to change the phone numbers on all the pages.
//MAKE SURE YOU KEEP THE SINGLE QUOTE MARKS EITHER SIDE OF THE NUMBER!

TelephoneNumber = '01794 341 778'
MobileNumber = '07792 415566'



//     DO NOT EDIT BEOND THIS POINT!
var Num = ''
Num += 'Tel: '
Num += TelephoneNumber
Num += '<br>Mob: '
Num += MobileNumber
document.write(Num) 


//Script by Joe Glombek (http://www.glombek.co.uk/joe)
//Use only with permission
