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