// JavaScript Document


function tipAddress() {
document.write (' tip&#64;WaterGarden.com ' );
}

function tipMail() {
document.write (' <a href="mailto:tip&#64;WaterGarden.com">tip&#64;WaterGarden.com</a> ' );
}


function watergAddress() {
document.write (' waterg&#64;WaterGarden.com ' );
}

function watergMail() {
document.write (' <a href="mailto:waterg&#64;WaterGarden.com">waterg&#64;WaterGarden.com</a> ' );
}


function webMastAddress() {
document.write (' webmast&#64;WaterGarden.com ' );
}

function webMastMail() {
document.write (' <a href="mailto:webmaster&#64;WaterGarden.com">webmaster&#64;WaterGarden.com</a> ' );
}

function plantsAddress() {
document.write (' plants&#64;WaterGarden.com ' );
}

function plantsMail() {
document.write (' <a href="mailto:plants&#64;WaterGarden.com">plants&#64;WaterGarden.com</a> ' );
}

function plantsAddress() {
document.write (' plants&#64;WaterGarden.com ' );
}

function plantsOutStockMaila() {
document.write (' <a href="mailto:plants&#64;WaterGarden.com?subject=' );
}

function plantsOutStockMailb() {
document.write ('plants&#64;WaterGarden.com</a> ' );
}

