// JavaScript Document
<!--
var AAMBOFIE = "";

// 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.
adofie = "/AAMBOFIE/site=BEADING_DAILY_CS/Area=BD_OFIE";
// bserver ad call – insert the adx variables
document.write('<SCR' + 'IPT SRC="' + adserver + allAdTags  +
adofie
+ '?" type="text/JavaScript" language="JavaScript">');
document.write('</SCR' + 'IPT>');
//-->