*/ /* start function portion of the script can be put in seperate .js file */ function writeEmail(email, eDomain){ var address = email +'@'+ eDomain; document.write(''+address+''); } /* end function portion of the script */ writeEmail('youremail', 'yourdomain.com'); //karls easy email hiding script -->