function EmailLink(){
window.location = 'mailto: ?subject=Welcome to GlobalEnglish!'
+ '&body=' + 'I was viewing the GlobalEnglish website and found this page particularly interesting. I\'m sure you will too.%0D%0A'
+ window.location;
}
