function redirect()
 { 
  window.location = "http://www.escape-mobility.com/UK/products/products.htm"
 }
 setTimeout("redirect();", 5000)
 
