/* File: NOTICES.TXT * Created: 3/4/2011 * Updated: 3/4/2011 * Created by: Kevin Martel * * The purpose of this file is to display pre-formatted messages on the main page for www.med.uscourts.gov. * To use this file properly, you must understand how to use a line break HTML tag, eg:
* The
tag is used to in place of a return charecter to create a line break in HTML code. * * Standard Example: This is my first line

This is my second line * NOTICES.TXT Example: document.write('This is my first line

This is my second line'); * * * * To edit the text on the main page, you can simply add and remove text WITHIN the document.write(''); * function. Do NOT remove or edit the charecters outside of the function's apostrophies, or the apostrophies * them selves as it will break the program. If you need to use apostrophies, then you MUST add them * like so: \' * * Apostrophies Usage Example: Tim\'s boat is wicked nice * NOTICES.TXT Apostrophies Usage Example: document.write('Tim\'s boat is wicked nice'); * * * Once you are satisfied with your changes, save this file and verify the message shows on the website. */ document.write('PACER Fee Increase to Take Effect April 1 (see information below)

');