// Javascript Email Cloaking Script 

// Javascript Email Cloaking Script by Storm King Design 

// Website: http://www.stormkingdesign.com 

// Originally written March 23, 2005 

// This script may be freely used and shared (see readme.txt for configuration info).

// The author is not responsible for any problems arising from its use

// No need to edit below this line


function sendmail(user,domain) { 
document.location.href = "mailto:" + user + "@" + domain; 
}


