// 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> ' );
}
