// JavaScript Document

function emailpcds() {
	var name = "peter@";
	  var dom = ".co.uk";
      document.write ("<a href=\"mailto:" + name + "petercoxdesign" + dom + "?subject=Regarding the Freight Shepherd web site\" title=\"Email Peter Cox Design Studio\"> Click to email Peter Cox Design Studio <\/a>");
}