document.writeln('<div style="background-color:#888888; height:20px; text-align:center; margin:0 0 10px 0; border-bottom:2px solid #999999">');

document.writeln('<a href="images.php" style="color:white; font-weight:bold;" onmouseover="this.style.color=\'aqua\';" onmouseout="this.style.color=\'white\';">Images</a>');
document.writeln('<a href="videos.php" style="color:white; font-weight:bold; margin:0 30px 0 60px;" onmouseover="this.style.color=\'aqua\';" onmouseout="this.style.color=\'white\';">Digital Videos</a>');
document.writeln('<a href="osu.php" style="color:white; font-weight:bold; margin:0 60px 0 30px;" onmouseover="this.style.color=\'aqua\';" onmouseout="this.style.color=\'white\';">OSU Digital Projects</a>');
document.writeln('<a href="additional.php" style="color:white; font-weight:bold;" onmouseover="this.style.color=\'aqua\';" onmouseout="this.style.color=\'white\';">Addtional Digital Projects</a>');

document.writeln('</div>')
