<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>9692</bug_id>
          
          <creation_ts>2010-05-09 06:12:52 +0000</creation_ts>
          <short_desc>var mboxCopyright = &quot;&amp;copy; 2003-2009. Omniture, Inc. All rights reserved.&quot;;mboxUrlBuilder = function(a, b) { this.a = a; this.b = b; this.c = new Array(); this.d = function(e) { return e; }; this.f = null;};mboxUrlBuilder.prototype.addParameter = functio</short_desc>
          <delta_ts>2010-10-09 14:51:18 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#the-id-attribute</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>LC</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>mike</cc>
    
    <cc>Ms2ger</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>35528</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-05-09 06:12:52 +0000</bug_when>
    <thetext>Section: http://www.whatwg.org/specs/web-apps/current-work/#the-id-attribute

Comment:
var mboxCopyright = &quot;&amp;copy; 2003-2009. Omniture, Inc. All rights
reserved.&quot;;mboxUrlBuilder = function(a, b) { this.a = a; this.b = b; this.c =
new Array(); this.d = function(e) { return e; }; this.f =
null;};mboxUrlBuilder.prototype.addParameter = function(g, h) { var i = new
RegExp(&apos;(\&apos;|&quot;)&apos;); if (i.exec(g)) { throw &quot;Parameter &apos;&quot; + g + &quot;&apos; contains
invalid characters&quot;; } for (var j = 0; j &lt; this.c.length; j++) { var k =
this.c[j]; if (k.name == g) { k.value = h; return this; } } var l = new
Object(); l.name = g; l.value = h; this.c[this.c.length] = l; return
this;};mboxUrlBuilder.prototype.addParameters = function(c) { if (!c) { return
this; } for (var j = 0; j &lt; c.length; j++) { var m = c[j].indexOf(&apos;=&apos;); if (m
== -1 || m == 0) { continue; } this.addParameter(c[j].substring(0, m),
c[j].substring(m + 1, c[j].length)); } return
this;};mboxUrlBuilder.prototype.setServerType = function(n) { this.o =
n;};mboxUrlBuilder.prototype.setBasePath = function(f) { this.f =
f;};mboxUrlBuilder.prototype.setUrlProcessAction = function(p) { this.d =
p;};mboxUrlBuilder.prototype.buildUrl = function() { var q = this.f ? this.f :
&apos;/m2/&apos; + this.b + &apos;/mbox/&apos; + this.o; var r = document.location.protocol ==
&apos;file:&apos; ? &apos;http:&apos; : document.location.protocol; var e = r + &quot;//&quot; + this.a + q;
var s = e.indexOf(&apos;?&apos;) != -1 ? &apos;&amp;&apos; : &apos;?&apos;; for (var j = 0; j &lt; this.c.length;
j++) { var k = this.c[j]; e += s + encodeURIComponent(k.name) + &apos;=&apos; +
encodeURIComponent(k.value); s = &apos;&amp;&apos;; } return
this.t(this.d(e));};mboxUrlBuilder.prototype.getParameters = function() {
return this.c;};mboxUrlBuilder.prototype.setParameters = function(c) { this.c
= c;};mboxUrlBuilder.prototype.clone = function() { var u = new
mboxUrlBuilder(this.a, this.b); u.setServerType(this.o);
u.setBasePath(this.f); u.setUrlProcessAction(this.d); for (var j = 0; j &lt;
this.c.length; j++) { u.addParameter(this.c[j].name, this.c[j].value); }
return u;};mboxUrlBuilder.prototype.t = function(v) { return v.replace(/\&quot;/g,
&apos;&amp;quot;&apos;).replace(/&gt;/g, &apos;&amp;gt;&apos;);};mboxStandardFetcher = function() {
};mboxStandardFetcher.prototype.getType = function() { return
&apos;standard&apos;;};mboxStandardFetcher.prototype.fetch = function(w) {
w.setServerType(this.getType()); document.write(&apos;&lt;&apos; + &apos;scr&apos; + &apos;ipt src=&quot;&apos; +
w.buildUrl() + &apos;&quot; language=&quot;JavaScript&quot;&gt;&lt;&apos; + &apos;\/scr&apos; +
&apos;ipt&gt;&apos;);};mboxStandardFetcher.prototype.cancel = function() {
};mboxAjaxFetcher = function() { };mboxAjaxFetcher.prototype.getType =
function() { return &apos;ajax&apos;;};mboxAjaxFetcher.prototype.fetch = function(w) {
w.setServerType(this.getType()); var e = w.buildUrl(); this.x =
document.createElement(&apos;script&apos;); this.x.src = e;
document.body.appendChild(this.x);};mboxAjaxFetcher.prototype.cancel =
function() { };mboxMap = function() { this.y = new Object(); this.z = new
Array();};mboxMap.prototype.put = function(A, h) { if (!this.y[A]) {
this.z[this.z.length] = A; } this.y[A] = h;};mboxMap.prototype.get =
function(A) { return this.y[A];};mboxMap.prototype.remove = function(A) {
this.y[A] = undefined;};mboxMap.prototype.each = function(p) { for (var j = 0;
j &lt; this.z.length; j++ ) { var A = this.z[j]; var h = this.y[A]; if (h) { p(A,
h); } }};mboxFactory = function(B, b, C) { this.D = false; this.B = B; this.C
= C; this.E = new mboxList(); mboxFactories.put(C, this); this.F = typeof
document.createElement(&apos;div&apos;).replaceChild != &apos;undefined&apos; &amp;&amp; (function() {
return true; })() &amp;&amp; typeof document.getElementById != &apos;undefined&apos; &amp;&amp; typeof
(window.attachEvent || document.addEventListener || window.addEventListener)
!= &apos;undefined&apos; &amp;&amp; typeof encodeURIComponent != &apos;undefined&apos;; this.G = this.F &amp;&amp;
mboxGetPageParameter(&apos;mboxDisable&apos;) == null; var H = C == &apos;default&apos;; this.I =
new mboxCookieManager( &apos;mbox&apos; + (H ? &apos;&apos; : (&apos;-&apos; + C)), (function() { return
mboxCookiePageDomain(); })()); this.G = this.G &amp;&amp; this.I.isEnabled() &amp;&amp;
(this.I.getCookie(&apos;disable&apos;) == null); if (this.isAdmin()) { this.enable(); }
this.J = mboxGenerateId(); this.K = new mboxSession(this.J, &apos;mboxSession&apos;,
&apos;session&apos;, 31 * 60, this.I); this.L = new mboxPC(&apos;PC&apos;, 1209600, this.I);
this.w = new mboxUrlBuilder(B, b); this.M(this.w, H); this.N = new
Date().getTime(); this.O = this.N; var P = this; this.addOnLoad(function() {
P.O = new Date().getTime(); }); if (this.F) { this.addOnLoad(function() { P.D
= true; P.getMboxes().each(function(Q) { Q.setFetcher(new mboxAjaxFetcher());
Q.finalize(); }); }); this.limitTraffic(100, 10368000); if (this.G) {
this.R(); this.S = new mboxSignaler(function(T, c) { return P.create(T, c); },
this.I); } }};mboxFactory.prototype.isEnabled = function() { return
this.G;};mboxFactory.prototype.getDisableReason = function() { return
this.I.getCookie(&apos;disable&apos;);};mboxFactory.prototype.isSupported = function() {
return this.F;};mboxFactory.prototype.disable = function(U, V) { if (typeof U
== &apos;undefined&apos;) { U = 60 * 60; } if (typeof V == &apos;undefined&apos;) { V =
&apos;unspecified&apos;; } if (!this.isAdmin()) { this.G = false;
this.I.setCookie(&apos;disable&apos;, V, U); }};mboxFactory.prototype.enable =
function() { this.G = true;
this.I.deleteCookie(&apos;disable&apos;);};mboxFactory.prototype.isAdmin = function() {
return document.location.href.indexOf(&apos;mboxEnv&apos;) !=
-1;};mboxFactory.prototype.limitTraffic = function(W, U)
{};mboxFactory.prototype.addOnLoad = function(p) { if
(window.addEventListener) { window.addEventListener(&apos;load&apos;, p, false); } else
if (document.addEventListener) { document.addEventListener(&apos;load&apos;, p, false);
} else if (document.attachEvent) { window.attachEvent(&apos;onload&apos;, p);
}};mboxFactory.prototype.getEllapsedTime = function() { return this.O -
this.N;};mboxFactory.prototype.getEllapsedTimeUntil = function(X) { return X -
this.N;};mboxFactory.prototype.getMboxes = function() { return
this.E;};mboxFactory.prototype.get = function(T, Y) { return
this.E.get(T).getById(Y || 0);};mboxFactory.prototype.update = function(T, c)
{ if (!this.isEnabled()) { return; } if (this.E.get(T).length() == 0) { throw
&quot;Mbox &quot; + T + &quot; is not defined&quot;; } this.E.get(T).each(function(Q) {
Q.getUrlBuilder() .addParameter(&apos;mboxPage&apos;, mboxGenerateId()); Q.load(c);
});};mboxFactory.prototype.create = function( T, c, Z) { if
(!this.isSupported()) { return null; } var e = this.w.clone();
e.addParameter(&apos;mboxCount&apos;, this.E.length() + 1); e.addParameters(c); var Y =
this.E.get(T).length(); var _ = this.C + &apos;-&apos; + T + &apos;-&apos; + Y; var ab; if (Z) {
ab = new mboxLocatorNode(Z); } else { if (this.D) { throw &apos;The page has
already been loaded, can\&apos;t write marker&apos;; } ab = new mboxLocatorDefault(_); }
try { var P = this; var bb = &apos;mboxImported-&apos; + _; var Q = new mbox(T, Y, e,
ab, bb); if (this.G) { Q.setFetcher(this.D ? new mboxAjaxFetcher() : new
mboxStandardFetcher()); } Q.setOnError(function(cb, n) { Q.setMessage(cb);
Q.activate(); if (!Q.isActivated()) { P.disable(60 * 60, cb);
window.location.reload(false); } }); this.E.add(Q); } catch (db) {
this.disable(); throw &apos;Failed creating mbox &quot;&apos; + T + &apos;&quot;, the error was: &apos; +
db; } var eb = new Date(); e.addParameter(&apos;mboxTime&apos;, eb.getTime() -
(eb.getTimezoneOffset() * 60000)); return
Q;};mboxFactory.prototype.getCookieManager = function() { return
this.I;};mboxFactory.prototype.getPageId = function() { return
this.J;};mboxFactory.prototype.getPCId = function() { return
this.L;};mboxFactory.prototype.getSessionId = function() { return
this.K;};mboxFactory.prototype.getSignaler = function() { return
this.S;};mboxFactory.prototype.getUrlBuilder = function() { return
this.w;};mboxFactory.prototype.M = function(e, H) { e.addParameter(&apos;mboxHost&apos;,
document.location.hostname) .addParameter(&apos;mboxSession&apos;, this.K.getId()); if
(!H) { e.addParameter(&apos;mboxFactoryId&apos;, this.C); } if (this.L.getId() != null)
{ e.addParameter(&apos;mboxPC&apos;, this.L.getId()); } e.addParameter(&apos;mboxPage&apos;,
this.J); e.addParameter(&apos;mboxXDomain&apos;, &quot;enabled&quot;);
e.setUrlProcessAction(function(e) { e += &apos;&amp;mboxURL=&apos; +
encodeURIComponent(document.location); var fb =
encodeURIComponent(document.referrer); if (e.length + fb.length &lt; 2000) { e +=
&apos;&amp;mboxReferrer=&apos; + fb; } e += &apos;&amp;mboxVersion=&apos; + mboxVersion; return e;
});};mboxFactory.prototype.gb = function() { return
&quot;&quot;;};mboxFactory.prototype.R = function() { document.write(&apos;&lt;style&gt;.&apos; +
&apos;mboxDefault&apos; + &apos; { visibility:hidden;
}&lt;/style&gt;&apos;);};mboxFactory.prototype.isDomLoaded = function() { return
this.D;};mboxSignaler = function(hb, I) { this.I = I; var ib =
I.getCookieNames(&apos;signal-&apos;); for (var j = 0; j &lt; ib.length; j++) { var jb =
ib[j]; var kb = I.getCookie(jb).split(&apos;&amp;&apos;); var Q = hb(kb[0], kb); Q.load();
I.deleteCookie(jb); }};mboxSignaler.prototype.signal = function(lb, T ) {
this.I.setCookie(&apos;signal-&apos; + lb, mboxShiftArray(arguments).join(&apos;&amp;&apos;), 45 *
60);};mboxList = function() { this.E = new Array();};mboxList.prototype.add =
function(Q) { if (Q != null) { this.E[this.E.length] = Q;
}};mboxList.prototype.get = function(T) { var mb = new mboxList(); for (var j
= 0; j &lt; this.E.length; j++) { var Q = this.E[j]; if (Q.getName() == T) {
mb.add(Q); } } return mb;};mboxList.prototype.getById = function(nb) { return
this.E[nb];};mboxList.prototype.length = function() { return
this.E.length;};mboxList.prototype.each = function(p) { if (typeof p !=
&apos;function&apos;) { throw &apos;Action must be a function, was: &apos; + typeof(p); } for (var
j = 0; j &lt; this.E.length; j++) { p(this.E[j]); }};mboxLocatorDefault =
function(g) { this.g = &apos;mboxMarker-&apos; + g; document.write(&apos;&lt;div id=&quot;&apos; + this.g
+ &apos;&quot;
style=&quot;visibility:hidden;display:none&quot;&gt;&amp;nbsp;&lt;/div&gt;&apos;);};mboxLocatorDefault.pro
totype.locate = function() { var ob = document.getElementById(this.g); while
(ob != null) { if (ob.nodeType == 1) { if (ob.className == &apos;mboxDefault&apos;) {
return ob; } } ob = ob.previousSibling; } return
null;};mboxLocatorDefault.prototype.force = function() { var pb =
document.createElement(&apos;div&apos;); pb.className = &apos;mboxDefault&apos;; var qb =
document.getElementById(this.g); qb.parentNode.insertBefore(pb, qb); return
pb;};mboxLocatorNode = function(rb) { this.ob =
rb;};mboxLocatorNode.prototype.locate = function() { return typeof this.ob ==
&apos;string&apos; ? document.getElementById(this.ob) :
this.ob;};mboxLocatorNode.prototype.force = function() { return
null;};mboxCreate = function(T ) { var Q = mboxFactoryDefault.create( T,
mboxShiftArray(arguments)); if (Q) { Q.load(); } return Q;};mboxDefine =
function(Z, T ) { var Q = mboxFactoryDefault.create(T,
mboxShiftArray(mboxShiftArray(arguments)), Z); return Q;};mboxUpdate =
function(T ) { mboxFactoryDefault.update(T, mboxShiftArray(arguments));};mbox
= function(g, sb, w, tb, bb) { this.ub = null; this.vb = 0; this.ab = tb;
this.bb = bb; this.wb = null; this.xb = new mboxOfferContent(); this.pb =
null; this.w = w; this.message = &apos;&apos;; this.yb = new Object(); this.zb = 0;
this.sb = sb; this.g = g; this.Ab(); w.addParameter(&apos;mbox&apos;, g)
.addParameter(&apos;mboxId&apos;, sb); this.Bb = function() {}; this.Cb = function() {};
this.Db = null;};mbox.prototype.getId = function() { return
this.sb;};mbox.prototype.Ab = function() { if (this.g.length &gt; 250) { throw
&quot;Mbox Name &quot; + this.g + &quot; exceeds max length of &quot; + &quot;250 characters.&quot;; } else
if (this.g.match(/^\s+|\s+$/g)) { throw &quot;Mbox Name &quot; + this.g + &quot; has
leading/trailing whitespace(s).&quot;; }};mbox.prototype.getName = function() {
return this.g;};mbox.prototype.getParameters = function() { var c =
this.w.getParameters(); var mb = new Array(); for (var j = 0; j &lt; c.length;
j++) { if (c[j].name.indexOf(&apos;mbox&apos;) != 0) { mb[mb.length] = c[j].name + &apos;=&apos; +
c[j].value; } } return mb;};mbox.prototype.setOnLoad = function(p) { this.Cb =
p; return this;};mbox.prototype.setMessage = function(cb) { this.message = cb;
return this;};mbox.prototype.setOnError = function(Bb) { this.Bb = Bb; return
this;};mbox.prototype.setFetcher = function(Eb) { if (this.wb) {
this.wb.cancel(); } this.wb = Eb; return this;};mbox.prototype.getFetcher =
function() { return this.wb;};mbox.prototype.load = function(c) { if (this.wb
== null) { return this; } this.setEventTime(&quot;load.start&quot;);
this.cancelTimeout(); this.vb = 0; var w = (c &amp;&amp; c.length &gt; 0) ?
this.w.clone().addParameters(c) : this.w; this.wb.fetch(w); var P = this;
this.Fb = setTimeout(function() { P.Bb(&apos;browser timeout&apos;, P.wb.getType()); },
15000); this.setEventTime(&quot;load.end&quot;); return this;};mbox.prototype.loaded =
function() { this.cancelTimeout(); if (!this.activate()) { var P = this;
setTimeout(function() { P.loaded(); }, 100); }};mbox.prototype.activate =
function() { if (this.vb) { return this.vb; } this.setEventTime(&apos;activate&apos; +
++this.zb + &apos;.start&apos;); if (this.show()) { this.cancelTimeout(); this.vb = 1; }
this.setEventTime(&apos;activate&apos; + this.zb + &apos;.end&apos;); return
this.vb;};mbox.prototype.isActivated = function() { return
this.vb;};mbox.prototype.setOffer = function(xb) { if (xb &amp;&amp; xb.show &amp;&amp;
xb.setOnLoad) { this.xb = xb; } else { throw &apos;Invalid offer&apos;; } return
this;};mbox.prototype.getOffer = function() { return
this.xb;};mbox.prototype.show = function() { this.setEventTime(&apos;show.start&apos;);
var mb = this.xb.show(this); this.setEventTime(mb == 1 ? &quot;show.end.ok&quot; :
&quot;show.end&quot;); return mb;};mbox.prototype.showContent = function(Gb) { if (Gb ==
null) { return 0; } if (this.pb == null || !this.pb.parentNode) { this.pb =
this.getDefaultDiv(); if (this.pb == null) { return 0; } } if (this.pb != Gb)
{ this.Hb(this.pb); this.pb.parentNode.replaceChild(Gb, this.pb); this.pb =
Gb; } this.Ib(Gb); this.Cb(); return 1;};mbox.prototype.hide = function() {
this.setEventTime(&apos;hide.start&apos;); var mb =
this.showContent(this.getDefaultDiv()); this.setEventTime(mb == 1 ?
&apos;hide.end.ok&apos; : &apos;hide.end.fail&apos;); return mb;};mbox.prototype.finalize =
function() { this.setEventTime(&apos;finalize.start&apos;); this.cancelTimeout(); if
(this.getDefaultDiv() == null) { if (this.ab.force() != null) {
this.setMessage(&apos;No default content, an empty one has been added&apos;); } else {
this.setMessage(&apos;Unable to locate mbox&apos;); } } if (!this.activate()) {
this.hide(); this.setEventTime(&apos;finalize.end.hide&apos;); }
this.setEventTime(&apos;finalize.end.ok&apos;);};mbox.prototype.cancelTimeout =
function() { if (this.Fb) { clearTimeout(this.Fb); } if (this.wb != null) {
this.wb.cancel(); }};mbox.prototype.getDiv = function() { return
this.pb;};mbox.prototype.getDefaultDiv = function() { if (this.Db == null) {
this.Db = this.ab.locate(); } return this.Db;};mbox.prototype.setEventTime =
function(Jb) { this.yb[Jb] = (new
Date()).getTime();};mbox.prototype.getEventTimes = function() { return
this.yb;};mbox.prototype.getImportName = function() { return
this.bb;};mbox.prototype.getURL = function() { return
this.w.buildUrl();};mbox.prototype.getUrlBuilder = function() { return
this.w;};mbox.prototype.Kb = function(pb) { return pb.style.display !=
&apos;none&apos;;};mbox.prototype.Ib = function(pb) { this.Lb(pb,
true);};mbox.prototype.Hb = function(pb) { this.Lb(pb,
false);};mbox.prototype.Lb = function(pb, Mb) { pb.style.visibility = Mb ?
&quot;visible&quot; : &quot;hidden&quot;; pb.style.display = Mb ? &quot;block&quot; :
&quot;none&quot;;};mboxOfferContent = function() { this.Cb = function()
{};};mboxOfferContent.prototype.show = function(Q) { var mb =
Q.showContent(document.getElementById(Q.getImportName())); if (mb == 1) {
this.Cb(); } return mb;};mboxOfferContent.prototype.setOnLoad = function(Cb) {
this.Cb = Cb;};mboxOfferAjax = function(Gb) { this.Gb = Gb; this.Cb =
function() {};};mboxOfferAjax.prototype.setOnLoad = function(Cb) { this.Cb =
Cb;};mboxOfferAjax.prototype.show = function(Q) { var Nb =
document.createElement(&apos;div&apos;); Nb.id = Q.getImportName(); Nb.innerHTML =
this.Gb; var mb = Q.showContent(Nb); if (mb == 1) { this.Cb(); } return
mb;};mboxOfferDefault = function() { this.Cb = function()
{};};mboxOfferDefault.prototype.setOnLoad = function(Cb) { this.Cb =
Cb;};mboxOfferDefault.prototype.show = function(Q) { var mb = Q.hide(); if (mb
== 1) { this.Cb(); } return mb;};mboxCookieManager = function
mboxCookieManager(g, Ob) { this.g = g; this.Ob = Ob == &apos;&apos; || Ob.indexOf(&apos;.&apos;)
== -1 ? &apos;&apos; : &apos;; domain=&apos; + Ob; this.Pb = new mboxMap();
this.loadCookies();};mboxCookieManager.prototype.isEnabled = function() {
this.setCookie(&apos;check&apos;, &apos;true&apos;, 60); this.loadCookies(); return
this.getCookie(&apos;check&apos;) == &apos;true&apos;;};mboxCookieManager.prototype.setCookie =
function(g, h, U) { if (typeof g != &apos;undefined&apos; &amp;&amp; typeof h != &apos;undefined&apos; &amp;&amp;
typeof U != &apos;undefined&apos;) { var Qb = new Object(); Qb.name = g; Qb.value =
escape(h); Qb.expireOn = Math.ceil(U + new Date().getTime() / 1000);
this.Pb.put(g, Qb); this.saveCookies();
}};mboxCookieManager.prototype.getCookie = function(g) { var Qb =
this.Pb.get(g); return Qb ? unescape(Qb.value) :
null;};mboxCookieManager.prototype.deleteCookie = function(g) {
this.Pb.remove(g);
this.saveCookies();};mboxCookieManager.prototype.getCookieNames = function(Rb)
{ var Sb = new Array(); this.Pb.each(function(g, Qb) { if (g.indexOf(Rb) == 0)
{ Sb[Sb.length] = g; } }); return Sb;};mboxCookieManager.prototype.saveCookies
= function() { var Tb = new Array(); var Ub = 0; this.Pb.each(function(g, Qb)
{ Tb[Tb.length] = g + &apos;#&apos; + Qb.value + &apos;#&apos; + Qb.expireOn; if (Ub &lt;
Qb.expireOn) { Ub = Qb.expireOn; } }); var Vb = new Date(Ub * 1000);
document.cookie = this.g + &apos;=&apos; + Tb.join(&apos;|&apos;) + &apos;; expires=&apos; +
Vb.toGMTString() + &apos;; path=/&apos; +
this.Ob;};mboxCookieManager.prototype.loadCookies = function() { this.Pb = new
mboxMap(); var Wb = document.cookie.indexOf(this.g + &apos;=&apos;); if (Wb != -1) { var
Xb = document.cookie.indexOf(&apos;;&apos;, Wb); if (Xb == -1) { Xb =
document.cookie.indexOf(&apos;,&apos;, Wb); if (Xb == -1) { Xb = document.cookie.length;
} } var Yb = document.cookie.substring( Wb + this.g.length + 1,
Xb).split(&apos;|&apos;); var Zb = Math.ceil(new Date().getTime() / 1000); for (var j =
0; j &lt; Yb.length; j++) { var Qb = Yb[j].split(&apos;#&apos;); if (Zb &lt;= Qb[2]) { var _b
= new Object(); _b.name = Qb[0]; _b.value = Qb[1]; _b.expireOn = Qb[2];
this.Pb.put(_b.name, _b); } } }};mboxSession = function(ac, bc, jb, cc, I) {
this.bc = bc; this.jb = jb; this.cc = cc; this.I = I; this.dc = false; this.sb
= typeof mboxForceSessionId != &apos;undefined&apos; ? mboxForceSessionId :
mboxGetPageParameter(this.bc); if (this.sb == null || this.sb.length == 0) {
this.sb = I.getCookie(jb); if (this.sb == null || this.sb.length == 0) {
this.sb = ac; this.dc = true; } } I.setCookie(jb, this.sb,
cc);};mboxSession.prototype.getId = function() { return
this.sb;};mboxSession.prototype.forceId = function(ec) { this.sb = ec;
this.I.setCookie(this.jb, this.sb, this.cc);};mboxPC = function(jb, cc, I) {
this.jb = jb; this.cc = cc; this.I = I; this.sb = typeof mboxForcePCId !=
&apos;undefined&apos; ? mboxForcePCId : I.getCookie(jb); if (this.sb != null) {
I.setCookie(jb, this.sb, cc); }};mboxPC.prototype.getId = function() { return
this.sb;};mboxPC.prototype.forceId = function(ec) { if (this.sb != ec) {
this.sb = ec; this.I.setCookie(this.jb, this.sb, this.cc); return true; }
return false;};mboxGetPageParameter = function(g) { var mb = null; var fc =
new RegExp(g + &quot;=([^\&amp;]*)&quot;); var gc = fc.exec(document.location); if (gc !=
null &amp;&amp; gc.length &gt;= 2) { mb = gc[1]; } return mb;};mboxSetCookie =
function(g, h, U) { return mboxFactoryDefault.getCookieManager().setCookie(g,
h, U);};mboxGetCookie = function(g) { return
mboxFactoryDefault.getCookieManager().getCookie(g);};mboxCookiePageDomain =
function() { var Ob =
(/([^:]*)(:[0-9]{0,5})?/).exec(document.location.host)[1]; var hc =
/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/; if (!hc.exec(Ob)) { var ic =
(/([^\.]+\.[^\.]{3}|[^\.]+\.[^\.]+\.[^\.]{2})$/).exec(Ob); if (ic) { Ob =
ic[0]; } } return Ob ? Ob: &quot;&quot;;};mboxShiftArray = function(jc) { var mb = new
Array(); for (var j = 1; j &lt; jc.length; j++) { mb[mb.length] = jc[j]; } return
mb;};mboxGenerateId = function() { return (new Date()).getTime() + &quot;-&quot; +
Math.floor(Math.random() * 999999);};if (typeof mboxVersion == &apos;undefined&apos;) {
var mboxVersion = 38; var mboxFactories = new mboxMap(); var
mboxFactoryDefault = new mboxFactory(&apos;citicardjpn.tt.omtrdc.net&apos;,
&apos;citicardjpn&apos;, &apos;default&apos;);};if (mboxGetPageParameter(&quot;mboxDebug&quot;) != null ||
mboxFactoryDefault.getCookieManager() .getCookie(&quot;debug&quot;) != null) {
setTimeout(function() { if (typeof mboxDebugLoaded == &apos;undefined&apos;) {
alert(&apos;Could not load the remote debug.\nPlease check your connection&apos; + &apos; to
Test&amp;amp;Target servers&apos;); } }, 60*60); document.write(&apos;&lt;&apos; + &apos;scr&apos; + &apos;ipt
language=&quot;Javascript1.2&quot; src=&apos; +
&apos;&quot;http://admin16.testandtarget.omniture.com/admin/mbox/mbox_debug.jsp?mboxServ
erHost=citicardjpn.tt.omtrdc.net&apos; + &apos;&amp;clientCode=citicardjpn&quot;&gt;&lt;&apos; + &apos;\/scr&apos; +
&apos;ipt&gt;&apos;);};

Posted from: 122.29.51.230</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35533</commentid>
    <comment_count>1</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2010-05-10 07:01:11 +0000</bug_when>
    <thetext>Not a bug.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>