function noDOM() {
  if (!document.getElementById) {
	document.write('');
	}
}