jQuery(document).ready(function() {
	if(jQuery(".cons-nav").size() && jQuery("#intro_html").size()) {
    jQuery("div#col-main > table > tbody > tr > td").prepend('<div class="appArea" id="intro_html2">'+jQuery("#intro_html").html()+'</div>');
    jQuery("#intro_html").css("display", "none");
  }
});