
<!--VISUAL SCIENCES CODE HBX2.0 (Universal)-->
<!--COPYRIGHT 1997-2005 VISUAL SCIENCES,INC. ALL RIGHTS RESERVED. U.S.PATENT No. 6,393,479B1. MORE  INFO:http://visualsciences.com-->
<!--hbxmodify.js version 2.01 for 1.7 Release of AIG Web Analytics Setup documentation -->
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0250.01a";hbx.gn="ehg-aig.hitbox.com";
var ecm=_hbEvent("cv");

function ConfigurableVariables(hbx, accountNumbers, localMultiLevelContent, pageName)
{
    //CONFIGURATION VARIABLES
    hbx.acct= accountNumbers;  //ACCOUNT NUMBER(S) 
    hbx.pn=pageName;//PAGE NAME(S)
    hbx.mlc= localMultiLevelContent+ ";/Personal+Lines/Europe/United+Kingdom/Direct+-+Travel+-+UK;/Personal+Lines/Europe/United+Kingdom/Foreign+General/Direct+-+Travel+-+UK/" + document.location.hostname + "-" + cleanCharacters(document.title);
    hbx.pndef="title";//DEFAULT PAGE NAME
    hbx.ctdef="full";//DEFAULT CONTENT CATEGORY
}

//BEGIN EDITABLE SECTION
function HBXModify( hbx, accountNumbers, localMultiLevelContent, pageName)
{
    ConfigurableVariables(hbx, accountNumbers, localMultiLevelContent, pageName);

    //OPTIONAL PAGE VARIABLES
    //ACTION SETTINGS
    hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
    hbx.lt="auto";//LINK TRACKING
    hbx.dlf="n";//DOWNLOAD FILTER
    hbx.dft="n";//DOWNLOAD FILE NAMING
    hbx.elf="n";//EXIT LINK FILTER

    //Internal Search
    //var ev1 = new _hbEvent("search"); // required definition to create custom event
    //ev1.keywords = ""; // required value -- populate with search term
    //ev1.results = "1"; // Number of results  -- when set = 0 the word becomes a failed keyword
    //ev1.attr1 = ""; // Search attribute -- best recommendation is to set this = to the audience type
    //ev1.attr2 = ""; // Search attribute -- best recommendation is to set this = to the Country (dash delimit if more than one country is chosen) or Select+All
    //ev1.attr3 = ""; // Search attribute -- best recommendation is to set this = to the category
    //ev1.attr4 = ""; // Search attribute -- use to populate whatever other metric you feel is important.

    //SEGMENTS AND FUNNELS
    hbx.seg="";//VISITOR SEGMENTATION
    hbx.fnl="";//FUNNELS

    //CAMPAIGNS
    hbx.cmp="";//CAMPAIGN ID
    hbx.cmpn="";//CAMPAIGN ID IN QUERY
    hbx.dcmp="";//DYNAMIC CAMPAIGN ID
    hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY
    hbx.dcmpe="";//DYNAMIC CAMPAIGN EXPIRATION
    hbx.dcmpre="";//DYNAMIC CAMPAIGN RESPONSE EXPIRATION
    hbx.hra="";//RESPONSE ATTRIBUTE
    hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY 
    hbx.hqsp="ATT";//RESPONSE ATTRIBUTE IN QUERY
    hbx.hlt="";//LEAD TRACKING
    hbx.hla="";//LEAD ATTRIBUTE
    hbx.gp="";//CAMPAIGN GOAL
    hbx.gpn="";//CAMPAIGN GOAL IN QUERY
    hbx.hcn="";//CONVERSION ATTRIBUTE
    hbx.hcv="";//CONVERSION VALUE
    hbx.cp="null";//LEGACY CAMPAIGN
    hbx.cpd="";//CAMPAIGN DOMAIN

    //CUSTOM VARIABLES
    hbx.ci="";//CUSTOMER ID
    hbx.hc1="";//CUSTOM 1
    hbx.hc2="";//CUSTOM 2
    hbx.hc3="";//CUSTOM 3
    hbx.hc4="";//CUSTOM 4
    //hbx.hc5="";//CUSTOM 5
    //hbx.hc6="";//CUSTOM 6
    //hbx.hc7="";//CUSTOM 7
    //hbx.hc8="";//CUSTOM 8
    //hbx.hc9="";//CUSTOM 9
    hbx.hrf="";//CUSTOM REFERRER
    hbx.pec="";//ERROR CODES

    //INSERT CUSTOM EVENTS
}
//END EDITABLE SECTION

function HBXAddCustomVariable(hbx, key, value)
{
    var code = 'hbx.hc' + key + '="' + value +'";';
   try
   { 
    eval(code);
   }
   catch(e)
   {
   alert(e);
   } 
}

function cleanCharacters(str) {
var text = str;
text = text.replace(/ /g, "+");
var pattern = new RegExp(/[^a-zA-Z_0-9_+_\/_-]/g);
var result = text.replace(pattern, "");
return result;
}

function EligibilityWithCommerce( hbx, accountNumbers, localMultiLevelContent, pageName, commerceAccountNumber, commerceProduct, commercePrice)
{
    ConfigurableVariables(hbx, accountNumbers, localMultiLevelContent, pageName);
    
    //OPTIONAL PAGE VARIABLES
    //ACTION SETTINGS
    hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
    hbx.lt="none";//LINK TRACKING
    hbx.dlf="n";//DOWNLOAD FILTER
    hbx.dft="n";//DOWNLOAD FILE NAMING
    hbx.elf="n";//EXIT LINK FILTER

    //SEGMENTS AND FUNNELS
    hbx.seg="";//VISITOR SEGMENTATION
    hbx.fnl="";//FUNNELS

    //CAMPAIGNS
    hbx.cmp="";//CAMPAIGN ID
    hbx.cmpn="";//CAMPAIGN ID IN QUERY
    hbx.dcmp="";//DYNAMIC CAMPAIGN ID
    hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY
    hbx.hra="";//RESPONSE ATTRIBUTE
    hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY
    hbx.hqsp="";//RESPONSE ATTRIBUTE IN QUERY
    hbx.hlt="";//LEAD TRACKING
    hbx.hla="";//LEAD ATTRIBUTE
    hbx.gp="";//CAMPAIGN GOAL
    hbx.gpn="";//CAMPAIGN GOAL IN QUERY
    hbx.hcn="";//CONVERSION ATTRIBUTE
    hbx.hcv="";//CONVERSION VALUE

    //CUSTOM VARIABLES
    hbx.hc1="";//CUSTOM 1
    hbx.hc2="";//CUSTOM 2
    hbx.hc3="";//CUSTOM 3
    hbx.hc4="";//CUSTOM 4
    hbx.hrf="";//CUSTOM REFERRER
    hbx.pec="";//ERROR CODES

    //COMMERCE VARIABLES
    hbx.cacct=commerceAccountNumber;
    hbx.pr=commerceProduct;  //comma delimited products
    hbx.bd="BRAND";
    hbx.ca="CATEGORIES";
    hbx.pc=commercePrice;    //comma delimited prices
    hbx.qn="1"; //comma delimited quantities
    hbx.sr="STORE";    //store
    hbx.cp="null";  //campaign
    hbx.cam="0";  //cart add methodology, 0 = highwatermark, 1 = incremental
    hbx.pv=0;  //product view flag, 0 = cart add, 1 = product view

    //INSERT CUSTOM EVENTS

    //END EDITABLE SECTION

    function $ii( a, b,c){ return a.indexOf(b, c?c:0)};function $is(a,b, c){return b>a.length?
    "":a.substring(b,c!=null?c:a.length)};function $a(v){ return escape(v) }; var _sv=10, _bn=navigator.
    appName,_mn="we74",_bv=parseInt(navigator.appVersion),__r=".referrer",_rf=$a(eval("document"+__r)),
    _epg="n&cam="+hbx.cam+"&pv="+(hbx.pv>0?"1":"0&abd_type=cart_add")+"&product="+$a(hbx.pr)+
    "&quantity="+$a(hbx.qn)+"&brand="+$a(hbx.bd)+"&category="+$a(hbx.ca)+"&price="+$a(hbx.pc)+
    "&store="+$a((hbx.sr=="S"+"TORE")?1:hbx.sr)+"&tz=EST&aid="+hbx.cacct;if(!$ii(_bn,"Micro"+
    "soft"))_bn="MSIE";if(_bn=="MSIE"&&_bv==2)_bv=3;function $l(m,l){return m=="/"?
    m:(($ii(m,"/")?"/":"")+(m.lastIndexOf("/")==l?m.substring(0,l):m))};function $n(
    a,b){return(a==""||a=="/")?"/":$is(a,hbx.ctdef!="full"?a.lastIndexOf("/",b-2): $ii(
    a,"/"),b)};function $o(a,b,c){var d=location.pathname,e=$is(d,d.lastIndexOf("/")+
    1,d.length);if(a&&b==c){return(hbx.pndef=="title"&&document.title!=""&&document.
    title!=location)?document.title:e?e:hbx.pndef}else{return(b==c)?$n(d,d.lastIndexOf(
    "/")):$l(b,b.length-1)}};function $p(a,b,c,d){return ""+(c>-1?$o(b,$is(a,0,c),d
    )+";"+$p($is(a,c+1),b,$ii($is(a,c+1),";")):$o(b,a,d))};hbx.mlc=$p( hbx.mlc,0,$ii(hbx.mlc,
    ";"),"CONTENT+CAT"+"EGORY");hbx.pn=$p(hbx.pn,1,$ii(hbx.pn,";"),"PUT+"+"PAGE+NAME+HERE" );
}

function PaymentWithCommerce( hbx, accountNumbers, localMultiLevelContent, pageName, commerceAccountNumber, commerceProduct, commercePrice)
{
    ConfigurableVariables(hbx, accountNumbers, localMultiLevelContent, pageName);

    //OPTIONAL PAGE VARIABLES
    //ACTION SETTINGS
    hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
    hbx.lt="none";//LINK TRACKING
    hbx.dlf="n";//DOWNLOAD FILTER
    hbx.dft="n";//DOWNLOAD FILE NAMING
    hbx.elf="n";//EXIT LINK FILTER

    //SEGMENTS AND FUNNELS
    hbx.seg="";//VISITOR SEGMENTATION
    hbx.fnl="";//FUNNELS

    //CAMPAIGNS
    hbx.cmp="";//CAMPAIGN ID
    hbx.cmpn="";//CAMPAIGN ID IN QUERY
    hbx.dcmp="";//DYNAMIC CAMPAIGN ID
    hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY
    hbx.hra="";//RESPONSE ATTRIBUTE
    hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY
    hbx.hqsp="";//RESPONSE ATTRIBUTE IN QUERY
    hbx.hlt="";//LEAD TRACKING
    hbx.hla="";//LEAD ATTRIBUTE
    hbx.gp="";//CAMPAIGN GOAL
    hbx.gpn="";//CAMPAIGN GOAL IN QUERY
    hbx.hcn="";//CONVERSION ATTRIBUTE
    hbx.hcv="";//CONVERSION VALUE

    //CUSTOM VARIABLES
    hbx.hc1="";//CUSTOM 1
    hbx.hc2="";//CUSTOM 2
    hbx.hc3="";//CUSTOM 3
    hbx.hc4="";//CUSTOM 4
    hbx.pec="";//ERROR CODES

    //COMMERCE VARIABLES
    hbx.cacct=commerceAccountNumber;
    hbx.pr=commerceProduct;  //comma delimited products
    hbx.pc=commercePrice;    //comma delimited prices
    hbx.qn="1"; //comma delimited quantities
    hbx.st="SHIP+TYPE"; //shipping type
    hbx.sp="SHIP+COST"; //shipping cost (total)
    hbx.sr="STORE";    //store
    hbx.cp="null";  //campaign

    //INSERT CUSTOM EVENTS

    //END EDITABLE SECTION
    function $a(v){return escape(v)}; var _sv=10,_bn=navigator.appName,_bv=parseInt(
    navigator.appVersion),__r=".referrer",_rf=$a(eval("document"+__r)),_epg="n&abd_type=checkout&prod"+
    "uct="+$a(hbx.pr)+"&quantity="+ $a(hbx.qn)+"&price="+$a(hbx.pc)+"&shippingtype="+$a(hbx.st)+
    "&shipping="+$a((hbx.sp=="S"+ "HIP+COST" )?0:hbx.sp)+"&store="+$a((hbx.sr=="S"+"TORE")?1:
    hbx.sr)+"&tz=EST&aid="+hbx.cacct; if(_bn.indexOf("Microsoft")==0)_bn="MSIE";if(_bn==
    "MsIE"&&_bv==2)_bv=3;function $c(m,l){return(m=="/")?m:((m.indexOf("/")?"/":"")+
    (m.lastIndexOf("/")==l?m.substring(0,l):m))};function _gf(x){return x.substring(
    x.lastIndexOf("/")+1)};function $b(n){return(n=="PUT+P"+"AGE+NAME+HERE"||n=="C"+
    "ONTENT+C"+"ATEGORY")};function _gd(x,i){return(x==""||x=="/")?"/":x.substring((
    hbx.ctdef!= "full" ) ? x.lastIndexOf("/",i-2):x.indexOf("/"),i)};function _ps(b,p){
    var l=location.pathname; if( b &&$b(p)){return(hbx.pndef=="title"&&document.title!=
    ""&& document.title !=location)?document.title:_gf(l)?_gf(l):hbx.pndef}else{return(
    $b(p) )? _gd( l, l.lastIndexOf("/")): $c( p,p.length-1)}};function _pm(m,h,i){
    return ""+ (i>-1?_ps(h,m.substring(0,i))+";"+_pm(m.substring(i+1),h,m.substring(
    i+1).indexOf(";" )):_ps(h,m))};hbx.mlc=_pm(hbx.mlc,0,hbx.mlc.indexOf(";"));hbx.pn=_pm(hbx.pn,1,
    hbx.pn.indexOf(";"));_sv=11
}

function IssuedWithCommerce( hbx, accountNumbers, localMultiLevelContent, pageName, commerceAccountNumber, commerceProduct, commercePrice, commercePolicyNumber)
{
     //CONFIGURATION VARIABLES
    hbx.eacct= accountNumbers;  //ACCOUNT NUMBER(S) 
    hbx.pn=pageName;//PAGE NAME(S)
    hbx.mlc= localMultiLevelContent+ ";/Personal+Lines/Europe/United+Kingdom/Direct+-+Travel+-+UK;/Personal+Lines/Europe/United+Kingdom/Foreign+General/Direct+-+Travel+-+UK/" + document.location.hostname + "-" + cleanCharacters(document.title);
    hbx.pndef="title";//DEFAULT PAGE NAME
    hbx.ctdef="full";//DEFAULT CONTENT CATEGORY

    //OPTIONAL PAGE VARIABLES
    //ACTION SETTINGS
    hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
    hbx.lt="none";//LINK TRACKING
    hbx.dlf="n";//DOWNLOAD FILTER
    hbx.dft="n";//DOWNLOAD FILE NAMING
    hbx.elf="n";//EXIT LINK FILTER

    //SEGMENTS AND FUNNELS
    hbx.seg="";//VISITOR SEGMENTATION
    hbx.fnl="";//FUNNELS

    //CAMPAIGNS
    hbx.cmp="";//CAMPAIGN ID
    hbx.cmpn="";//CAMPAIGN ID IN QUERY
    hbx.dcmp="";//DYNAMIC CAMPAIGN ID
    hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY
    hbx.hra="";//RESPONSE ATTRIBUTE
    hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY
    hbx.hqsp="";//RESPONSE ATTRIBUTE IN QUERY
    hbx.hlt="";//LEAD TRACKING
    hbx.hla="";//LEAD ATTRIBUTE
    hbx.gp="";//CAMPAIGN GOAL
    hbx.gpn="";//CAMPAIGN GOAL IN QUERY
    hbx.hcn="";//CONVERSION ATTRIBUTE
    hbx.hcv="";//CONVERSION VALUE

    //CUSTOM VARIABLES
    hbx.hc1="";//CUSTOM 1
    hbx.hc2="";//CUSTOM 2
    hbx.hc3="";//CUSTOM 3
    hbx.hc4="";//CUSTOM 4
    hbx.pec="";//ERROR CODES

    //COMMERCE VARIABLES
    hbx.cacct=commerceAccountNumber;			// Requireed - Different for each site
    hbx.pr=commerceProduct;				// comma delimited products
    hbx.bd="";
    hbx.ca="";							// direct travel comment: Single, Couple, Family, Unrelated Group for  
    hbx.pc=commercePrice;			// comma delimited prices //  Required - Note: does not take currency signs.
    hbx.qn="1";							// comma delimited quantities // Required  
    hbx.st="";							// shipping type
    hbx.sp="";							// shipping cost (total)
    hbx.sr="";							// store
    hbx.oi=commercePolicyNumber;		// order id   // Required comment: MUST BE UNIQUE ID for each confirmation
    hbx.sy="";							// shipping city
    hbx.sa="";							// shipping state
    hbx.sz="";   						// shipping zip code
    hbx.so="";							// shipping country
    hbx.pt="";							// payment type
    hbx.sk="";							// comma-delimited sku
    hbx.cu="";							// customer type
    hbx.ds="";							// discount
    hbx.po="";							// promotion
    hbx.c1="";							// custom one
    hbx.c2="";							// custom two

    //INSERT CUSTOM EVENTS
    //END EDITABLE SECTION

    function $gp(a){a=$d("protocol");return (a.length>0)?hbx.protocol+"://":(location.protocol=="https:"?"https://":"http://")}
    function $ii(a,b,c){ return a.indexOf(b,c?c:0)};function $is(a,b,c){return b>a.length?
    "":a.substring(b,c!=null?c:a.length)};var __r=".referrer",_hS=""+ location.search, _sv=10,_ss=_sc="u",
    _bn=navigator.appName,_bv=parseInt(navigator.appVersion),_bnN=_bn=="Netscape",_N6=(_bnN&&_bv>4)
    ,_E5P=(($ii(navigator.userAgent,'MSIE 5')>-1)||($ii(navigator.userAgent,'MSIE'+
    ' 6')>-1)),__f,_$r="document"+__r+"+''}",_$c="catch(_e)",_tls=""+top.location.
    search;if(!$ii(_bn,"Microsoft"))_bn="M";if(_bn=="M"&&_bv==2)_bv=3;
    function $a(v,c){return escape(($d("lc")=="y"&&typeof c!='undefined')?v.toLowerCase():v)}
    function _vc(m,l){return(m=="/")? m:(( $ii(m,"/")?"/":"")+(m.
    lastIndexOf("/")==l?$is(m,0,l):m))};function _gf( x){return $is(x,x.lastIndexOf(
    "/")+1,x.length)};function _wn(n){return(n=="PUT"+"+PAGE+NAME+HERE"||n=="CONTE"+
    "NT+C"+"ATEGORY")};function _gd(x,i){return(x==""||x=="/")?"/" :$is(x,( hbx.ctdef!=
    "full")?x.lastIndexOf("/",i-2):$ii(x,"/"),i)};function _ps(b, p){var l=location.
    pathname;if(b&&_wn(p)){return( hbx.pndef=="title" && document.title !=""&&document.
    title!=location)?document.title:_gf(l)?_gf(l):hbx.pndef}else{return(_wn(p)?_gd(l,l.
    lastIndexOf("/")):_vc(p,p.length-1 ))}};function _pm(m,h,i){return ""+(i>-1?_ps(
    h,$is(m,0,i))+";"+_pm($is(m,i+1,m.length),h,$ii($is(m,i+1,m.length),";")):_ps(h,
    m))};hbx.mlc=_pm(hbx.mlc,0,$ii(hbx.mlc,";")); hbx.pn=_pm(hbx.pn,1,$ii(hbx.pn,";"));function $d(v){
    return(typeof eval("self.hbx."+v)!="undefined")?eval("self.hbx."+v):""};function $f(a,
    b){return(!$ii(a,"?"+b+"="))?0: $ii(a,"&"+b+"=")};function $g(a,b,c,d){var e=$f(
    a,b);if(d&&e<0&&top&&self!=top){e=$f(_tls,b);if(e>-1)a=_tls};return(e>-1)?$is(a,
    e+2+b.length,($ii(a,"&",e+1)>-1)?$ii(a,"&",e+1):a.length):c};function $h(a,b,c){
    if(!a)a=c;if(_E5P||_N6){eval("try{__f=$g(_hS,'"+a+"','"+b+"',1)}"+_$c+"{}")}else
    {__f=$g(_hS,a,b,1)}return __f};function $i(a,b,c,d){__f=$is(a,$ii(a,"?"));if(b){
    if(_E5P||_N6){eval( "try{hbx.hra=$g(__f,hbx.hqsr,hbx.hra,0)}"+_$c+"{}")}else{hbx.hra=$g(__f,
    hbx.hqsr,hbx.hra,0)}};if(c&&!hbx.hra){if(_E5P||_N6){eval("try{hbx.hra=$g(_hS,hbx.hqsp,hbx.hra,1)"+
    "}"+_$c+"{}")}else{ hbx.hra=$g(_hS,hbx.hqsp,hbx.hra,1)}};if(d&&!hbx.hra)hbx.hra=d;return hbx.hra};
    hbx.cmp=$h($d("cmpn"),$d("cmp"),"CMP");hbx.gp=$h($d("gpn"),$d("gp"),"GP");hbx.dcmp=$h($d(
    "dcmpn" ), $d( "dcmp"), "DCMP");var _rf=""+eval("document"+__r);if(_E5P||_N6){eval(
    "try{_rf=top."+_$r+_$c+"{_rf="+_$r)}else{if(top.document&&parent.frames.length>1
    ){ _rf=eval("document"+__r)+""}else if(top.document){_rf=eval("top.document"+__r)+""}}
    if(( _rf=="undefined")||(_rf==""))_rf="bookmark";_hrat=hbx.hra;hbx.hra="";hbx.hra=$i($is(
    _rf,$ii( _rf,"?")),$d("hqsr"), $d("hqsp"), _hrat); if(document.images)_sv=11;if(
    window.screen ){ _sv=12; _ss = screen.width+ "*"+screen.height;_sc=document.all?
    screen.colorDepth:screen.pixelDepth};var _ra=new Array();if(_ra.toSource)_sv=13;
    if(_bn=="M"&&_ra.shift)_sv=13;_rf=$a(_rf);function _ecr(x,w){_ed=(w=="*")?$ii(x,
    "*"):x.length; if($ii(x,"CP=")>-1){_be=$ii(x,"CP=")+3}else{return "null"}return(
    $is(x,_be,_ed ))};hbx.cp=_ecr(document.cookie,"*");_dt=(new Date()).getHours();_e2=
    $gp()+hbx.gn+"/HG?hc="+
    "none&hb="+hbx.eacct+"&event=true&eid=1&aid="+hbx.cacct+"&tz=EST&customerid="+$a(hbx.ci)+
    "&orderid="+ $a(hbx.oi)+"&shipcity="+$a(hbx.sy)+"&shipstate="+$a(hbx.sa)+"&shipzipcode="+
    $a(hbx.sz )+ "&shipcountry="+ $a(hbx.so)+ "&paymenttype="+$a(hbx.pt)+"&product="+$a(hbx.pr)+
    "&price="+ $a(hbx.pc)+"&quantity="+ $a(hbx.qn)+"&brand="+$a(hbx.bd)+"&category="+$a(hbx.ca)+
    "&shippingtype="+$a(hbx.st)+"&shipping="+$a((hbx.sp=="S"+"HIP+COST")?0:hbx.sp)+"&store="+
    $a((hbx.sr=="S"+"TORE")?1:hbx.sr)+"&sku="+$a(hbx.sk)+"&customer_type="+$a(hbx.cu)+"&discou"+
    "nt="+$a(( hbx.ds=="D"+"ISCOUNT")?0:hbx.ds)+"&promotion="+$a((hbx.po=="P"+"ROMOTION")?'':
    hbx.po)+ "&li_custom1="+$a(hbx.c1 )+"&li_custom2="+$a(hbx.c2)+(_bnN?("&bn="+$a(_bn)):"")+
    "&sv="+_sv+"&ss="+_ss+ "&sc="+_sc+"&dt="+_dt+"&cp="+hbx.cp+"&cmp="+hbx.cmp+"&gp="+hbx.gp+
    "&abd_type=order&n=" +$a(hbx.pn,1)+"&vcon="+$a(hbx.mlc,1)+"&seg="+hbx.seg+"&dcmp="+$a(hbx.dcmp)+
    "&fnl="+$a(hbx.fnl)+"&pec="+$a(hbx.pec)+"&cv="+$a(hbx.hcv)+"&gn="+$a(hbx.hcn)+"&ld="+$a(hbx.hlt
    )+"&la="+$a(hbx.hla)+"&c1="+$a(hbx.hc1)+"&c2="+$a(hbx.hc2)+"&c3="+$a(hbx.hc3)+"&c4="+$a(hbx.hc4
    )+"&vpc="+hbx.vpc;var _hbthreshold=2048;var _hbi=new Image();
    function $oe(a){return $gp()+"//"+hbx.gn+"/HG?hc=none&hb="+hbx.eacct+"&hec=1&ec=1&err="+$a(a);}
    _hbi.src=(_e2.length<_hbthreshold)?(_e2):($oe("Commerce Order "+$a(hbx.oi)+" request over 2k limit."))
} 
<!--END VISUAL SCIENCES CODE-->
 
 

