var currURL=String(window.location.href)
var footer = '<table width="95%" border="0" cellspacing="0" cellpadding="0">'
footer += '<tr>'
footer += '<td colspan="2" align="center">'
footer += '<div class="normalwhitetext"><a class="uwhite" href="/index.htm">home</a> '
footer += '| <a class="uwhite" href="/banners_stands.htm">banners &amp; stands</a> '
footer += '| <a class="uwhite" href="/tradeshow.htm">tradeshow displays</a> '
footer += '| <a class="uwhite" href="/exterior_signs.htm">exterior signs</a> '
footer += '| <a class="uwhite" href="/interior_signs.htm">interior signs</a> '
footer += '| <a class="uwhite" href="/vehicle_graphics.htm">vehicle graphics</a> '
footer += '| <a class="uwhite" href="/design.htm">design</a><br>'
footer += '<a class="uwhite" href="/digital_print.htm">digital printing</a> '
footer += '| <a class="uwhite" href="/vinyl_graph_decals.htm">vinyl graphics &amp; decals</a> '
footer += '| <a class="uwhite" href="/business_stationery.htm">business stationery</a> '
footer += '| <a class="uwhite" href="/we_offer.htm">we offer...</a> '
footer += '| <a class="uwhite" href="/specials.htm">specials</a> '
footer += '| <a class="uwhite" href="/about_us.htm">about us</a></div>'
footer += '</td>'
footer += '</tr>'
footer += '<tr align="center">'
footer += '<td colspan="2" align="center">&nbsp;</td>'
footer += '</tr>'
footer += '<tr align="center">'
footer += '<td colspan="2" class="normalwhitetext"> &copy; Copyright 2010. All Rights Reserved.</td>'
footer += '</tr>'
footer += '<tr align="center">'
footer += '<td colspan="2" class="normalwhitetext">&nbsp;</td>'
footer += '</tr>'
footer += '<tr align="center">'
footer += '<td colspan="2" class="normalwhitetext">&nbsp;</td>'
footer += '</tr>'
footer += '</table>'
document.write(footer)
