var supported = /MSIE/.test(navigator.userAgent) && navigator.platform == "Win32" && (!(/Opera/.test(navigator.userAgent)));if (supported) {	//document.writeln("<div class='error'>The buttons do not pop back up because you are using Windows Internet Explorer 5.5+.  <a href='http://www.mozilla.org'>Mozilla</a> based browsers, <a href='http://www.microsoft.com/mac/download/#IE'>Mac IE 5.1</a>, and <a href='http://www.apple.com/safari'>Safari</a> do not have this problem.  <a href='http://www.opera.com'>Opera</a> also works, but you will see this message because it identifies itself as MSIE 6.</div>");	document.writeln("<style>");	document.writeln(".buttonBar {background-image:url(graphics/iebar.gif); background-position:center left; height: 50px; padding-bottom: 3px; margin-bottom: 2px;} ");	document.writeln(".buttonDown, .button, .buttonNext, .buttonPrev, .buttonLast {background-image:url(graphics/x.gif); width:100px; height:30px; font-size:24px; padding-bottom:10px;} ");	document.writeln(".down {position:relative; top:-3px;}; ");	document.writeln(".sideBlog {margin-top:8px;}; ");	document.writeln(".copyright {position:relative; top: 10px; };");	document.writeln("img {behavior:url(\"scripts/pngbehavior.htc\");}");	document.writeln("</style>");}var supported2 = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32" && (/Opera/.test(navigator.userAgent));if (supported2) {	//document.writeln("<div class='error'>The buttons do not pop back up because you are using Windows Internet Explorer 5.5+.  <a href='http://www.mozilla.org'>Mozilla</a> based browsers, <a href='http://www.microsoft.com/mac/download/#IE'>Mac IE 5.1</a>, and <a href='http://www.apple.com/safari'>Safari</a> do not have this problem.  <a href='http://www.opera.com'>Opera</a> also works, but you will see this message because it identifies itself as MSIE 6.</div>");	document.writeln("<style>");	document.writeln(".sideBlog {margin-top:10px;}; ");	document.writeln("</style>");}