// JavaScript Document
function SetupContact(website_description)
{
	document.write("<a href=\"mailto:info@placenamesofalberta.ca?Subject="+website_description+" - Web Site\" title=\"Contact Friends by Email\">Email</a>");
}

function SetupPartner(website_description)
{
	document.write("<a href=\"mailto:mathew.wangler@gov.ab.ca?Subject="+website_description+" Web Site\" title=\"Contact the Government Department by Email\">by Email</a>");
}