<!--
var today = new Date() 
var copyright = today.getYear() 
if (copyright < 1900) { 
	copyright = copyright + 1900; 
} 
document.write(' © Copyright ' + copyright + ' Student.Loanbegin.Com - All rights reserved - <a href="/legal.php">Legal Information</a> <br></a>'); 
//-->
