function jehzlau(){
var width = screen.width;
if (width<1024)
location.replace('main/');
else
location.replace('main/');
}
jehzlau();

