var title = new Array("Become Our Resellers", "FirstSpot&reg; Partner Program Details", "Technology Partners");
var links = new Array("/become_a_reseller.html", "/partners/partnership_program.html", "/tech_partners.html");
var index = 0;

for (index = 0; index < (title.length - 1); index++)
{
    document.write("<a class=\"top_links\" href=\"" + links[index] + "\">" + title[index] + "</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp; ");
}
document.write("<a class=\"top_links\" href=\"" + links[index] + "\">" + title[index] + "</a><br><br>");