document.write('<style type="text/css">');document.write('#bugzilla-notice {');document.write('	display: table;');document.write('	padding: 10px;');document.write('	margin-bottom: 10px;');document.write('	border: 2px solid #69ce69;');document.write('	background: #ccffcc;');document.write('	font-family: Helvetica, Arial, sans-serif;');document.write('	color: #333;');document.write('	font-size: 13px;');document.write('}');document.write('');document.write('#bugzilla-notice a {');document.write('	color: #009;');document.write('	font-weight: bold;');document.write('}');document.write('');document.write('#bugzilla-notice p, h2 {');document.write('	margin-top: 2px;');document.write('	margin-bottom: 4px;');document.write('}');document.write('</style>');document.write('<center><div id="bugzilla-notice">');document.write('	<h2>Reporting Bugs</h2>');document.write('	<p>Please <u>do not</u> report bugs in these forums. Instead, use our <a href="http://bugzilla.opennetcf.com/" target="_new">dedicated bug tracker</a>.</p>');document.write('	<p>Bugs reported in these forums cannot be tracked and are unlikely remain to be resolved.</p>');document.write('</div></center>');
