<!-- MENU-LOCATION=NONE -->
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<!-- Copyright 2000,2001,2002 Macromedia, Inc. All rights reserved. -->
<title><MMString:LoadString id="insertbar/nbsp" /></title>

<SCRIPT SRC="characters.js"></SCRIPT>
<script language="javascript">

// Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Macromedia, Inc. All rights reserved.

//---------------     API FUNCTIONS    ---------------

function isDOMRequired() { 
	// Return false, indicating that this object is available in code view.
	return false;
}

function objectTag() {
  // Return the html that should be inserted
  checkEncoding();
  var nbspChar = "&nbsp";
  if (dw.getDocumentDOM() != null)
  {
	nbspChar = dw.getDocumentDOM().getNBSPChar();
  } 
  return nbspChar;
}

</script>
	
</head>

<body>
</body>

</html>
