<!--
function mailpage()
{
	
var strURL = location.href.toString();
var strLnk = document.title;
	
mail_str = "mailto:?bcc=webmaster@saultcollege.ca";
mail_str += "&subject=" + strURL + " ";
mail_str += "&body=Get Inspired at Sault College! " + escape("\n\n");
mail_str += "Are you interested in " + strLnk;
mail_str += "?" + escape("\n\n");
mail_str += "At Sault College, we know that going after your dreams is the way things should be.  Whether you want to be a teacher, pilot, counsellor, nurse or forester, we are standing by to help make that happen.";
mail_str += escape("\n\n") + "We offer a wide range of excellent programs and our standards are unmatched.  It's all about you at Sault College!";
mail_str += escape("\n\n\n") + "Sault College";
mail_str += escape("\n") + "443 Northern Ave";
mail_str += escape("\n") + "Sault Ste. Marie, ON, Canada   P6A 5L3";
mail_str += escape("\n") + "1-800-461-2260, Ext. 2723 or locally (705)759-2554, Ext. 2723";
mail_str += escape("\n") + "http://www.saultcollege.ca ";
location.href = mail_str;
}
//-->