// JavaScript Document
function display( client, email ){
  document.write("<p>Link popularity is fast becoming one of the highest weighted criteria used in ranking your site in the search engines. The more related sites linking to yours ");
  document.write("the higher your sites ranking climbs in the search engine results. We like to link with sites that complement ours or can offer our clients a valid service. We will not exchange ");
  document.write("links with any website that is unduly offensive or fraudulently boastful in its claims.<br><br>");
  document.write("<strong>How do I swap links with " + client + " ?</strong><br><br>");
  document.write("Exchanging links between our two sites is easy. <a href=\"mailto:" + email + "\">Send us an email</a> with a one or two sentence description of ");
  document.write("your site and the exact URL. We&rsquo;ll review your site as soon as possible, validate the reciprocal link on your site and if we feel that your site provide good complimentary content, ");
  document.write("we will reciprocate the link.<br><br><b>To add " + client + " link to your website, simply use the following html code:</b><br><br>");
}

