if ((screen.width<=900) && (screen.height<=900)) {

	var answer = confirm ("Seems like you are using a mobile device. Would you like to load the mobile version? Press \"Cancel\" to view non-mobile site.")
	if (answer)
		window.location.replace('http://m.aseev.com/');

}
