<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Research</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="people.htm">People</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="publications.htm">Publications</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="moreinfo.htm">More Info</a>');




document.write('<br><br>All contents &copy;Copyright 2008 ');


// EDIT THE NEXT LINE


document.write('Daniel W. Zaide<br>');





//  End -->