So I created a forum for a radio station, and it's hosted at a separate domain then their mainpage (one is at a radio.com address, other is at forum.com). The corporate web guys gave me a javascript code snippet that would "give credit" to the main station domain for traffic on my forum's webpage. Can anyone give me an idea where I would need to add the following code (i.e. what file i need to modify) to make this piece of code work without negatively affecting the messag board.
Quote:
<script language="javascript1.1" src="http://www.webdomain.com/cc-common/wss/partnerconfig.html"></script>
<script language="javascript1.1">
hbx.acct=""+STATIONACT+";"+MARKETACT+";DM550916AIF N;"+FORMATACT+";"+REGIONACT+"";
hbx.mlc="/Blog;/"+CALLS+"/Blog;/"+CITY+"/"+CALLS+"/Blog;/"+CALLS+"/Blog;/"+CITY+"/"+CALLS+"/Blog";
hbx.hc4="Blog";
var cv = _hbEvent("cv");
</script>
<script language="javascript1.1" src="http://www.webdomain.com/cc-common/wss/hbx.js"></script>
|