document.writeln('<div id="message">');
document.writeln('	<div id="msgHeading">');
document.writeln('		<a href="#" onclick="moveback()">Close X</a>');
document.writeln('	</div>');
document.writeln('	<div id="msgContent">');
document.writeln('		<div id="msgFooter">');
document.writeln('			This website is best viewed with:');
document.writeln('		</div>');
document.writeln('		<div id="msgFooter">');
document.writeln('			<span class="underline">Screen Resolution:</span> 1024x768 or higher.<br/>');
document.writeln('			<span class="underline">Flash Player:</span> v7 or higher.<br/>');
document.writeln('			<span class="underline">Adobe Reader:</span> v6 or higher.<br/>');
document.writeln('			<span class="underline">Java:</span> v1.5 or higher.');
document.writeln('		</div>');
document.writeln('		<div id="msgFooter">');
document.writeln('			To setup any of these, <a href="pages/help.php"><strong>click here</strong></a>.');
document.writeln('		</div>');
document.writeln('	</div>');
document.writeln('</div>');