var wi = screen.width
{
      if(wi < 640)
            window.location = "mobile/index.cfm"
}
