/******************************************************************************************** DPPJ MARQUEE: This code writes an HTML marquee, which is imported into each page template on the DPPJ site (63.223.96.147), just below the Flash menu. LAST UPDATED: 02/22/08 17:40 MLB << ENTER MARQUEE TEXT BELOW >> - Set the value of 'content' below to the HTML code you want displayed in the marquee. - Be sure the code is surrounded in single quotes ('). - If you need to use a single quote in the value, place a backslash (\) before it. This includes apostrophes and will look like the following example: we\'re. The backslash will not appear in the final marquee. - The marquee may contain text and graphics, but may not exceed 1 line in hight or 12 pixels. Unless you change the font or insert a graphic, you should not need to worry about this. Do not use line breaks (
). - To separate multiple items in the marquee, use 10 spaces. Note: In HTML, multiple concurrent spaces must be written as ' '. Thus for 10 spaces, copy the line below and paste it as needed:            - As a general practice, please keep the marquee to under 256 characters. ********************************************************************************************/ var content = 'WE ARE EXPERIENCING TECHNICAL DIFFICULTIES: All forms on are currently unavailable (such as signing the resolution, donating, or contacting our office). Please check back in the next few days for these features to become available.'; /******************************************************************************************** << DO NOT EDIT CODE BELOW THIS POINT! >> The following code inserts the value of 'content' inside a HTML Marquee, which slows onMouseOver. ********************************************************************************************/ document.write(''+ content + '');