function adjustStyle(width) {
    width = parseInt(width);
    if (width < 520) {
        jQuery("#size-stylesheet").attr("href", "http://www.bluebarnhouse.org/newsite/wp-content/themes/bluebarnhouse/style/style-med.css");
    }  else {
       jQuery("#size-stylesheet").attr("href", "http://www.bluebarnhouse.org/newsite/wp-content/themes/bluebarnhouse/style/style-lg.css");
    }
}

jQuery(function() {
    adjustStyle(jQuery(this).width());
    jQuery(window).resize(function() {
        adjustStyle(jQuery(this).width());
    });
});


jQuery(document).ready(function($) {


jQuery('#miscinfo a:has(img)').colorbox();


    
    
    

});
