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