<!-- //email.js: external javascript to show email address at the course webpage//
emailE=('dongyun'+'kim@' + 'vt.edu')
document.write(emailE)
//-->

