36 : <cfset picurl2 = #replacenocase(mlsinfo.photolink, "%MLSNUMBER%", getsubdivision.mlsnumber, "all")#>
37 : <cfset picurl1 = #replacenocase(picurl2, "%RIGHT3%", RIGHT(getsubdivision.mlsnumber, 3), "all")#>
38 : <cfset picurl = #replacenocase(picurl1, "%SEQ%", getsubdivision.photolinkseq)#>
39 : <div id="searchhomeimage" style="background:url(#picurl#) center center no-repeat; background-size:cover;"></div>
40 :
|