document.title = "ADMIT Photography - Weddings,Engagements,Portraits,and more"

function CheckRedirects()
 {
     if (YD.hasClass(document.body, 'homepage'))    // only run this code on the home page
     {
         // get the path from the current URL, 
         // convert it to lowercase and remove the leading slash
         var path = window.location.pathname.toLowerCase().substr(1);
         
         var newURL = vanityTable[path];        // look it up in our table
         
         // if we found it in the table && newURL is different than where we are
         if (newURL && (newURL != window.location))
         {
             window.location.replace(newURL);        // go to the new URL
         }
     }
 }

<!-- Site Meter -->
<script type="text/javascript" src="http://sm6.sitemeter.com/js/counter.js?site=sm6admit">
</script>
<noscript>
<a href="http://sm6.sitemeter.com/stats.asp?site=sm6admit" target="_top">
<img src="http://sm6.sitemeter.com/meter.asp?site=sm6admit" alt="Site Meter" border="0"/></a>
</noscript>
<!-- Copyright (c)2006 Site Meter -->
