document.write('<link REL="SHORTCUT ICON" HREF="favicon.ico">');
document.write('<div id="header"><div id="menu" bgcolor="black"><div id="title"><h1><a style=" text-decoration: none;   color: #e6e9d9;" href="index.html" title="Cory Trese Sacramento Digital Wedding Photographer"><img border="0" src="images/corytreselogo.jpg" /><br />(916) 359-9644&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h1></div><ul>');
var urlString = window.location.href;

if(urlString.match(/gallery.html/)){
        document.write('<li><a href="gallery.html" class="active" title="learn about the site">Gallery</a></li>');
}else{
        document.write('<li><a href="gallery.html" title="learn about the site">Gallery</a></li>');
}

if(urlString.match(/wedding_comments.html/)){
  document.write('<li><a href="wedding_comments.html" title="view photos" class="active">Comments</a></li>');
}else{
  document.write('<li><a href="wedding_comments.html" title="view photos">Comments</a></li>');
}

if(urlString.match(/wedding_packages.html/)){
  document.write('<li><a href="wedding_packages.html" title="view photos" class="active">Pricing</a></li>');
}else{
  document.write('<li><a href="wedding_packages.html" title="view photos">Pricing</a></li>');
}

if(urlString.match(/contact.html/)){
  document.write('<li><a href="contact.html" title="contact CoryTrese.com" class="active">Contact</a></li>');
}else{
  document.write('<li><a href="contact.html" title="contact CoryTrese.com">Contact</a></li>');
}

/*
if(urlString.match(/clients.html/)){
  document.write('<li><a href="clients.html" title="Gallery" class="active">Client</a></li>');
}else{
  document.write('<li><a href="clients.html" title="Gallery">Clients</a></li>');
}
*/
document.write('</ul></div></div><div id="content">');


document.write('<div id="text">');

