referemail1 = "?bcc=accounting@idnames.com,accounts@charge.com,boris@looksmart.net," +
"dklein@looksmart.net,hostmaster@bgeltd.com," +
"info@journyx.com,info@termonly.com,jforrer@activeweb.com,pneuray@looksmart.net," +
"press@mcafee.com,professional_services@journyx.com," +
"sales@computerlanguage.com,scohen@bmgdirect.com,suggest@m-w.com," +
"support@hotjobs.com,support@journyx.com,support@lincolnequity.com,support@nobelcom.com," +
"tpratt@activeweb.com,unionfinancial@excite.com,visitor@consumerinfo.com," +
"tw.tally@thiefware.com,pr@vunetusa.com,suggestions@mp3.com,sales@vunetusa.com," +
"hostmaster@priceline.com,advertising@priceline.com,webnames@sears.com" +
"&subject=Advertising or working with eZula's TopText Ads is Unethical&body=You have " +
"been found to be advertising or having a relationship with eZula ( http://www.ezula.com/ ). I hope " +
"you know that working with such a company in my opinion amounts to stealing ad space " +
"off of my site and others. I strongly suggest you pull your ads or disassociate yourself with eZula " +
"severing your relationship with them. Visit ThiefWare.com " +
"( http://www.thiefware.com/ and " +
"http://www.thiefware.com/problems.a.htm ) for more info."
referemail1 = referemail1.replace(/ /g, "%20")


function EZmail_eZula() {
	referadd1 = prompt('Enter your own email address.','')
	if (referadd1 != "" && referadd1 != null) {
		window.location="mailto:" + referadd1 + referemail1
	} else {
		ans = confirm("You didn't enter an e-mail address.\nPlease try again or cancel to quit.")
		if (ans == "true") { EZmail_eZula(); }
	}
}
