 
function e_friend() 
{ 
var e_add= prompt('Enter your friend\'s email address:',' '); 
var subj= prompt('Enter the subject of your message:','Check out this great site '); 
if ((subj==" ") || (subj==null)) 
subj="I found this great site, www.eckweb.com, low cost websites and promotional package!"; 
window.location="mailto:"+e_add+"?subject="+subj; 
} 



