function detectBrowser2()
{
    if (!window.XMLHttpRequest)
    {
        alert("This is a messege from the Gilly Lab web team: Your browser is not compatable with this site. Please upgrade to Internet Explorer 7. Go to http://www.microsoft.com/windows/downloads/ie/getitnow.mspx");
    }
}