
vjo.needs("vjo.dsf.document.Element");vjo.type("vjo.darwin.domain.finding.store.custompagelayout.CustomPageLayout").props({resizeImage:function(_1,_2){var _3=vjo.dsf.document.Element.get(_1);if(!_3){return false;}
if(document.layers){return false;}
var _4=navigator.userAgent.toLowerCase();if(_4.indexOf("mac")!=-1){if(_4.indexOf("msie")!=-1){var _5=parseInt(_4.substring(_4.indexOf("msie")+4));if(_5<=5){return false;}}}
if(_2=="undefined"){_2=96;}
var _6=new Image();_6.src=_3.src;var _7=_6.width;var _8=_6.height;var rw=_7/_2,rh=_8/_2,ratio=(rw>rh)?rw:rh;if(ratio>=1){_3.width=_7/ratio;_3.height=_8/ratio;}else{_3.width=_7;_3.height=_8;}}});

vjo.type("vjo.darwin.domain.finding.component.rss.Rss").props({openWindow:function(_1){var _2=400;var _3=400;var _4=0;var _5=window.screen.width-_3;var _6="height="+_2+",width="+_3+",top="+_4+",left="+_5+",scrollbars=yes,resizable=no";return window.open(_1,"blank",_6,true);}});

vjo.needs("vjo.darwin.domain.finding.ajax.AjaxUtils");vjo.needs("vjo.darwin.domain.finding.ajax.AjaxThrobber");vjo.needs("vjo.darwin.domain.finding.ajax.AjaxRequest");vjo.needs("vjo.darwin.domain.finding.ajax.AjaxResponse");vjo.needs("vjo.darwin.domain.finding.flyout.FlyoutPanel");vjo.type("vjo.darwin.domain.finding.buyingpreferencemsg.BuyingPreferenceInStorePanel").protos({AjaxUtils:vjo.darwin.domain.finding.ajax.AjaxUtils,AjaxRequest:vjo.darwin.domain.finding.ajax.AjaxRequest,AjaxResponse:vjo.darwin.domain.finding.ajax.AjaxResponse,AjaxThrobber:vjo.darwin.domain.finding.ajax.AjaxThrobber,FlyoutPanel:vjo.darwin.domain.finding.flyout.FlyoutPanel,constructs:function(_1){this.model=_1;this.name=_1.pnlName;this.element=document.getElementById(_1.contentDivId);this.showService=this.AjaxUtils.addRequestHandler(this,this.onShow,this.name.concat(".Show"),this.element);this.hideService=this.AjaxUtils.addRequestHandler(this,this.onHide,this.name.concat(".Hide"),this.element);},onShow:function(){this.AjaxThrobber.show("Page",null,false,true);var _2=new this.AjaxRequest(this.name,this.model.ajaxUrl);var _3=new this.AjaxResponse(_2,this,this.onShowFlyout).load();},onHide:function(){this.FlyoutPanel.hide(this.name);this.AjaxThrobber.hide("Page",true);},onShowFlyout:function(_4){var _5=_4.getResponse();if(_5){this.buildContent(_5.objects);}else{if(_4.error){this.showError(this.model.sysErrId);}}
this.FlyoutPanel.show(this.name,"gry-flp");},buildContent:function(_6){this.element.innerHTML="";var _7=_6.aspect.children.length;var _8=_6.aspect.children;for(var i=0;i<_7;i++){if(_8[i].name=="LH_SearchWithin"){this.element.appendChild(this.buildTitle(_8[i].title));this.buildInput(_8[i].children[0],this.element,"checkbox");}else{if(_8[i].name=="LH_BuyingFormats"){var _a=this.createElement("div");this.element.appendChild(_a);_a.setAttribute("style","margin-top:15px;");_a.appendChild(this.buildTitle(_8[i].title));var _b=this.createElement("input");_b.type="radio";var _c=this.createElement("div");_a.appendChild(_c);_c.appendChild(_b);_c.appendChild(document.createTextNode(this.model.allItemsText));var _d=_8[i].children;var _e=_d.length;var _f=true;for(var j=0;j<_e;j++){this.buildInput(_d[j],_a,"radio");_f=_f&&(!_d[j].values[0].selected);}
_b.checked=_f;this.radioGroup=_a.getElementsByTagName("input");for(var k=0;k<this.radioGroup.length;k++){vjo.dsf.EventDispatcher.addEventListener(this.radioGroup[k],"click",this.onRadioClick,this);}}}}},buildInput:function(_12,_13,_14){var _15=this.createElement("input");_15.type=_14;_15.name=_12.name;_15.value=_12.values[0].value;var div=this.createElement("div");_13.appendChild(div);div.appendChild(_15);div.appendChild(document.createTextNode(_12.title));_15.checked=_12.values[0].selected;},buildTitle:function(_17){var _18=this.createElement("div","asf-t");_18.innerHTML=_17;return _18;},createElement:function(tag,_1a){var _1b=document.createElement(tag);if(_1a){_1b.className=_1a;}
return _1b;},onRadioClick:function(_1c){for(var i=0;i<this.radioGroup.length;i++){this.radioGroup[i].checked=false;}
var _1e=vjo.dsf.EventDispatcher.target(_1c);_1e.checked=true;},showError:function(_1f){var _20=document.getElementById(this.model.errDivId);_20.style.display="block";var _21=document.getElementById(_1f);_21.style.display="block";}}).props({show:function(_22,_23){var _24=new vjo.dsf.Message(_22.concat(".Show"));_24.style=_23;vjo.dsf.ServiceEngine.handleRequest(_24);return false;},hide:function(_25){var _26=new vjo.dsf.Message(_25.concat(".Hide"));vjo.dsf.ServiceEngine.handleRequest(_26);return false;}});

vjo.ctype("vjo.darwin.core.previewbox.PreviewBoxEvtHandlers").needs("vjo.dsf.Message").props({handleOpenEvent:function(_1,_2,_3){var _4=new vjo.dsf.Message(_1);_4.messageId=_3;_4.anchorId=_2;return _4;}}).endType();

vjo.ctype("vjo.darwin.core.previewbox.PreviewBox").needs("vjo.dsf.client.Browser").needs("vjo.dsf.document.Element").needs("vjo.dsf.ServiceEngine").needs("vjo.dsf.utils.Handlers").needs("vjo.darwin.core.overlaypanel.VjOverlayPanelController").needs("vjo.darwin.core.overlaypanel.VjOverlayPanelEvtHandlers").protos({constructs:function(_1){var t=this,E=vjo.dsf.document.Element,m=_1;t.H=vjo.dsf.utils.Handlers;t.sCmpId=m.cmpId;t.sPBOpenSvcId=m.previewBoxOpenServName;t.sPBLoadSvcId=m.loadServName;t.sOlpPostOpenSvcId=m.overlayPanelPostOpenedServName;t.sStartThrSvcId=m.throbberOpenServName;t.sStopThrSvcId=m.throbberCloseServName;t.sOlpJsId=m.overlayPanelJsRefId;t.sOlpId=m.overlayPanelId;t.oOlp=E.get(t.sOlpId);t.oOlpN=E.get(m.overlayPanelNorthId);t.oThrPh=E.get(m.throbberPlaceHolderId);t.oImgPh=E.get(m.imagePlaceHolderId);t.oImgCtrlPh=E.get(m.imageControlPlaceHolderId);t.oPriInfoPh=E.get(m.primaryItemInfoPlaceHolderId);t.oAddInfoPh=E.get(m.additionalItemInfoPlaceHolderId);t.oActionPh=E.get(m.callToActionPlaceHolderId);t.oThrArea=E.get(m.throbberAreaId);t.oImgArea=E.get(m.imageAreaId);t.oImgCtrlArea=E.get(m.imageControlAreaId);t.oPriInfoArea=E.get(m.primaryItemInfoAreaId);t.oAddInfoArea=E.get(m.additionalItemInfoAreaId);t.oActionArea=E.get(m.callToActionAreaId);t.bForgive=false;t.sOpenServiceName=m.openServiceName;t.sPostOpenServiceName=m.postOpenServiceName;t.sCloseServiceName=m.closeServiceName;t.sPostCloseServiceName=m.postCloseServiceName;t.iOpenDelay=m.openDelay;t.iCloseDelay=m.closeDelay;t.aPaddings=m.paddings;t.iMaxWidth=m.maxWidth||9999;t.iWidthPadding=0;if(t.aPaddings){t.iWidthPadding=t.aPaddings[1]+t.aPaddings[3];}
t.H.attachSvcReqt(t.sPBOpenSvcId,t.appear,t);},appear:function(_3){var t=this;if(t.closeTimer){window.clearTimeout(t.closeTimer);}
if(t.openTimer){window.clearTimeout(t.openTimer);}
t.message=_3;t.openTimer=(t.iOpenDelay<=0)?t.openOverlay():window.setTimeout(vjo.dsf.utils.Object.hitch(t,"openOverlay"),t.iOpenDelay);},openOverlay:function(){var t=this;if(t.message.bRerender){t.render();return false;}
var _6=vjo.darwin.core.overlaypanel.VjOverlayPanelEvtHandlers.handleOpenEvent(t.message.messageId,t.message.anchorId);t.H.attachSvcReqt(t.sOlpPostOpenSvcId,t.fillOverlay,t);if(t.sPBLoadSvcId){t.H.attachSvcReqt(t.sPBLoadSvcId,t.loadOverlay,t);}
_6.fSetNotchLocation=t.message.fSetNotchLocation;_6.oSetNotchLocationOverrider=t.message.oSetNotchLocationOverrider;t.H.handle(_6);t.H.resetSvcReqt(t.sOlpPostOpenSvcId);t.H.resetSvcReqt(t.sPBLoadSvcId);},loadOverlay:function(_7){var t=this,d=_7.clientContext;if(d.sThrArea){t.oThrArea.innerHTML=d.sThrArea;}
if(d.sImgArea){t.oImgArea.innerHTML=d.sImgArea;}
if(d.sImgCtrlArea){t.oImgCtrlArea.innerHTML=d.sImgCtrlArea;}
if(d.sPriInfoArea){t.oPriInfoArea.innerHTML=d.sPriInfoArea;}
if(d.sAddInfoArea){t.oAddInfoArea.innerHTML=d.sAddInfoArea;}
if(d.sActionArea){t.oActionArea.innerHTML=d.sActionArea;}
if(t.sStopThrSvcId){t.H.handle(t.H.newMsg(t.sStopThrSvcId));}
t.fillOverlay(null);},fillOverlay:function(_9){var t=this;if(!t.oOlpJsRef){t.oOlpJsRef=vjo.Registry.get(t.sOlpJsId);}
t.installArea(t.oThrPh,t.oThrArea);t.installArea(t.oImgPh,t.oImgArea);t.installArea(t.oImgCtrlPh,t.oImgCtrlArea);t.installArea(t.oPriInfoPh,t.oPriInfoArea);t.installArea(t.oAddInfoPh,t.oAddInfoArea);t.installArea(t.oActionPh,t.oActionArea);if(t.sStartThrSvcId&&_9){t.H.handle(t.H.newMsg(t.sStartThrSvcId));}
t.render();return false;},render:function(){var t=this;if(!t.oOlpN){return;}
var _c=t.unpad(t.oOlpN.offsetWidth+4);_c=t.getMax(t.oImgPh,_c,true);_c=t.getMax(t.oImgCtrlPh,_c,false);_c=t.getMax(t.oPriInfoPh,_c,false);_c=t.getMax(t.oAddInfoPh,_c,false);_c=t.getMax(t.oActionPh,_c,false);if(t.oImgPh){var _d=t.oImgPh.getElementsByTagName("TABLE");if(_d&&_d.length>0){var _e=_d[0].clientWidth;if(_e&&Number(_e)>300){var _f=(Number(_e)-300)/2-4;if(_f>0){_d[0].style.paddingRight=_f+"px";_d[0].style.paddingLeft=_f+"px";}}}}
var B=vjo.dsf.client.Browser;var _11=B.bIE&&B.iVer<7;var _12=t.oOlpN.offsetWidth;var _12=_11?_12+10:_12+4;if(t.oOlp&&t.oOlpJsRef&&_c>_12){t.adjust(t.pad(_c));}
var B=vjo.dsf.client.Browser;if(B.bIE&&B.iVer<7){t.oOlp.style.width=(t.oOlp.offsetWidth+"px");}
if(t.oOlpJsRef){t.oOlpJsRef.render();}},prepareArea:function(_13){if(_13&&_13.parentNode){_13.parentNode.removeChild(_13);_13.style.display="block";}},installArea:function(_14,_15){var t=this;if(_14&&_15){t.prepareArea(_15);t.cleanArea(_14);_14.appendChild(_15);}},cleanArea:function(_17){var _18=_17.firstChild,areaS=_18?_18.style:false;if(_18){_17.removeChild(_18);if(areaS){areaS.display="none";}
document.body.appendChild(_18);}},adjust:function(_19){var t=this,B=vjo.dsf.client.Browser,bIE6=B.bIE&&B.iVer<7;_19=bIE6?_19+10:_19+4;t.oOlp.style.width=_19+"px";t.oOlpJsRef.render();},getMax:function(_1b,max,_1d){var t=this,n=_1b,m=0;if(n.nodeType!=1){return 0;}
if(_1d&&n.nodeName.toUpperCase()=="IMG"){m=parseInt(n.width,10);m=m>max?m:max;if(m>t.iMaxWidth){var w=parseInt(n.width,10),h=parseInt(n.height,10),l=t.unpad(t.iMaxWidth);if(w>l){h=(l/w)*h;w=l;}
n.width=w;n.height=h;m=t.iMaxWidth;}else{}}else{m=parseInt(n.offsetWidth,10);m=m>max?m:max;m=m>t.iMaxWidth?t.iMaxWidth:m;}
var i=0,L=n.childNodes.length;while(i<L){var cM=t.getMax(n.childNodes[i],m,_1d);m=m>cM?m:cM;i++;}
return m;},pad:function(val){return val+this.iWidthPadding-4;},unpad:function(val){return val-this.iWidthPadding;},onMouseoutClose:function(_24){this.bForgive=false;this.disappear(_24);},forgive:function(_25){this.bForgive=true;},disappear:function(_26){var t=this;if(t.closeTimer){window.clearTimeout(t.closeTimer);}
if(t.openTimer){window.clearTimeout(t.openTimer);}
t.closeTimer=(t.iCloseDelay<=0)?t.closeOlpPanel():window.setTimeout(vjo.dsf.utils.Object.hitch(t,"closeOlpPanel"),t.iCloseDelay);},closeOlpPanel:function(){var t=this,oOlp=t.oOlp;if(oOlp&&oOlp.style){if(oOlp.style.visibility=="visible"){if(!t.bForgive){var _29=new vjo.darwin.core.overlaypanel.VjOverlayPanelMessage(t.sCloseServiceName);_29.bCheckState=true;vjo.dsf.ServiceEngine.handleRequest(_29);}else{t.bForgive=false;}}}}}).endType();

vjo.ctype("vjo.darwin.core.filmstrip2.FilmStrip2").needs("vjo.dsf.Element").needs("vjo.Registry").needs("vjo.dsf.EventDispatcher").needs("vjo.dsf.client.Browser").protos({constructs:function(_1){var ot=this,t=_1;ot.initialize(t);ot.args=t;vjo.dsf.EventDispatcher.addEventListener(window,"resize",ot.resizeCont,ot);},initialize:function(t){var ot=this;ED=vjo.dsf.Element;ot.sId=t.id;ot.iPgItmNo=t.pgItmNo;ot.iTotItms=t.totItms;ot.bBusy=false;ot.sType=t.type;ot.isPgn=t.pgn;ot.isVertical=t.vert;ot.iCurPg=t.curPg;ot.iGotoPg=t.curPg;ot.sp=t.speed;ot.spx=t.imageSize;ot.o=ED.get(ot.sId+"_s");ot.n=ED.get(ot.sId+"_n");ot.p=ED.get(ot.sId+"_p");ot.nxt=t.nextAlt;ot.prv=t.prevAlt;ot.pgnAlt=t.pgnAlt;ot.resizeAll(t,ot.iPgItmNo);},resizeCont:function(){var _5=vjo.dsf.Element.get(this.args.id+"_s");var _6=vjo.dsf.document.Element.get("maincntr_"+this.args.id);if(this.mcntrw!=_6.offsetWidth){_5.style.left="0px";this.initialize(this.args);}},resizeAll:function(t,_8){var _9=vjo.dsf.document.Element.get(t.id+"_cntr");if(Math.min(_9.parentNode.offsetWidth,_9.parentNode.offsetHeight)<=0){return;}
if(!this.isVertical){_9.style.display="none";}else{_9.style.height="0px";}
var ot=this;setTimeout(function(){ot.stretch(t,_8);},100);},stretch:function(t,_c){var ut="px",ot=this;var _e=vjo.dsf.Element.get("maincntr_"+t.id);var _f=vjo.dsf.Element.get(t.id+"_cntr");var h=parseInt(_f.style.height,10);var _11;if(!this.isVertical){_11=parseInt(_e.parentNode.offsetWidth,10)-54;_f.style.width=(_11)+ut;_f.style.display="block";}else{_11=parseInt(_e.parentNode.offsetHeight,10)-54;if(_11<=0){_11=h;}
_f.style.height=(_11)+ut;}
var _12=parseInt(_c,10);var _13=_12*(parseInt(t.imageSize,10));var _14=0;var _15=0;_15=Math.floor(_11/(parseInt(t.imageSize,10)-11));this.iPgItmNo=_15;this.spx=Math.round(_11/_15);_14=this.spx*t.totItms;var elS=vjo.dsf.document.Element.get(t.id+"_s");if(!this.isVertical){elS.style.width=((_14>_11)?_14:_11)+ut;}else{elS.style.height=(_14+5)+ut;}
ot.changeBtnState();var l=elS.style.left;ot.regPgnEvents();ot.mcntrw=_e.offsetWidth;},handleNextPrev:function(_18){t=this;totPg=parseInt(t.iTotItms/t.iPgItmNo,10);totPg+=(t.iTotItms%t.iPgItmNo===0)?0:1;var s=this.iGotoPg+(_18?1:-1);if(s<=totPg){this.calcPx(s);}},handleGoto:function(_1a){var id=_1a.src.id;var pg=parseInt(id.substring(id.lastIndexOf("_")+1),10);this.calcPx(pg);},handleHoverPgn:function(_1d){var el=_1d.src;if(el.className==="fs2-st-n"){el.className="fs2-st-h";}else{if(el.className==="fs2-st-h"){el.className="fs2-st-n";}}},handleHover:function(_1f,b){var c=_1f.src.className;var t=this;if(c.indexOf("-a")!==-1&&b){_1f.src.className=c.replace("-a","-h");_1f.src.title=(_1f.src.id.indexOf("_n")!==-1)?t.nxt:t.prv;}else{if(c.indexOf("-h")!==-1&&!b){_1f.src.className=c.replace("-h","-a");}}
if(c.indexOf("-i")!==-1){_1f.src.title="";}},calcPx:function(s){var ot=this,l=-1;var b=ot.iPgItmNo;var n=(s-1)*b;var d=ot.iTotItms-n;var fd=(d<b)?n-b+d:n;if(n<0||n>ot.iTotItms||ot.bBusy){return;}
ot.bBusy=true;var _29=fd*ot.spx;ot.iGotoPg=s;l=l-_29;if(ot.iGotoPg>ot.iCurPg){ot.slideNextPrev(l,true);}else{ot.slideNextPrev(l,false);}},slideNextPrev:function(_2a,_2b){var ts=this,l=ts.getOffset();if(_2b&&l-ts.sp>_2a&&l>_2a&&ts.sType==="SCROLL"){ts.move((l-ts.sp));setTimeout(function(){ts.slideNextPrev(_2a,_2b);},20);}else{if(!_2b&&l+ts.sp<=_2a&&l<_2a&&ts.sType==="SCROLL"){ts.move((l+ts.sp));setTimeout(function(){ts.slideNextPrev(_2a,_2b);},20);}else{ts.move(_2a);ts.bBusy=false;this.changeBtnState();ts.hltPgn();ts.iCurPg=ts.iGotoPg;}}},move:function(spx){var t=this.o.style;if(this.isVertical){t.top=spx+"px";}else{t.left=spx+"px";}},getOffset:function(){var t=this.o.style;if(this.isVertical){return(t.top!=="")?parseInt(t.top,10):-1;}else{return(t.left!=="")?parseInt(t.left,10):-1;}},hltPgn:function(){if(!this.isPgn){return;}
var DE=vjo.dsf.Element;DE.get(this.sId+"_pgn_"+this.iCurPg).className="fs2-st-n";DE.get(this.sId+"_pgn_"+this.iGotoPg).className="fs2-st-a";},regPgnEvents:function(){var ED=vjo.dsf.EventDispatcher,t=this,totPg=parseInt(t.iTotItms/t.iPgItmNo,10);var hov=function(_33){t.handleHover(_33,true);};var hou=function(_35){t.handleHover(_35,false);};ED.add(t.sId+"_n","mouseover",hov,t);ED.add(t.sId+"_p","mouseover",hov,t);ED.add(t.sId+"_n","mouseout",hou,t);ED.add(t.sId+"_p","mouseout",hou,t);totPg+=(t.iTotItms%t.iPgItmNo===0)?0:1;this.clearPgn();if(totPg<4&&this.isPgn){this.isPgn=false;}
if(!this.isPgn){return;}
this.appendPgn();var fn=function(_37){t.handleHoverPgn(_37);};var gt=function(_39){t.handleGoto(_39);};for(var i=1;i<=totPg;i++){ED.add(t.sId+"_pgn_"+i,"mouseover",fn,t);ED.add(t.sId+"_pgn_"+i,"mouseout",fn,t);ED.add(t.sId+"_pgn_"+i,"click",gt,t);}},clearPgn:function(){var _3b=vjo.dsf.document.Element.get(this.sId+"_pgn");pgn=_3b;ED=vjo.dsf.EventDispatcher;if(pgn){while(pgn.hasChildNodes()){var ids=pgn.firstChild.childNodes[0].id;ED.detachHandlers(ids,"click");ED.detachHandlers(ids,"mouseover");ED.detachHandlers(ids,"mouseout");if(pgn.firstChild.nodeName=="A"){this.gToL=pgn.firstChild;}
pgn.removeChild(pgn.firstChild);}}},appendPgn:function(){t=this;totPg=parseInt(t.iTotItms/t.iPgItmNo,10);totPg+=(t.iTotItms%t.iPgItmNo===0)?0:1;var wd=vjo.dsf.document.Element.get(this.sId+"_cntr").offsetWidth-65;var _3e=Math.floor(wd/15);var _3f=vjo.dsf.document.Element.get(this.sId+"_pgn");if(this.gToL){_3f.appendChild(this.gToL);}
for(var j=totPg;j>=1;j--){var vis=false;vis=(j<=_3e)?true:false;var id=this.sId+"_pgn_"+j;var d=document.createElement("div");var i=document.createElement("div");i.setAttribute("id",id);d.setAttribute("id",id+"_in");i.className=(j==1)?"fs2-st-a":"fs2-st-n";d.className="fs2-spg";d.style.display=(vis)?"block":"none";d.appendChild(i);d.title=this.pgnAlt.replace("#",j).replace("##",totPg);_3f.appendChild(d);}},changeBtnState:function(){var t=this,ofs=t.getOffset();var d=(t.iPgItmNo-t.iTotItms)*t.spx;if(t.isVertical){t.n.className=(ofs<=d)?"fs2-i-b":t.n.className.replace("-i","-a");t.p.className=(ofs<-1)?t.p.className.replace("-i","-a"):"fs2-i-t";}else{t.n.className=(ofs<=d)?"fs2-i-r":t.n.className.replace("-i","-a");t.p.className=(ofs<-1)?t.p.className.replace("-i","-a"):"fs2-i-l";}}}).props({adjustFS:function(idx,_48){var ED=vjo.dsf.Element;var tbl=ED.get(idx+"_s");var _4b=ED.get(idx+"_pa");var _4c=ED.get(idx+"_na");}}).endType();

vjo.needs("vjo.darwin.domain.finding.ajax.AjaxUtils");vjo.ctype("vjo.darwin.domain.finding.component.item.view.ItemUtils").props({toVI:function(ev){var _2=vjo.dsf.utils.Handlers.ED.target(ev);var _3=getAnchorLink(_2);if(_3){window.open(_3,"_parent");}
return false;},getAnchorLink:function(_4){if(!_4){return null;}
var e=_4.parentNode;while((e.className=="")||(e.className==null)||!(e.className.match("nol|pcell|rsic"))){e=e.parentNode;}
e=vjo.darwin.domain.finding.ajax.AjaxUtils.getTag(e,"a","v4lnk");if(e){return e.href;}else{return null;}}}).inits(function(){window.toVI=vjo.darwin.domain.finding.component.item.view.ItemUtils.toVI;window.getAnchorLink=vjo.darwin.domain.finding.component.item.view.ItemUtils.getAnchorLink;}).endType();

// fr_FR/e615i/Finding_StoreFront_e615i8748675_6_fr_FR
// b=8748675
