/**
 * JQuery awesomeness for all pages
 */

//Add an extra element to the end of the "centerColumn" to clear floats
$(document).ready(function(){
    $(".centerColumn").append('<br class="clearBoth" />');
});
