YE.onAvailable('toolbar', function() {
  this.innerHTML = this.innerHTML.replace(new RegExp(/www/g), 'chuckinsocal')
});

YE.onAvailable('mapTitle', function() {this.innerHTML = 'My Photo Locations'});

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Life on the SoCal Coast'});

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Custom Auto Portraits'});

YE.onAvailable('categoryTitle', function() {this.innerHTML = 'My Photographic Endeavors'});

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

var vanityTable = 
 {

confirmation:
"/gallery/11456709_97FHn",

ecrhitrun:
"/gallery/11434817_sMGTZ",


contact:
"/gallery/11410844_Njnk4",

feb152010:
"/gallery/11266529_qBfdU",


feb132010:
"/gallery/11245751_Ea8PJ",

potlcomps:
"/gallery/11196139_UgEHD",

feb0510:
"/gallery/11162783_JVqFF",

feb0310:
"/gallery/11144095_eLuYU",

jan0410:
"/gallery/10867602_ou2iQ",

121909:
"/gallery/10713479_SUT2i",


121809:
"/gallery/10698392_Ycg7L",

olivenhain:
"/gallery/10561053_Px38A",

hos2009:
"/gallery/10374924_Gck36",

nov16:
"/gallery/10356065_dV9Sz",

nov3:
"/gallery/10219157_wRrkN",

oct24:
"/Carlsbad-Public-Safety/102409-Car-Down-Embankment-on/10079890_FcxTe",

oct23:
"/Carlsbad-Public-Safety/102309-Traffic-Collision-on/10076592_go7dL",

oct22:
"/Carlsbad-Public-Safety/102209-Rollover-TC-at-Melrose/10058341_CpoG9",

sept3:
"/gallery/9511291_s6mR2",

sept2:
"/gallery/9510722_ZEXhF",

sept1:
"/gallery/9501062_8fV4u",

dui082809:
"/gallery/9463221_aY23r",

august5:
"/gallery/9187204_KrroB",

july24:
"/gallery/9039696_QCHL9",

july21:
"/gallery/9009851_hVtXx",

jeepfire:
"/gallery/8941868_7xL9D",

algacarfire:
"/gallery/8803001_hFJsB",

alicante:
"/gallery/8768736_UJiEH",

june30:
"/gallery/8758216_KmjU3",

par:
"/gallery/8747923_yskzH",

rollovera:
"/gallery/8230336_MZ8X9",

rolloverb:
"/gallery/8230445_JNK2N",

tcelfuertepoin:
"/gallery/7548389_d2pFJ",

ave_encinas:
"/gallery/7487755_Tj5AZ",

cpd:
"/gallery/7453612_2p9wb",

cfd:
"/gallery/7453587_BoZfY",

cfdproducts:
"/gallery/7609522_JXxkQ",

duijan:
"/gallery/7054997_vGacq",

quickresponse:
"/gallery/6913769_iRJLt",

main:
"/gallery/4345166_vEzY5",

mystuff:   
"/gallery/3921558_bXkJ7",

carlsbadscenes:
"/gallery/6067478_Txzk8",

socallife:
"/gallery/4372113_cuDHA",

carrilloranch:
"/gallery/6492381_JvZBB",

checkpoint:
"/gallery/5849362_Phcv6"

 };

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
         }
     }
 }

document.title="So Cal Images by Chuck Cannova"

