// JavaScript Document
jQuery(document).ready(function($){
	$("html body section#main section#page p").remove();
});