var tmpStr = '';

tmpStr += '<div id="serverNews">';
tmpStr += '<h3>Changes to the Server Maintenance Times</h3>\<p\>\<strong\>As of Thursday, October 22nd\<\/strong\>, the regular bi-weekly server maintenance times will be modified and will take place once a week on \<strong\>Thursday from 4:00 AM Pacific / 7:00 AM Eastern  to 6:00 AM Pacific / 9:00 AM Eastern. \<\/strong\>\<\/p\>\n\n\<p\>Please note: while we are reserving that two-hour period for maintenance updates, they will not necessarily require the entire two hours and additional updates may be scheduled outside this time-period as needed. We may also perform maintenance on additional servers, such as the web servers, message boards, or login servers. \<\/p\>';
tmpStr += '</div>';
tmpStr += '<div class="divider"></div>';

document.write(tmpStr);
