vjo.needs("vjo.dsf.client.Browser");
vjo.ctype("vjo.dsf.client.ActiveX").props({init:function(){
var oC=vjo.dsf.client.Browser;
if(oC.bIE){
var d=document;
dw=function(s){
d.writeln(s);
};
dw("<scr"+"ipt language=\"vbscript\" type=\"text/vbscript\">");
dw("\tFunction vbCheckActiveXControl (pActXName)");
dw("\t\taX = false");
dw("\t\ton error resume next");
dw("\t\taX = IsObject(CreateObject(pActXName))");
dw("\t\tvbCheckActiveXControl = aX");
dw("End Function");
dw("</scr"+"ipt>");
}
},isLibLoaded:function(_4){
var oC=vjo.dsf.client.Browser;
return oC.bActiveXSupported&&vbCheckActiveXControl(_4);
}}).inits(function(){
vjo.dsf.client.ActiveX.init();
}).endType();

vjo.ctype("vjo.dsf.utils.URL").props({addArg:function(_1,_2,_3){
if(_1==null||_1==undefined){
return null;
}
if(_1.indexOf("?")<0){
_1+="?"+_2+"="+_3;
return _1;
}
var _4=this.getArgPairIfExists(_1,_2);
if(_4!==null){
_1=_1.replace(_4,_2+"="+_3);
}else{
_1+="&"+_2+"="+_3;
}
return _1;
},getArg:function(_5,_6){
if(_5==null||_5==undefined){
return null;
}
if(_5.indexOf("?")<0){
return null;
}
var _7=this.getArgPairIfExists(_5,_6);
if(_7!==null){
return _7.substring(_7.indexOf("=")+1);
}
return null;
},getArgPairIfExists:function(_8,_9){
var _a=_8.indexOf("?");
if(_a<0){
return null;
}
var _b=_8;
var _c,argName;
while(_a>=0){
_b=_b.substring(_a+1);
_c=_b;
_a=_b.indexOf("&");
if(_a>=0){
_c=_b.substring(0,_a);
}
argName=_c.substring(0,_c.indexOf("="));
if(argName==_9){
return _c;
}
}
return null;
}}).endType();

vjo.type("vjo.darwin.core.rtm.RTMHelper").props({setRtm:function(_1){
this.oRtm=_1;
},render:function(_2){
var t=this;
if(t.oRtm){
t.oRtm.renderPromos(_2);
}
}});

vjo.needs("vjo.dsf.utils.URL");
vjo.needs("vjo.darwin.core.rtm.RTMHelper");
vjo.type("vjo.darwin.core.rtm.RTMInit").satisfies("vjo.dsf.common.IJsServiceHandler").protos({constructs:function(_1){
this.oRTM=new vjo.darwin.core.rtm.RTM(_1);
vjo.darwin.core.rtm.RTMHelper.setRtm(this.oRTM);
},invoke:function(_2){
var _3=this.oRTM.processGlobalNavPids();
if(_3!=""){
var U=vjo.dsf.utils.URL;
var _5=this.oRTM.oJSBean.url;
_5=U.addArg(_5,"e","USC:"+this.oRTM.getSegment(false));
var p=U.getArg(_5,"p");
if((p!=null)&&!p.has(_3)){
this.oRTM.oJSBean.url=_5.replace("p="+p,"p="+p+":"+_3);
}
if(typeof (_oGlobalNavRTMInfo)!="undefined"){
_oGlobalNavRTMInfo.aRTMPlacementData=[];
}
}
this.oRTM.appendUrl("&z="+this.oRTM.getFlashVersion());
this.oRTM.appendUrl("&bw="+this.oRTM.getBrowserWidth());
if(this.oRTM.getCIDCookie()!=null&&this.oRTM.getCIDCookie()!=""&&this.oRTM.getCIDCookie()!="undefined"){
this.oRTM.appendUrl("&cg="+this.oRTM.getCIDCookie());
}
if(this.oRTM.getEncodingType()!=null){
this.oRTM.appendUrl("&enc="+this.oRTM.getEncodingType());
}
this.oRTM.appendUrl("&v=4");
this.oRTM.registerGlobalNavPlacements();
if(!this.oRTM.oJSBean.onload){
this.onSend();
}else{
vjo.dsf.EventDispatcher.addEventListener(window,"load",this.onLoad,this);
}
vjo.dsf.EventDispatcher.addEventListener(window,"load",this.oRTM.setTimeOut,this.oRTM);
_2.returnData=false;
return _2;
},onLoad:function(){
var _7=this;
window.setTimeout(function(){
_7.onSend();
},0);
},onSend:function(){
var _8=this.oRTM,opt=_8.bOptimize,func=opt?_8.storeResponse:_8.setInlineContent;
var _9=new vjo.dsf.assembly.VjClientAssemblerRequest(_8.oJSBean.url,func,_8,"cb",!opt);
vjo.dsf.assembly.VjClientAssembler.load(_9);
}});

vjo.needs("vjo.dsf.typeextensions.string.Comparison");
vjo.needs("vjo.dsf.cookie.VjCookieJar");
vjo.needs("vjo.dsf.client.Browser");
vjo.type("vjo.darwin.core.rtm.ReportAd").protos({constructs:function(_1,_2,_3,_4,_5,_6,_7){
this.postUrl=_7;
this.dialogTitle=_1;
this.submitCaption=_2;
this.closeCaption=_3;
this.cancelCaption=_4;
this.headlines=null;
this.tokens=null;
this.codes=_5;
this.descriptions=_6;
this.width=400;
this.height=400;
this.reasonCodeOptions=[];
this.reasonCodeOptionsHtml="";
this.shellHtml="";
this.html=null;
this.shell=[];
this.adData=null;
this.shellRef=null;
this.iframeRef=null;
this.innerIframeRef=null;
this.bgIframe=null;
},init:function(_8,_9){
this.headlines=_8;
this.tokens=_9;
this.html=[];
this.adData=[];
this.create();
},create:function(){
if(null==this.shellRef){
this.createReasonCodeOptionsHtml();
this.createShell();
this.shellRef=document.createElement("div");
document.body.appendChild(this.shellRef);
this.shellRef.style.display="none";
this.shellRef.style.position="absolute";
this.shellRef.style.left="-1600px";
this.shellRef.style.top="-1600px";
this.shellRef.style.border="none";
this.shellRef.style.width="400px";
this.shellRef.style.height="400px";
this.shellRef.style.padding="0px";
this.shellRef.style.margin="0px";
this.addCss(this.getShellCss());
this.shellRef.innerHTML=this.shellHtml;
this.iframeRef=this.findById("reportAdContentIfr",this.shellRef);
if(this.isIE()){
this.bgIframe=document.createElement("iframe");
this.bgIframe.style.position="absolute";
this.bgIframe.style.width="1px";
this.bgIframe.style.height="1px";
this.bgIframe.style.left=-1000;
this.bgIframe.style.margin="0px";
this.bgIframe.style.padding="0px";
this.bgIframe.style.top=-1000;
document.body.appendChild(this.bgIframe);
this.bgIframe.frameborder="no";
}
}
try{
this.prepareShell();
var _a=this.html.join("");
this.iframeRef.innerHTML=_a;
this.innerIframeRef=this.findById("reportAdContentIfr_inner",this.iframeRef);
this.prepareAdData();
var _b=this.adData.join("");
this.innerIframeRef.innerHTML=_b;
}
catch(er){
}
},isIE:function(){
var _c=navigator.userAgent.toLowerCase();
var ie=((_c.indexOf("msie")!=-1)&&(!window.opera));
return ie;
},getIframeDocument:function(_e){
if(_e==null){
return;
}
var _f=null;
if(_e.contentDocument){
_f=_e.contentDocument;
}else{
if(_e.contentWindow){
_f=_e.contentWindow.document;
}else{
if(_e.document){
_f=_e.document;
}
}
}
return _f;
},writeInIframe:function(ifr,_11){
if(ifr==null){
return;
}
var _12=this.getIframeDocument(ifr);
try{
ifr.doc=null;
_12.open();
_12.write(_11);
_12.close();
}
catch(er){
}
},findById:function(id,_14){
var _15=_14.firstChild;
while(_15!=null){
if(_15.nodeType==1){
if(_15.getAttribute("id")==id){
return _15;
}
}
_15=_15.nextSibling;
}
_15=_14.firstChild;
while(_15!=null){
var _16=this.findById(id,_15);
if(_16!=null){
return _16;
}
_15=_15.nextSibling;
}
return null;
},findByName:function(_17,_18){
var _19=_18.firstChild;
while(_19!=null){
if(_19.nodeType==1){
if(_19.getAttribute("name")==_17){
return _19;
}
}
_19=_19.nextSibling;
}
_19=_18.firstChild;
while(_19!=null){
var _1a=this.findByName(_17,_19);
if(_1a!=null){
return _1a;
}
_19=_19.nextSibling;
}
return null;
},findElement:function(_1b,_1c){
var _1d=_1c.firstChild;
while(_1d!=null){
if(_1d.nodeType==1){
if(_1d.nodeName.toLowerCase()==_1b.toLowerCase()){
return _1d;
}
}
_1d=_1d.nextSibling;
}
_1d=_1c.firstChild;
while(_1d!=null){
var _1e=this.findByName(_1b,_1d);
if(_1e!=null){
return _1e;
}
_1d=_1d.nextSibling;
}
return null;
},prepareAdData:function(){
this.adData.push("<table width=\"100%\">");
this.adData.push("<input type=\"hidden\" name=\"num\" value=\"");
this.adData.push(this.headlines.length);
this.adData.push("\"/>");
for(var i=0;i<this.headlines.length;i++){
this.adData.push("<tr>");
this.createAdRow(i);
this.adData.push("</tr>");
}
this.adData.push("</form>");
},prepareShell:function(){
this.html.push(this.getShellPart1());
this.html.push(this.getShellPart2());
this.html.push(this.dialogTitle);
this.html.push(this.getShellPart3());
this.html.push("<div id=\"reportAdContentIfr_inner\" style=\"overflow:hidden;padding:0px;margin:0px;\"></div>");
this.html.push(this.getShellPart4());
this.html.push(this.submitCaption);
this.html.push(this.getShellPart5());
this.html.push(this.cancelCaption);
this.html.push(this.getShellPart6());
this.html.push(this.getShellPart7());
this.html.push(this.closeCaption);
this.html.push(this.getShellPart8());
this.html.push(this.getShellPart9());
},createAdRow:function(_20){
this.createAdHeadline(_20);
this.createReasonCodesDropDown(_20);
},createAdHeadline:function(_21){
this.adData.push("<td width=\"75%\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:small\">");
this.adData.push(this.headlines[_21]);
this.adData.push("</td>");
},createReasonCodesDropDown:function(_22){
this.adData.push("<td width=\"25%\" class=\"ad_reason_code\">");
this.adData.push("<select name=\"rep_");
this.adData.push(_22+"");
this.adData.push("\">");
this.adData.push(this.reasonCodeOptionsHtml.replace(/_TOK_/g,this.tokens[_22]));
this.adData.push("</select>");
this.adData.push("</td>");
},createReasonCodeOptionsHtml:function(){
if(this.reasonCodeOptionsHtml==""&&this.codes.length>0){
for(var i=0;i<this.codes.length;i++){
this.reasonCodeOptions.push("<option value=\"");
this.reasonCodeOptions.push(this.codes[i]);
this.reasonCodeOptions.push("|_TOK_");
this.reasonCodeOptions.push("\">");
this.reasonCodeOptions.push(this.descriptions[i]);
this.reasonCodeOptions.push("</option>");
}
this.reasonCodeOptionsHtml=this.reasonCodeOptions.join("");
}
},createShell:function(){
this.shell.push("<div id=\"reportAdShell\">");
this.shell.push("<div style=\"margin:0px;padding:0px 0px 0px 0px;width:400px;height:400px;border:none;\" id=\"reportAdContentIfr\"></div>");
this.shell.push("</div>");
this.shellHtml=this.shell.join("");
},open:function(e){
if(this.shellRef!=null){
this.shellRef.style.position="absolute";
this.shellRef.style.left="100px";
this.shellRef.style.top="100px";
this.shellRef.style.display="";
this.center(this.shellRef,e,this.width,this.height);
this.resizeShadow();
}
},submitReport:function(_25){
if(this.isIE()&&_25==false){
setTimeout("parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.submitReportRetry()",100);
return;
}
var _26=this.postUrl;
_26+="?num="+this.headlines.length;
_26+="&cb="+encodeURIComponent("parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.submitCB");
for(var i=0;i<this.headlines.length;i++){
var dd=this.findByName("rep_"+i,this.innerIframeRef);
_26+="&"+"rep_"+i+"="+encodeURIComponent(dd.value);
}
_26+="&dom="+encodeURIComponent(document.domain);
_26+="&ord="+((new Date()).getTime());
var _29=document.createElement("script");
_29.type="text/javascript";
_29.src=_26;
document.body.appendChild(_29);
this.findById("btn_Submit",this.iframeRef).style.display="none";
this.findById("btn_Cancel",this.iframeRef).style.display="none";
this.findById("btn_Close",this.iframeRef).style.display="";
this.findById("bton",this.iframeRef).style.textAlign="center";
if(window.event){
var now=new Date();
var _2b=now.getTime()+2000;
while(true){
now=new Date();
if(now.getTime()>_2b){
break;
}
}
}
},submitReportRetry:function(){
this.submitReport(true);
},submitCB:function(_2c){
this.innerIframeRef.innerHTML="<div style=\"text-align:center\">"+_2c+"</div>";
this.resizeShadow();
},close:function(){
if(this.shellRef!=null){
this.shellRef.style.display="none";
this.shellRef.style.left="-1600px";
this.shellRef.style.top="-1600px";
if(this.isIE()){
this.bgIframe.style.left="-1000px";
this.bgIframe.style.top="-1000px";
}
}
},center:function(div,e,_2f,_30){
if(window.event){
e=window.event;
}
var _31=this.getScrollXY();
var pos=this.getEventPosition(e);
div.style.left=parseInt((screen.width-_2f)/2)+"px";
div.style.top=(_31.y+100)+"px";
},getScrollXY:function(){
var pos=new Object();
pos.x=0;
pos.y=0;
if(typeof (window.pageYOffset)=="number"){
pos.y=window.pageYOffset;
pos.x=window.pageXOffset;
}else{
if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){
pos.y=document.body.scrollTop;
pos.x=document.body.scrollLeft;
}else{
if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){
pos.y=document.documentElement.scrollTop;
pos.x=document.documentElement.scrollLeft;
}
}
}
return pos;
},getEventPosition:function(evt){
var pos=new Object();
pos.x=0;
pos.y=0;
if(!evt){
evt=window.event;
}
if(typeof (evt.pageX)=="number"){
pos.x=evt.pageX;
pos.y=evt.pageY;
}else{
pos.x=evt.clientX;
pos.y=evt.clientY;
if(!top.opera){
if((!window.document.compatMode)||(window.document.compatMode=="BackCompat")){
pos.x+=window.document.body.scrollLeft;
pos.y+=window.document.body.scrollTop;
}else{
pos.x+=window.document.documentElement.scrollLeft;
pos.y+=window.document.documentElement.scrollTop;
}
}
}
return pos;
},getShellPart1:function(){
return "";
},getShellCss123:function(){
return "";
},getShellCss:function(){
return " .RA_basOlp-hdr div.RA_basOlp-hdr {}"+" .RA_basOlp-hdr div.RA_basOlp-hdr {}"+" .RA_basOlp-hdr {}"+" .RA_basOlp-clink {}"+" .RA_basOlp-iBE {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL3.gif) no-repeat; height:4px; width:4px; right:0px; bottom:0px; overflow:hidden}"+" .RA_basOlp-iBW {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL4.gif) no-repeat; height:4px; width:4px; left:0px; bottom:0px; overflow:hidden}"+" .RA_basOlp-iTE {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL2.gif) no-repeat; height:4px; width:4px; right:0px; top:0px; overflow:hidden}"+" .RA_basOlp-iTW {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL1.gif) no-repeat; height:4px; width:4px; left:0px; top:0px; overflow:hidden}"+"  .RA_basOlp-oly {background:inherit; position:relative; top:0px; left:0px; width:400px; display:block; z-index:5000}"+" .RA_basOlp-hdr {}"+" .RA_basOlp-title {font-size:medium; font-weight:bold; color:#333; font-family:Arial; padding:5px 15px 0px 15px}"+" .RA_basOlp-panel {}"+" .RA_basOlp-cbutton {float:right; padding-top:1px; padding-right:6px; background:transparent url(http://pics.ebaystatic.com/aw/pics/buttons/btnClose_16x16.gif) no-repeat scroll bottom left; cursor:pointer; display:inline; height:16px; width:16px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox {width:100%; position:relative; z-index:10}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent {border:1px solid #666; border-width:0px 1px; background:#fff}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent .RA_basOlp-ctentholder {padding:10px 15px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent .RA_basOlp-ctentholder {padding:10px 14px}"+" .RA_basOlp-oly .RA_basOlp-sdowbox {width:100%; position:absolute; top:5px; left:5px; z-index:8}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-ctent {background:#000}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-n {border-top:1px solid #666; margin:0px 5px; background:#fff; height:4px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-s {border-bottom:1px solid #666; margin:0px 5px; background:#fff; height:4px; clear:both}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-n {margin:0px 5px; background:#000; height:5px}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-s {margin:0px 5px; background:#000; height:5px}"+" .RA_basOlp-cn {height:5px; display:block; font-size:0px; line-height:0%; position:relative; background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayCorners.gif) no-repeat}"+" .RA_basOlp-scn {height:5px; display:block; font-size:0px; line-height:0%; position:relative; background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayShade.gif) no-repeat}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-cn .RA_basOlp-cn {background-position:0px 0px; width:5px; margin-left:-5px; margin-top:-1px; padding-top:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-scn .RA_basOlp-scn {background-position:0px 0px; width:5px; margin-left:-5px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-cn {background-position:100% -20px; margin-right:-5px; margin-top:-1px; padding-top:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-scn {background-position:100% -20px; margin-right:-5px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-cn {background-position:100% -30px; margin-right:-5px; margin-bottom:-1px; padding-bottom:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-scn {background-position:100% -30px; margin-right:-5px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-cn .RA_basOlp-cn {background-position:0px -10px; width:5px; margin-left:-5px; margin-bottom:-1px; padding-bottom:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-scn .RA_basOlp-scn {background-position:0px -10px; width:5px; margin-left:-5px}"+" .RA_basOlp-aTL, .RA_basOlp-aTR, .RA_basOlp-aBL, .RA_basOlp-aBR {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayPoints.gif) no-repeat; width:22px; height:25px; position:absolute}"+" .RA_basOlp-aTL {top:12px; left:-21px; background-position:0px 0px}"+" .RA_basOlp-aTR {top:12px; right:-21px; background-position:100% -30px}"+" .RA_basOlp-aBL {bottom:12px; left:-21px; background-position:0px -60px}"+" .RA_basOlp-aBR {bottom:12px; right:-21px; background-position:100% -90px}"+" .RA_basOlp-cc {font-size:0px; line-height:0%; height:0px; clear:both}"+" h1.RA_base, h2.RA_base, h3.RA_base, h4.RA_base, h5.RA_base, h6.RA_base {font-family:Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif; position:relative}"+" h1.RA_base {color:#6c96b7; display:inline; font-size:160%; font-weight:bold; line-height:100%; padding-bottom:0.2em}"+" h2.RA_base {border-bottom:1px solid #6c96b7; color:#6c96b7; font-size:140%; font-weight:bold; line-height:100%; margin-top:35px}"+" h3.RA_base {color:#6c96b7; font-size:100%; line-height:80%; margin-left:15px; padding-bottom:0.1em}"+" h4.RA_base {background-color:#f1f6fa; color:#6c96b7; font-size:80%; line-height:120%; margin-left:15px; margin-top:-10px; padding:10px}"+" .RA_fdiag-float-olp-overlay {background:inherit; position:absolute; top:-1000px; left:-1000px; display:block; z-index:7; height:395px}"+" .RA_fdiag-float-olp-header {}"+" .RA_fdiag-float-olp-title {font-size:medium; font-weight:bold; color:#333; font-family:Arial; padding:5px 15px 0px 15px}"+" .RA_fdiag-float-olp-panel {}"+" .RA_fdiag-float-olp-closebutton {float:right; padding-top:1px; padding-right:6px; background:transparent url(http://pics.ebaystatic.com/aw/pics/buttons/btnClose_16x16.gif) no-repeat scroll bottom left; cursor:pointer; display:inline; height:16px; width:16px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox {width:100%; position:relative; z-index:10}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-content {border:1px solid #666; border-width:0px 1px; background-color:#fff; overflow:auto}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-content .RA_fdiag-float-olp-contentholder {padding:10px 15px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox {width:100%; position:absolute; top:5px; left:5px; z-index:8}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-content {background-color:#000}"+" .RA_fdiag-float-olp-overlay "+" .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-n {border-top:1px solid #666; margin:0px 5px; background-color:#fff}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-s {border-bottom:1px solid #666; margin:0px 5px; background-color:#fff; height:5px; clear:both}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-n, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-s {margin:0px 5px; background-color:#000; height:5px}"+" .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-scn {height:5px; display:block; font-size:0px; line-height:0%; position:relative}"+" .RA_fdiag-float-olp-cn {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayCorners.gif) no-repeat}"+" .RA_fdiag-float-olp-scn {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayShade.gif) no-repeat}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-cn .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-scn .RA_fdiag-float-olp-scn {background-position:0px 0px; width:5px; margin-left:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-cn, "+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-scn {background-position:100% -20px; margin-right:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-scn {background-position:100% -30px; margin-right:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-cn .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-scn .RA_fdiag-float-olp-scn {background-position:0px -10px; width:5px; margin-left:-5px}"+" .RA_fdiag-float-olp-arrowTL, .RA_fdiag-float-olp-arrowTR, .RA_fdiag-float-olp-arrowBL, .RA_fdiag-float-olp-arrowBR {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayPoints.gif) no-repeat; width:22px; height:25px; position:absolute}"+" .RA_fdiag-float-olp-arrowTL {top:12px; left:-21px; background-position:0px 0px}"+" .RA_fdiag-float-olp-arrowTR {top:12px; right:-21px; background-position:100% -30px}"+" .RA_fdiag-float-olp-arrowBL {bottom:12px; left:-21px; background-position:0px -60px}"+" .RA_fdiag-float-olp-arrowBR {bottom:12px; right:-21px; background-position:100% -90px}"+" .RA_fdiag-float-olp-clear {font-size:0px; line-height:0%; height:0px; clear:both}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-statMsgTop {padding:15px 10px 0px 10px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-statMsgBottom {padding:15px 10px 0px 10px}"+" .RA_fdiag-float-olp-maincontent {overflow:auto}"+" .RA_fdiag-float-olp-maincontentoverflow {height:291px; overflow:auto; border:1px solid #ccc}"+" .RA_fdiag-btnBar {border-width:0px; margin-top:26px; margin-bottom:8px; padding:0px}"+" .RA_fdiag-btnbar-alignright {text-align:right}"+" .RA_fdiag-btnBar .RA_fdiag-anch {text-decoration:none; margin:0px; margin-right:5px; padding:0px; font-family:Arial; font-size:small; font-weight:normal; color:#333}"+" .RA_fdiag-btnBar a {text-decoration:none; margin:0px; padding:0px; font-family:Arial; font-size:small; font-weight:normal}"+" .RA_fdiag-btnBar .RA_fdiag-delimiter {margin:0px; margin-right:5px; padding:0px; color:#333}"+" .RA_fdiag-btnBar .RA_fdiag-b1 {padding-top:7px; padding-bottom:7px; background-position:left center; background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Left.gif)}"+" .RA_fdiag-btnBar .RA_fdiag-b2 {padding-top:7px; padding-bottom:7px; background-position:right center; background-repeat:no-repeat; margin-left:15px; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Right.gif)}"+" .RA_fdiag-btnBar .RA_fdiag-b3 {padding-top:7px; padding-bottom:7px; background-position:center center; background-repeat:repeat-x; margin-right:15px; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Bkgd.jpg)}"+" .RA_basOlp-iBE {position:absolute; background:none}"+" .RA_basOlp-iBW {position:absolute; background:none}"+" .RA_basOlp-iTE {position:absolute; background:none}"+" .RA_basOlp-iTW {position:absolute; background:none}";
},getShellPart2:function(){
return "<div id=\"reportAd_topDiv\" style=\"width:395px\"> \t<div class=\"RA_basOlp-olp\"> \t\t<div style=\"width:395px\" class=\"RA_basOlp-oly\"> \t\t\t<div class=\"RA_basOlp-sdowbox\" style=\"filter:alpha(opacity=15);-moz-opacity:0.15;opacity: 0.15;\"> \t\t\t\t<div class=\"RA_basOlp-n\"> \t\t\t\t\t<div class=\"RA_basOlp-scn\"> \t\t\t\t\t\t<div class=\"RA_basOlp-scn\"></div> \t\t\t\t\t</div> \t\t\t\t</div> \t\t\t<div id=\"reportAd_shadow\" class=\"RA_basOlp-ctent\" style=\"height: 300px ;\"></div> \t\t\t<div class=\"RA_basOlp-s\"> \t\t\t\t<div class=\"RA_basOlp-scn\"> \t\t\t\t\t<div class=\"RA_basOlp-scn\"></div> \t\t\t\t</div> \t\t\t</div> \t\t</div> \t\t<div class=\"RA_basOlp-ctentbox\"> \t\t\t<div class=\"RA_basOlp-n\"> \t\t\t\t<div class=\"RA_basOlp-cn\"> \t\t\t\t\t<div class=\"RA_basOlp-cn\"></div> \t\t\t\t</div> \t\t\t</div> \t\t\t<div class=\"RA_basOlp-ctent\"> \t\t\t\t<div class=\"RA_basOlp-hdr\"> \t\t\t\t\t<div class=\"RA_basOlp-hdr\"> \t\t\t\t\t\t<div onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\"> \t\t\t\t\t\t\t<span class=\"RA_basOlp-cbutton\"></span> \t\t\t\t\t\t</div> \t\t\t\t\t<div class=\"RA_basOlp-title\">";
},getShellPart3:function(){
return "</div> \t\t\t\t</div> \t\t\t</div> \t\t<div class=\"RA_basOlp-cc\"></div> \t\t<div class=\"RA_basOlp-ctentholder\"> \t\t\t<div class=\"RA_basOlp-iTW\"></div> \t\t\t<div class=\"RA_basOlp-iTE\"></div> \t\t\t<div class=\"RA_basOlp-iBW\"></div> \t\t\t<div class=\"RA_basOlp-iBE\"></div> \t\t\t<div> \t\t\t\t<div> \t\t\t\t\t<div class=\"RA_fdiag-float-olp-maincontent\"> \t\t\t\t\t<div>";
},getShellPart4:function(){
return "</div> \t\t\t\t</div> \t\t\t\t<div id=\"bton\" class=\"RA_fdiag-btnBar RA_fdiag-btnbar-alignright\"> \t\t\t\t\t<a  id=\"btn_Submit\" href=\"javascript:void(0)\" class=\"RA_fdiag-anch\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').submitReportAd()\"><span class=\"RA_fdiag-b1\"><span class=\"RA_fdiag-b2\"><span class=\"RA_fdiag-b3\">";
},getShellPart5:function(){
return "</span></span></span></a><span class=\"RA_fdiag-delimiter\">&nbsp;</span><a id=\"btn_Cancel\" href=\"javascript:void(0)\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\">";
},getShellPart6:function(){
return "</a><span class=\"RA_fdiag-delimiter\">&nbsp;</span>";
},getShellPart7:function(){
return "<a  style=\"display:none\" id=\"btn_Close\" href=\"javascript:void(0)\" class=\"RA_fdiag-anch\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\"><span class=\"RA_fdiag-b1\"><span class=\"RA_fdiag-b2\"><span class=\"RA_fdiag-b3\">";
},getShellPart8:function(){
return "</span></span></span></a>";
},getShellPart9:function(){
return "</div> \t\t\t</div> \t\t</div> \t</div> </div>  <div class=\"RA_basOlp-s\"> \t<div class=\"RA_basOlp-cn\"> \t\t<div class=\"RA_basOlp-cn\"></div> \t</div> </div>";
},addCss:function(_36){
var _37=document.createElement("style");
_37.type="text/css";
if(_37.styleSheet){
_37.styleSheet.cssText=_36;
}else{
_37.appendChild(document.createTextNode(_36));
}
document.getElementsByTagName("head")[0].appendChild(_37);
},resizeShadow:function(){
var _38=this.findById("reportAd_shadow",this.shellRef);
var _39=this.findById("reportAd_topDiv",this.shellRef);
_38.style.height=(parseInt(_39.offsetHeight)-10)+"px";
if(this.bgIframe!=null){
this.shellRef.style.zIndex=5000;
var w=parseInt(_39.style.width)+2;
var h=parseInt(_38.style.height)+10;
var l=parseInt(this.shellRef.style.left);
var t=parseInt(this.shellRef.style.top);
this.bgIframe.style.width=w+"px";
this.bgIframe.style.height=h+"px";
this.bgIframe.style.left=l+"px";
this.bgIframe.style.top=t+"px";
}
}});

vjo.needs("vjo.dsf.typeextensions.string.Comparison");
vjo.needs("vjo.dsf.cookie.VjCookieJar");
vjo.needs("vjo.dsf.client.Browser");
vjo.needs("vjo.dsf.client.ActiveX");
vjo.needs("vjo.dsf.EventDispatcher");
vjo.needs("vjo.darwin.core.rtm.RTMInit");
vjo.needs("vjo.darwin.core.rtm.ReportAd");
vjo.type("vjo.darwin.core.rtm.RTM").protos({constructs:function(_1){
this.oJSBean=_1||{};
this.aContent=[];
this.iContentLen=0;
this.bTimedOut=false;
this.oTimeoutId=null;
this.iTIMEOUT=3000;
this.oClient=vjo.dsf.client.Browser;
this.bResponseReturned=false;
this.iOrd=(new Date()).getTime();
this.aGlobalNavPlacements=null;
this.promos=new Object();
this.globalAdOverlay=null;
vjo.Registry.put("GlobalRtmInstance",this);
this.response=null;
this.renderedStatus={};
this.bBodyLoaded=false;
this.bOptimize=true;
if(this.bOptimize){
vjo.dsf.EventDispatcher.add("body","load",this.render,this);
}
},getFlashVersion:function(){
var b=this.oClient;
var fv=0;
if(b.bIE&&b.bWin&&!b.bOpera){
for(var i=3;i<10;i++){
if(vjo.dsf.client.ActiveX.isLibLoaded("ShockwaveFlash.ShockwaveFlash."+i)){
fv=i;
}
}
}else{
if(navigator.plugins["Shockwave Flash"]){
var pd=navigator.plugins["Shockwave Flash"].description;
var _6=pd.indexOf("Flash")+5;
fv=parseInt(pd.substr(_6,pd.length));
}
if(b.bWebTV){
fv=3;
}
}
return fv;
},getEncodingType:function(){
var _7=null;
if(typeof (_GlobalNavHeaderUtf8Encoding)!="undefined"){
_7=_GlobalNavHeaderUtf8Encoding?"UTF-8":"cp1252";
}
return _7;
},setInlineContent:function(_8){
this.bResponseReturned=true;
this.visiblePromos=new Array();
if(this.bTimedOut){
return;
}
if(this.oTimeoutId){
window.clearTimeout(this.oTimeoutId);
}
this.hidePromos(this.promos);
this.aContent=_8;
this.iContentLen=this.aContent.length;
var _9=false;
this.bPromoScript=false;
this.bPromoStyle=false;
for(var i=0;i<this.iContentLen;i++){
with(this){
this.processPromo(aContent[i]);
}
}
var _b=new vjo.dsf.Message("RTM_COMPLETE");
_b.status=1;
_b.vjRTMObject=this;
vjo.dsf.ServiceEngine.handleRequest(_b);
if(_9){
var _b=new vjo.dsf.Message("PROMO_COMPLETE");
_b.vjPromoClientObject=this;
vjo.dsf.ServiceEngine.handleRequest(_b);
}
return;
},processPromoResponse:function(_c){
var _d=_c.content.data.map;
var _e=0;
var id="-1";
var _10=false;
for(var _11 in _d){
var _12=_11.match(/ME([0-9]+)(.*)/);
if(_12){
_e++;
id=_c.id;
}
}
var _13=_d.VisualPreview;
if(_13){
this.loadVisualPreview(_d.VisualPreview);
}
var _14=_d.Style;
if(_14&&!this.bPromoStyle){
this.loadStyle(_14);
this.bPromoStyle=true;
}
for(var _11 in _d){
var _12=_11.match(/ME([0-9]+)(.*)/);
if(_12){
promoLoaded=this.loadPromo(_c.id,_12[2],_d[_11],_e>1);
if(promoLoaded){
_10=true;
}
}
}
var _15=_d.Script;
if(_15&&!this.bPromoScript){
this.bPromoScript=this.loadScript(_15);
}
if(_10){
var _16=this.getIndex(id);
var _17=this.getUIElement(this.oJSBean.htmlIds[_16]);
if(_17&&!_17.length){
_17.style.display="block";
}
}else{
this.processNoneAd(_c);
}
return;
},loadVisualPreview:function(_18){
var _19=this.getUIElement("VisualPreviewContent");
if(_19==null){
_19=document.createElement("div");
_19.name="VisualPreviewContent";
document.body.appendChild(_19);
}
_19.innerHTML=_18;
},loadStyle:function(_1a){
var _1b=document.body.appendChild(document.createElement("style"));
_1b.setAttribute("type","text/css");
if(_1b.styleSheet){
_1b.styleSheet.cssText=_1a;
}else{
_1b.appendChild(document.createTextNode(_1a));
}
},loadPromo:function(id,_1d,_1e,_1f){
var _20=this.getIndex(id);
var _21;
if(_1f){
_21=this.oJSBean.merchPrefix+id+_1d;
}else{
_21=this.oJSBean.htmlIds[_20];
}
var _22=this.getUIElement(_21);
if(this.getStatus(_21)){
return true;
}
if(_22&&!_22.length){
this.addStatus(_21,true);
var _23=document.createElement("div");
_23.innerHTML=_1e;
_22.appendChild(_23);
return true;
}else{
this.addStatus(_21,false);
}
return false;
},hidePromos:function(_24){
for(var _25 in _24){
var _26=document.getElementById(_25);
if(_26!=null){
_26.style.display="none";
}
}
},loadScript:function(_27){
with(window){
try{
eval(_27);
return true;
}
catch(except){
}
}
return false;
},processPopUnderAd:function(pAd){
var _29="height="+pAd.height;
_29+=",width="+pAd.width;
_29+=",menubars=no,scrollbars=no'";
var id="p_u_"+pAd.id;
var _2b=window.open("",id,_29);
if(_2b){
_2b.blur();
_2b.document.open();
_2b.document.write(pAd.content);
_2b.document.close();
}
return;
},processDoubleClickAd:function(pAd){
if(!pAd){
return;
}
var _2d=this.oJSBean;
var _2e=this.getIndex(pAd.id);
var id=_2d.htmlIds[_2e];
var _30=this.getUIElement(id);
var url=_2d.dblclkUrls[_2e];
if(this.getStatus(id)){
return;
}
if(_30&&!_30.length){
this.addStatus(id,true);
if(pAd.content!=""){
url+=pAd.content+";";
}
url+="ord="+this.iOrd;
_30.innerHTML=this.createIframe(id,url,_2d.heights[_2e],_2d.widths[_2e]);
if(_30.style.display="none"){
_30.style.display="block";
}
}else{
this.addStatus(id,false);
}
return;
},processNoneAd:function(pAd){
var _33=this.oJSBean;
var _34=this.getIndex(pAd.id);
var id=_33.htmlIds[_34];
var _36=this.getUIElement(id);
var _37=_33.defaultUrls[_34];
if(this.getStatus(id)){
return;
}
if(_36&&!_36.length){
this.addStatus(id,true);
if(!_37||_37=="collapse"||_37==""){
_36.style.height="0px";
_36.style.height="0px";
_36.style.display="none";
}else{
_36.innerHTML=this.createIframe(id,_37,_33.heights[_34],_33.widths[_34]);
}
}else{
this.addStatus(id,false);
}
return;
},processHTMLAd:function(pAd){
if(pAd.height=="-1"||pAd.height=="9999"){
pAd.height="auto";
}
if(pAd.width=="-1"||pAd.width=="9999"){
pAd.width="auto";
}
var _39=this.getIndex(pAd.id);
var _3a=this.getUIElement(this.oJSBean.htmlIds[_39]);
if(this.getStatus(this.oJSBean.htmlIds[_39])){
return;
}
if(_3a&&!_3a.length){
this.addStatus(this.oJSBean.htmlIds[_39],true);
var _3b=_3a.style,h,w;
_3b.height=h=(pAd.height.has("auto"))?pAd.height:pAd.height+"px";
_3b.width=w=(pAd.width.has("auto"))?pAd.width:pAd.width+"px";
if(h!="auto"&&w!="auto"){
_3b.overflow="hidden";
}
_3a.innerHTML=pAd.content;
if(_3a.style.display="none"){
_3a.style.display="block";
}
}else{
this.addStatus(this.oJSBean.htmlIds[_39],false);
}
return;
},processHTMLFormAd:function(pAd){
if(pAd.height=="-1"||pAd.height=="9999"){
pAd.height="auto";
}
if(pAd.width=="-1"||pAd.width=="9999"){
pAd.width="auto";
}
var _3d=this.getIndex(pAd.id);
var _3e=this.getUIElement(this.oJSBean.htmlIds[_3d]);
if(this.getStatus(this.oJSBean.htmlIds[_3d])){
return;
}
if(_3e&&!_3e.length){
this.addStatus(this.oJSBean.htmlIds[_3d],true);
var _3f=_3e.style,h,w;
_3f.height=h=(pAd.height.has("auto"))?pAd.height:pAd.height+"px";
_3f.width=w=(pAd.width.has("auto"))?pAd.width:pAd.width+"px";
if(h!="auto"&&w!="auto"){
_3f.overflow="hidden";
}
var _40=document.createElement("iframe");
_40.setAttribute("hspace",0);
_40.setAttribute("vspace",0);
_40.setAttribute("width","100%");
_40.setAttribute("frameBorder",0);
_40.setAttribute("scrolling","no");
_40.setAttribute("marginWidth",0);
_40.setAttribute("marginHeight",0);
_3e.appendChild(_40);
_40.doc=null;
if(_40.contentDocument){
_40.doc=_40.contentDocument;
}else{
if(_40.contentWindow){
_40.doc=_40.contentWindow.document;
}else{
if(_40.document){
_40.doc=_40.document;
}
}
}
if(_40.doc==null){
throw "Document not found, append the parent element to the DOM before creating the IFrame";
}
_40.doc.open();
try{
_40.doc.write(pAd.content);
}
finally{
_40.doc.close();
}
}else{
this.addStatus(this.oJSBean.htmlIds[_3d],false);
}
return;
},getUIElement:function(_41){
var s=_41,d=window.document;
if(d.getElementById){
return d.getElementById(s);
}else{
if(d.all){
return d.all(s);
}
}
return null;
},getIndex:function(pId){
for(var i=0;i<this.iContentLen;i++){
if(this.aContent[i].id==pId){
return i;
}
}
return;
},createIframe:function(pId,_46,_47,_48){
var _49="ifrm_"+pId;
var f="<iframe frameborder=\"no\" border=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\""+" id=\""+_49+"\""+" name=\""+_49+"\""+" src=\""+_46+"\""+" width=\""+_48+"\" height=\""+_47+"\"></iframe>";
return f;
},appendUrl:function(_4b){
this.oJSBean.url+=_4b;
},processGlobalNavPids:function(){
var _4c="";
var _4d;
if(typeof (_oGlobalNavRTMInfo)!="undefined"){
_4d=_oGlobalNavRTMInfo;
this.aGlobalNavPlacements=_4d.aRTMPlacementData;
}
if(_4d&&this.aGlobalNavPlacements&&this.aGlobalNavPlacements.length>0){
var _4e=_oGlobalNavRTMInfo.aRTMPlacementData,data;
for(i=0;i<_4e.length;i++){
data=_4e[i];
if(_4c){
_4c+=":";
}
_4c+=data.pid;
}
}
return _4c;
},registerGlobalNavPlacements:function(){
if(!this.aGlobalNavPlacements||this.aGlobalNavPlacements.length==0){
return;
}
var _4f=this.oJSBean;
var len=this.aGlobalNavPlacements.length;
for(var i=0;i<len;i++){
var _52=_4f.htmlIds.length;
var _53=this.aGlobalNavPlacements[i];
_4f.htmlIds[_52]=(_53.htmlId)?_53.htmlId:"glbl_nav_no_html_id";
_4f.pids[_52]=(_53.pid)?_53.pid:"glbl_nav_no_pid";
_4f.heights[_52]=(_53.maxHeight)?_53.maxHeight:"glbl_nav_no_height";
_4f.widths[_52]=(_53.maxWidth)?_53.maxWidth:"glbl_nav_no_width";
_4f.dblclkUrls[_52]=(_53.dblclkUrl)?_53.dblclkUrl:"glbl_nav_no_dblclk";
_4f.defaultUrls[_52]=(_53.defaultUrl)?_53.defaultUrl:"collapse";
if(_53.renderBeforeOnload&&_4f.quickPids){
_4f.quickPids[_4f.quickPids.length]=_53.pid;
}
}
},setTimeOut:function(){
if(!this.bResponseReturned){
var _54="vjo.darwin.core.rtm.RTM.processTimeOut()";
var _55=this;
var _56=function(){
_55.processTimeOut();
};
this.oTimeoutId=window.setTimeout(_56,this.iTIMEOUT);
}
},processTimeOut:function(){
this.bTimedOut=true;
var _57=this.oJSBean;
var _58=_57.defaultUrls.length;
for(var i=0;i<_58;i++){
var id=_57.htmlIds[i];
var _5b=this.getUIElement(id);
var _5c=_57.defaultUrls[i];
if(this.getStatus(id)){
continue;
}
if(_5b&&!_5b.length){
this.addStatus(id,true);
if(!_5c||_5c=="collapse"||_5c==""){
_5b.style.height="0px";
_5b.style.height="0px";
_5b.style.display="none";
}else{
_5b.innerHTML=this.createIframe(id,_5c,_57.heights[i],_57.widths[i]);
}
}else{
this.addStatus(id,false);
}
}
var _5d=_57.url;
var _5e=_5d.indexOf("&");
var _5f=Math.random();
_5d=_5d.substring(0,_5e);
_5d=_5d+"&p="+_57.pids.join(":")+"&ite=2"+"&to="+this.iTIMEOUT;
_5d=_5d.replace("RtmCmd","RtmIt");
var _60=document.createElement("script");
_60.type="text/javascript";
if(_5f<0.05){
_60.src=_5d;
document.getElementsByTagName("head")[0].appendChild(_60);
}
window.clearTimeout(this.oTimeoutId);
var _61=new vjo.dsf.Message("RTM_COMPLETE");
_61.status=0;
_61.vjRTMObject=this;
vjo.dsf.ServiceEngine.handleRequest(_61);
return;
},getBrowserWidth:function(){
var b=this.oClient;
var _63=document.body.clientWidth;
if(!b.bIE){
_63=window.innerWidth;
}
return _63;
},popUp:function(_64,_65,_66,_67,_68,_69,_6a,_6b,_6c,_6d,_6e,_6f){
var sP="";
sP+=(_66!=null)?",width="+_66:"";
sP+=(_67!=null)?",height="+_67:"";
sP+=(_6b!=null)?",screenX="+_6b+",left="+_6b:"";
sP+=(_6c!=null)?",screenY="+_6c+",top="+_6c:"";
sP+=",toolbar="+((_69)?"1":"0");
sP+=",location="+((_6d)?"1":"0");
sP+=",status="+((_68)?"1":"0");
sP+=",scrollbars="+((_6a)?"1":"0");
sP+=",resizable="+((_6e)?"1":"0");
sP+=",menubar="+((_6f)?"1":"0");
if(sP.length>0){
sP=sP.substring(1);
}
window.open(_65,_64,sP);
return false;
},getSegment:function(_71){
var oCJ=vjo.dsf.cookie.VjCookieJar,e=oCJ.readCookie("etfc"),r=oCJ.readCookie("reg"),s=oCJ.readCookie("ebay","sin"),c,n;
if(e=="0"){
n="3";
c="E";
}else{
if(e=="1"){
n="4";
c="C";
}else{
if(e=="2"){
n="5";
c="D";
}else{
if((e==""&&(r!=""&&r!=";"))||s=="in"||e=="5"){
n="2";
c="B";
}else{
n="1";
c="A";
}
}
}
}
return _71?c:n;
},getCIDCookie:function(){
var oCJ=vjo.dsf.cookie.VjCookieJar;
var cid=oCJ.readCookie("npii","cguid");
if(cid!="undefined"&&cid!=""){
return cid;
}
},openReportAd:function(_75,_76,_77,_78,_79,_7a,_7b,_7c,_7d,_7e){
if(this.globalAdOverlay==null){
this.globalAdOverlay=new vjo.darwin.core.rtm.ReportAd(_77,_78,_79,_7a,_7d,_7e,_76);
}
if(this.globalAdOverlay!=null){
this.globalAdOverlay.init(_7b,_7c);
this.globalAdOverlay.open(_75);
}
},closeReportAd:function(){
if(this.globalAdOverlay!=null){
if(this.globalAdOverlay){
this.globalAdOverlay.close();
}
}
},submitReportAd:function(){
if(this.globalAdOverlay!=null){
if(this.globalAdOverlay){
this.globalAdOverlay.submitReport();
}
}
},addStatus:function(_7f,_80){
this.renderedStatus[_7f]=_80;
},getStatus:function(_81){
return this.renderedStatus[_81];
},storeResponse:function(_82){
var t=this,c=_82,qp;
t.response=c;
t.aContent=c;
t.iContentLen=c.length;
if(t.bBodyLoaded){
t.setInlineContent(c);
}else{
qp=t.oJSBean.quickPids;
if(qp&&qp.length>0){
t.renderPromos(qp);
}
}
},render:function(){
var t=this,r=t.response;
if(r){
t.setInlineContent(r);
}
t.bBodyLoaded=true;
},processPromo:function(_85){
with(this){
if(_85.type=="doubleclick"){
processDoubleClickAd(_85);
}else{
if(_85.type=="html"){
processHTMLAd(_85);
}else{
if(_85.type=="popUnder"){
processPopUnderAd(_85);
}else{
if(_85.type=="promo"){
bHasPromo=true;
processPromoResponse(_85);
}else{
if(_85.type=="htmlform"){
processHTMLFormAd(_85);
}else{
processNoneAd(_85);
}
}
}
}
}
}
},renderPromos:function(_86){
var r=this.response,i,j;
if(r){
for(j=0;j<r.length;j++){
for(i=0;i<_86.length;i++){
if(r[j].id==_86[i]+""){
this.processPromo(r[j]);
}
}
}
}
}});


// en_IN/v/GlobalNavVjoOpt23_Rtm_v_1_en_IN
// b=7697294