// JavaScript Document

var notice = "<div id='noticeOff'>"  //change noticeOff to noticeOn to activate (and vice versa)
+

"The library catalog will be down Wednesday August 26th for system upgrade.  We apologize for the inconvenience." 

// Please escape slashes and quotation marks with a back slash like so \
// link example with escaped characters: <a href='http:\/\/www.oakland.edu'>Oakland University<\/a>
// break tag example: <br \/>
// DO NOT start new lines in your message, just keep typing on the same line

+"<\/div>"
document.write(notice);

