//This script is STRICTLY copyright John Phillip Daly / Churchilll Security / Elite Telecom. If any infrigement is found then you will be prosecuted to the fullest extent of the law. Copyscape.com checks in progress on a regular basis. You have been warned. Sorry to be harsh.

if (phone == "310")
			{
			document.write("Tel: <strong class='highlight'>08000 111 310</strong></p>")
			}

else if (phone == "428")

			{
			document.write("Tel: <strong class='highlight'>08000 111 428</strong></p>")
			}

else if (phone == "775")

			{
			document.write("Tel: <strong class='highlight'>08000 111 775</strong></p>")
			}

else if (phone == "414")

			{
			document.write("Tel: <strong class='highlight'>08000 111 414</strong></p>")
			}
			
else if (phone == "322")

			{
			document.write("Tel: <strong class='highlight'>08000 111 322</strong></p>")
			}
			
else if (phone == "315")

			{
			document.write("Tel: <strong class='highlight'>08000 111 315</strong></p>")
			}
		
else if (phone == "419")

			{
			document.write("Tel: <strong class='highlight'>08000 111 419</strong></p>")
			}
			
else if (phone == "876")

			{
			document.write("Tel: <strong class='highlight'>08000 111 876</strong></p>")
			}
			
else if (phone == "989")

			{
			document.write("Tel: <strong class='highlight'>08000 111 989</strong></p>")
			}

else if (phone == "143")

			{
			document.write("Tel: <strong class='highlight'>08000 111 143</strong></p>")
			}

else
			{
			document.write("Tel: <strong class='highlight'>08000 111 217</strong></p>")
			}
