var ns4class=''

function get_date()
{
	var months = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
	var now = new Date();
	var month = now.getMonth();
	return now.getDate() + " " + months[month] + " " + now.getFullYear();
}

function get_year()
{
	var now = new Date();
	return now.getFullYear();
}

function maillink( a, b, c )
{
	document.write( '<a href=\"mailto:' + a + '@' + b + '.' + c + '?subject=Web Inquiry\">' + a + '@' + b + '.' + c + '</a>' );
}


function footer()
{
	document.write( "<p class='sml-center'>Student Tours, Inc.&nbsp;&nbsp;|&nbsp;&nbsp;60 West Ave&nbsp;&nbsp;Vineyard Haven, MA 02568<br>" );
	document.write( "800-331-7093&nbsp;&nbsp;|&nbsp;&nbsp;508-693-5078&nbsp;&nbsp;|&nbsp;&nbsp;Fax 508-693-8627&nbsp;&nbsp;|&nbsp;&nbsp;" );
	maillink( "info", "studenttoursinc", "com" );
	document.write( "</p>" );
	document.write( "<a href='http://www.studenttoursinc.com/' target='_top'><b>Back to Student Tours Home Page</b></a>" );
	document.write( "<div><p class='copyright'>Copyright &copy; " + get_year() + " Student Tours, Inc. All Rights Reserved.</p></div>" );
}

function copyright()
{
	document.write( "<div><p class='copyright'>Copyright &copy; " + get_year() + " Student Tours, Inc. All Rights Reserved.</p></div>" );
}
