var width = screen.width
var height = screen.height
if (width < 1024){
     parent.location.href='800.html'
}
