// JavaScript Document
site = "simplyhired";
med = ".com";
document.write('<a target="_blank" href=\"http://'+ site + med + '\ ">');
document.write('<SPAN STYLE="color: rgb(0, 159, 223);">Simply</SPAN><SPAN STYLE="color: rgb(163, 204, 64);">Hired</SPAN>' + '</a>');

