

//jQuery('#col3_content').hide();


jQuery(document).ready(function () {
  jQuery('#col3_content, #header').hide().fadeIn(1000);
  });

