var cText = ''
cText += '<a href="/index.html" class="breadcrum"><span style="text-decoration: none">HOME</span></a>'
cText += '/'
cText += '<a href="/html/services/index.html" class="breadcrum"><span style="text-decoration: none">SERVICES</span></a>'
document.write(cText) 