// JavaScript Document

// ***********************************************
// PixelBunyiP's No-Spam email
// © 2004 K.J. Strickland
// This notice must stay intact for use.
// Visit PixelBunyiP for more scripts and web solutions
// ( http://www.pixelbunyip.com )
// Copy and paste this code into the HEAD of your HTML document
// ***********************************************

var user;
var domain;
var suffix;

function jemail(user, domain, suffix){
	document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
}
