// Copyright 2006 Professional Website Design
// For other useful scripts and tutorials see http://www.professorscodingcorner.com




function mailBoku() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailBoku");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "boku@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}

function mailBrian() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailBrian");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "brian@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


function mailKen() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailKen");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "ken@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}



function mailStaff1() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff1");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


function mailStaff2() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff2");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


function mailStaff3() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff3");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}

function mailStaff4() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff4");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


function mailStaff5() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff5");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}

function mailStaff6() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff6");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email me";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}

function mailStaff() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email uv staff";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact uv staff"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


function mailStaff_solo() {
	if (!document.getElementById) return false;
	var findSpan = document.getElementById("mailStaff_solo");
		
		findSpan.onmouseover = function() {
			this.style.textDecoration = "underline";
		}
		findSpan.onmouseout = function() {
			this.style.textDecoration = "none";
		}
		
	var makeAnchor = document.createElement("a");
	var address = "staff@urbanvoice.org";
	var mailto = "mailto:" + address + "?subject=uvSite%20contact%20";
	var myTitle = "email uv staff";
	
	makeAnchor.setAttribute("href",mailto);
	findSpan.appendChild(makeAnchor);
	
	makeAnchor.setAttribute("title",myTitle);
	findSpan.appendChild(makeAnchor);
	
	var txtString = "contact"
	var txtAddress = document.createTextNode(txtString);
	makeAnchor.appendChild(txtAddress);

}


addLoadEvent(mailBoku);
addLoadEvent(mailBrian);
addLoadEvent(mailKen);

addLoadEvent(mailStaff1);
addLoadEvent(mailStaff2);
addLoadEvent(mailStaff3);
addLoadEvent(mailStaff4);
addLoadEvent(mailStaff5);
addLoadEvent(mailStaff6);
addLoadEvent(mailStaff);
addLoadEvent(mailStaff_solo);

