<!--

function editor() {
var first = "editor"
var second= "digital-web.com"
location.href="mailto:" + first + "@" + second;
}

function webmaster() {
var first = "webmaster"
var second= "digital-web.com"
location.href="mailto:" + first + "@" + second;
}

function feedback() {
var first = "feedback"
var second= "digital-web.com"
location.href="mailto:" + first + "@" + second;
}

function advertising() {
var first = "advertising"
var second= "digital-web.com"
location.href="mailto:" + first + "@" + second;
}

function resources() {
var first = "resources"
var second= "digital-web.com"
location.href="mailto:" + first + "@" + second;
}

// -->
