<% if (Request.Browser["IsMobileDevice"] == "true" ) { Response.Redirect("http://www.burgoo.ca/mobile/index.xhtml"); } else { Response.Redirect("http://www.burgoo.ca/"); } %> <% End If %>