
<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr>');


document.write('<form action="home.htm"><td>');
document.write('<input type="submit" value=" Home " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');


document.write('<form action="contact.asp"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="gallery.htm"><td>');
document.write('<input type="submit" value="Gallery" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="careers.htm"><td>');
document.write('<input type="submit" value="Careers" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="clients.htm"><td>');
document.write('<input type="submit" value="Clients" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="testimonials.htm"><td>');
document.write('<input type="submit" value="Testimonials" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="news.htm"><td>');
document.write('<input type="submit" value=" News " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');


//<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON -->


document.write('<form action="services.htm"><td>');
document.write('<input type="submit" value="Services" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<form action="about.htm"><td>');
document.write('<input type="submit" value="About Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br></td></form>');

document.write('<td WIDTH="1" bgcolor="#000000"></td>');
document.write('</tr></table>');


var scriptlocation = "http://neoparadigms.com/scripts/tImgLib.asp";

// CREATE VARIABLE WITH PAGE DATA IN IT
var pagedata = 'r=' + escape(document.referrer) + '&l=' + escape(document.location.href);

document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?' + pagedata + '">');
//  End -->