// change Resolution
if (screen.width < 900)
link = document.getElementsByTagName( "link" )[ 0 ];
link.href = "nosheet.css";
