// Browser Alert
function detectBrowser()
{
var browser=navigator.appName
var b_version=navigator.appVersion
var version=parseFloat(b_version)
if ((browser=="Microsoft Internet Explorer"))
  {alert("Welcome to the University of Illinois Student Chapter of the American Nuclear Society")}

}
