// JavaScript Document


if (screen.width < 1025) { // 800x600 for example
  document.write('<link rel="stylesheet" type="text/css" href="css/happy.css">')
}
if (screen.width > 1025) {
  document.write('<link rel="stylesheet" type="text/css" href="css/happyHighRes.css">')
}


