/* <![CDATA[ */
   
    screenW = document.body.clientWidth
    if (screenW < 1150 ) {
    document.write('<link rel=stylesheet href=style.css type=text/css>')
    } else if (screenW > 1150) {
    document.write('<link rel=stylesheet href=style_big.css type=text/css>')
    } else {
    document.write('<link rel=stylesheet href=sytle.css type=text/css>')
    }

    /* ]]> */