OK, so I want to stick this ad script on my board, but can't seem to get it to work... as Jeff suggested, I put it in my template.html, which shows up on my desktop, but it does not work on the net ...
Where else can I put the script?
the script is this ::
Quote<!-- FASTCLICK.COM v1.2 for eldaronline.com -->
<script language="Javascript"><!--
var a=b=c=d=e=h=i=j=l=n=p=s=t=u=v=w=x=y=z=dc='';
var id=o=k=f=0; var jar=new Date(); var f=jar.getSeconds() * jar.getMinutes();
dc=document; n=navigator; v=parseFloat(n.appVersion); e=escape(dc.referrer);
dc.cookie='mc=y'; j=(n.javaEnabled()? 'Y':'N'); c=(dc.cookie.length>0?'Y':'N');
if(v>=4){x=screen; } if(n.appName.indexOf('Mic')>=0) {o=1; } if(v>=4){ id=6630;
if(o==1){s=x.colorDepth}w=x.width;h=x.height;}x='|';p=w+x+h+x+s+'||||'+j+x+c+x;
u='ht'+'tp://media.fastclick.net/w'; c=' alt="Click"></a>'; x='/get.media?t=s';
l=' width=468 height=60 border=0 ';t=l+'marginheight=0 marginwidth=';b='&sid=';
i=u+x+b+id+'&m=1&f=a&v=1.2&c='+f+'&j='+p+'&r='+e;d='ameborder=0 scrolling=no>';
u = '<a hr'+'ef="'+u+'/cli'+'ck.here?sid='+id+'&m=1&c='+f+'" target="_top">';
dc.writeln('<ifr'+'ame src="'+i+'&d=f"'+t+'0 hspace=0 vspace=0 fr'+d);if(o!=1){
dc.writeln(u+'<i'+'mg sr'+'c="'+i+'&d=n"'+l+c);}dc.writeln('</iframe>'); // -->
</script>
<noscript>
<a
href="http://media.fastclick.net/w/click.here?sid=6630&m=1&c=1" target="_top">
<img src="http://media.fastclick.net/w/get.media?sid=6630&m=1&d=s&c=1&f=a&v=1.2
" width=468 height=60 border=1></a></noscript>
<!-- FASTCLICK.COM v1.2 for eldaronline.com -->
any ideas?