// JavaScript Document
<!--
var AAMB9 = "";

// Cache-busting and pageid value
var aamRnd = Math.round(Math.random() * 10000000000);
 
// Adserver URL
adserver = "http://a.interweave.com/bserver";
 
// Ad tag targeting values which will be appended to each ad request section in the bserver ad call
allAdTags = "/AAMALL/acc_random=" + aamRnd + "/pageid=" + aamRnd;
 
// Individual tags for each ad request  - increment the adx variable name and the AAMBx parameter.
//circ ad
ad9 = "/AAMB9/site=IWCROCHET/AAMSZ=120X240/Area=IC_CIRC";
// bserver ad call – insert the adx variables
document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags  +
ad9 
+ '?" type="text/JavaScript" language="JavaScript">');
document.write('</SCR' + 'IPT>');

//-->