function WriteToMe() {
	var site = "paint"+"er@D"+"ancing";
      site += "Okra.c";
	site += "om";
	var here = window.location.href;
	var me = "mailto:"+site+"?subject=Inquiry - DancingOkra";
	document.location.href = me;
	}

function WriteToKerry() {
	var site = "kerrye"+"asley@c"+"ox-inter";
      site += "net.co";
	site +="m";
	var here = window.location.href;
	var me = "mailto:"+site+"?subject=Inquiry to Lacey Stinson's Agent";
	document.location.href = me;
	}
	
function WriteToCandice() {
	var site = "Quee"+"nOf"+"Vision@";
      site += "yah";
	site +="oo.c";
	site +="om";
	var here = window.location.href;
	var me = "mailto:"+site+"?subject=Inquiry to Lacey Stinson's Agent";
	document.location.href = me;
	}

function WriteToNancy() {
	var site = "entre"+"."+"news@";
      site += "gmai";
	site +="l.c";
	site +="om";
	var here = window.location.href;
	var me = "mailto:"+site+"?subject=Inquiry to Lacey Stinson's Agent";
	document.location.href = me;
	}

function noop() {
}  