$(document).ready(init);
function init(){
	$('<iframe name="email" style="display: none"></iframe>').appendTo("body");
	$('a.email').append("@westga.edu");
	$('a.emails').append("@my.westga.edu");
}