HarpCoop >> Banner Ad Code

HarpCoop Banner Ad Code

HarpCoop is an Internet-based marketing and networking initiative sponsored by MojoTools Web Design to help independent harmonica gear craftsmen, retailers, teachers, and related vendors reach the greatest possible market.

The code below is just a bit of javascript that needs to be placed on any web page. All it does is calls the MojoTools ad server which places the banners in your web page and counts click-throughs.

Copy the code below starting with the "<script language=" and ending with "</noscript>", and place it on one of you web pages.

Note if you use a WYSIWYG editor like GoLive, Frontpage, or Dreamweaver, you'll need to insert the code in "source" mode. Contact Bob Cohen if you have questions or need help.

The Code

<script language='JavaScript' type='text/javascript' src='http://mojotools.com/phpAds/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://mojotools.com/phpAds/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:7");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://mojotools.com/phpAds/adclick.php?n=a414d065' target='_blank'><img src='http://mojotools.com/phpAds/adview.php?what=zone:7&amp;n=a414d065' border='0' alt=''></a></noscript>