/*Any html tags can go in the htmlString variable, you just keep adding 
  the html String += whatever lines. 
  register_menu_1.js
  Created 14 October 2005, Steve Merrill
  Modified 14 October 2005
*/ 

var    htmlString = "<font SIZE='3' FACE='Verdana,Arial,Helvetica,sans-serif'>"; 
	   
	   htmlString += "<a href='https://access.wallacestate.edu/cgi-bin/fslogin.mbr/login'><img src='../images/login.gif' width='48' height='17' border='0'> - Student</a><br><br>";
       htmlString += "<a href='https://access.wallacestate.edu/cgi-bin/fslogin.mbr/login'><img src='../images/login.gif' width='48' height='17' border='0'> - Faculty</a></font></p>";

document.write(htmlString);