var TagLinks = "http://blog.beyes.tw/tag/";
document.write('<p>');
document.write(' <span class="tFS"><a href="' + TagLinks + 'css">' + 'CSS' + '</a></span>');
document.write(' <span class="tFS"><a href="' + TagLinks + 'javascript">' + 'JavaScript' + '</a></span>');
document.write(' <span class="tFS"><a href="' + TagLinks + 'xhtml">' + 'XHTML' + '</a></span>');
document.write('</p>');