function DoMenu() { var backcatch = ''; if(backcatch != location.href) { location.reload(true); return; } scriptSelf = document.getElementById('theScript'); // The Content Box contentBox = document.createElement('div'); contentBox.setAttribute('id','MLSbody'); // The StyleSheet MLSstyles = document.createElement('link'); MLSstyles.setAttribute('rel','stylesheet'); MLSstyles.setAttribute('href','http://emc2mls.com/includes/clients/act2.css'); scriptSelf.parentNode.appendChild(MLSstyles); scriptSelf.parentNode.appendChild(contentBox); document.getElementById('MLSbody').innerHTML = ''; //alert(location.href); } DoMenu();