<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<a href="index.php">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.php">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.php">Contact Us</a>');

document.write('<br><br>Contents copyright &copy; 2007 by Poppaskeeter<br />');

var allwebco = "yes" // SHOW ALLWEBCO COPYRIGHT

if (allwebco == "yes") {
document.write('Site design copyright &copy; 2007 by <a href="http://www.bluemullet.com" target="_blank">Blue Mullet Web Services</a><br>');
}

// SCRIPT TO ALLOW IE ACTIVE CONTENT

theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}

//  End -->