//*********************************************************************************************** function makeTitle(title) { string = "
" + title + "<\/TD><\/TR>"; string2 = "
" + "  Matveev  <\/a><\/td> "; string3 = "" + "  Bose  <\/a><\/td> " + "" + "  Nadim  <\/a><\/td> " + "" + "  Math Sci  <\/a><\/td> " + "" + "  NJIT  <\/a><\/td> " + "" + " Bio Sci <\/a><\/td> " + "<\/tr><\/table>
" document.write(string); document.write(string2); document.write(string3); } homerImage = new Image(); homerImage.src = "images/homer.jpg"; myImage = new Image(); myImage.src = "images/me2.jpg" // "images/small_photo.jpg"; function homerHead() { document.head.src = homerImage.src; } function myHead() { document.head.src = myImage.src; } //***********************************************************************************************