// JavaScript Document
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=yes,location=0,statusbar=no,menubar=no,resizable=no,width=380,height=200');");
}
function email()
{
	var showlink = "Email Us";
	var showname = "info";
	var showhost = "ecbarbers.com";
	document.write("<a href=" + "mail" + "to:" + showname + "&#64;" + showhost + ">" + showlink + "</a>")
}
function terry()
{
	var showlink = "Terry Tillman";
	var showname = "ttillman";
	var showhost = "ecbarbers.com";
	document.write("<a href=" + "mail" + "to:" + showname + "&#64;" + showhost + ">" + showlink + "</a>")
}
