// this file containes a list of all the e-mail addresses on our web site.
// they are coded here to keep robots from grabbing them for spam.

function mastermail2() {
var address = "";
var mailName = "webmaster@";
address = "<a href=\"mailto:" + mailName + "dsa4u.com\">Web Master.</a>";
document.write(address);
}

function servicemail() {
var name = "service@";
document.write ("<a href=\"mailto:" + name + "dsa4u.com\">service@dsa4u.com</a>");
}

function infomail() {
var name = "info@";
document.write ("<a href=\"mailto:" + name + "dsa4u.com\">info@dsa4u.com</a>");
}

function ordermail() {
var name = "order@";
document.write ("<a href=\"mailto:" + name + "dsa4u.com\">order@dsa4u.com</a>");
}

function dggmail() {
var name = "dgg@";
document.write ("<a href=\"mailto:" + name + "dsa4u.com\">dgg@dsa4u.com</a>");
}
