// ========================= Edit to fit your needs ========================= //

DHTMLMenuID = 4;

// ====================No editing needed below this line ==================== //

d = new Date(); 
t = d.getTime();

if (window.location.search.toLowerCase().indexOf("preview=")>-1) {
  document.write('<script type="text/javascript" src="scripts/DHTMLmenu.asp?ID=' + DHTMLMenuID + '&preview=1&timestamp=' + t + '" ></script>	');
}  
else {
	document.write('<script type="text/javascript" src="scripts/DHTMLmenu' + DHTMLMenuID + '.js"></script>	');
}
