﻿if (screen.width < 600) { window.location = "mobile/jmr.html"; } else { window.location = "jmr.html"; } 
