if (screen.width <= 960) {
    $(function() {
        $('#headerwrapper2').css({ 'width': '960px' })
        $('#contentwrapper').css({ 'width': '960px' })
    })
}