// JavaScript Document

function emailpc() {
var name = "peter@";
var domain1 = "petercox";
      				document.write ("<a style=\"color:#fff;\" href=\"mailto:" + name + domain1 + "design.co.uk?subject=Enquiry from the PCDS website Contact page\" title=\"Email Peter Cox Design Studio\"> contact us by email " + 
									//' ' + 									"  <img src=\"/images05/gif2/linkarrow.gif\" class=\"linkarrow\" alt=\"\" /></a>");
					
	"</a>");				
					
}