if (document.getElementById)
{
//do nothing; 5th generation browser detected
//the surfer is using IE5+ or NS6+
}
else
{
window.location = "http://www.microsoft.com/ie";
}


