<HTML>
<HEAD>
<TITLE>Quashing Email Spiders</TITLE>
</HEAD>
<BODY>
<FONT SIZE="2">Hi Group!<BR>
<BR>
I've just recently joined and thought I'd introduce myself, before asking a<BR>
question. &nbsp;My name is Kyla and I'm a web designer. &nbsp;I run my own web design<BR>
company in British Columbia, Canada and have been designing for the web for<BR>
about four years now. &nbsp;I'm not really a coder, but I like to understand the<BR>
basics of how something works, and so here I am ready to soak up all your<BR>
knowledage about javascript!<BR>
<BR>
I just found some nifty code for hiding email addresses (thanks to<BR>
netmechanic) from Email Spiders. &nbsp;The only problems is that it uses HTML<BR>
text links and I'm using a link from an image. &nbsp;The code is this:<BR>
<BR>
&lt;p&gt;Send your comments and questions to our<BR>
&lt;script language=javascript&gt;<BR>
&lt;!--<BR>
var contact = &quot;Newsletter Editor&quot;<BR>
var email = &quot;news&quot;<BR>
var emailHost = &quot;netmechanic.com&quot;<BR>
document.write(&quot;&lt;a href=&quot; + &quot;mail&quot; + &quot;to:&quot; + email + &quot;@&quot; + emailHost+ &quot;&gt;&quot;+<BR>
contact + &quot;&lt;/a&gt;&quot; + &quot;.&quot;)<BR>
//--&gt;<BR>
&lt;/script&gt;<BR>
&lt;/p&gt;<BR>
<BR>
Can you tell me if it'll still work if I take out the line that states:<BR>
<BR>
var contact = &quot;Newsletter Editor&quot;<BR>
<BR>
as this creates an HTML link on my page?<BR>
<BR>
TIA and have a sunny day,<BR>
<BR>
Kyla Phillips &nbsp;:o)<BR>
the pixie parlour<BR>
www.pixieparlour.com<BR>
</FONT>
</BODY>
</HTML>