var loc = document.location;
var loc = loc.toString();

document.write('<table cellpadding="0" cellspacing="0" border="0" width=780 height=40>');
if (loc.indexOf("niche") != -1) {
document.write('<tr><td width=480><img src="../images/banniche.gif" border=0 height=30 width=470 alt="The Kaloke Niche"></td>');
}
else if (loc.indexOf("solutions") != -1) {
document.write('<tr><td width=480><img src="../images/bansolutions.gif" border=0 height=30 width=470 alt="Product Solutions"></td>');
}
else if (loc.indexOf("clients") != -1) {
document.write('<tr><td width=480><img src="../images/banclients.gif" border=0 height=30 width=470 alt="Business Clients"></td>');
}
else if (loc.indexOf("partners") != -1) {
document.write('<tr><td width=480><img src="../images/banpartners.gif" border=0 height=30 width=470 alt="Business Partners"></td>');
}
else if (loc.indexOf("home/index.htm") != -1) {
document.write('<tr><td width=480><img src="../images/banhome.gif" border=0 height=30 width=470 alt="Home Page Banner"></td>');
}
else if (loc.indexOf("home/contact") != -1) {
document.write('<tr><td width=480><img src="../images/bancontact.gif" border=0 height=30 width=470 alt="Contact Us Banner"></td>');
}
else if (loc.indexOf("home/privacy") != -1) {
document.write('<tr><td width=480><img src="../images/banprivacy.gif" border=0 height=30 width=470 alt="Privacy Banner"></td>');
}
document.write('<td width=100 align=right><a href="../home/index.htm">Home</a></td>');
document.write('<td width=100 align=right><a href="../home/contact.htm">Contact</a></td>');
document.write('<td width=100 align=right><a href="../home/privacy.htm">Privacy</a></td></tr></table>');
