if (screen.width > 1000)
   {
                 document.write("<link rel='stylesheet' href='/1000.css' type='text/css'>");
        }
if (screen.width < 1000)
            {
                     document.write("<link rel='stylesheet' href='/800.css' type='text/css'>");
                         }
