/****************************************************************************
	NOTICE
	Changes may be made to the welcome message below.  To add a break (enter),
	type \n.  So, Typing "Welcome \n to \n SAM" would look like:
	
	Welcome
	to
	SAM
***************************************************************************/


welcometitle = "Welcome to SAM!!";
welcometext = "This site provides the latest industry news, student resources, and the most recent information regarding the Society for Advancement of Management and it's members."

document.write("<FONT class=NArialS><B>" + welcometitle + "</B><BR>" + welcometext + "</FONT>");