// JavaScript Document
<!--
var AAMBB1 = "";
// 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.
ad1 = "/AAMBB1/Site=BD_UPSELL/Area=BD_UPSELL_HOME/AAMSZ=1x1";
// bserver ad call ­ insert the adx variables
document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags  +
ad1
+ '?" type="text/JavaScript" language="JavaScript">');
document.write('</SCR' + 'IPT>');

//-->