if (_cmsPreview == true) {
	document.write('<div id="cmsPreviewLayer" style="width: 200px; height: 20px; position: fixed;top: 0; left:0; background-color: red; visibility: visible;">');
	document.write('<font size="-1" color="white">&nbsp;<i>cms preview</i></font>');
	document.write('</div>');
}
