var uriLookup = 
{
     information : "http://www.criderphotography.com/gallery/3755320",
     sterlingstudio: "http://www.criderphotography.com/gallery/3948906",
     booking : "http://www.criderphotography.com/gallery/5702700_Ydv6Z"
} ;


function hasPath( sPath )
{
  re = new RegExp("\/" + sPath + "(\/|$)") ;
  return re.test(window.location) ;
}

function isHomePage()
{
  return( YD.hasClass( document.body, 'homepage' ) ) ;
}

 
function checkRedirects()
{
  if ( isHomePage() ) {
    var path = window.location.pathname.toLowerCase().substr( 1 ) ;
    var newURL = uriLookup[ path ] ;
    if ( newURL && ( newURL != window.location ) ) {
      window.location.replace( newURL ) ;
    }
  }
}


function createSWF( w, h, params ) 
{
  var args = "" ;
  for ( var i in params ) {
    args += i + "=" + params[i] + "&amp;" ;
  }
  document.writeln( '<object width="100%" height="100%" align="middle">'+ '<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'"/>'+ '<param name="wmode" value="transparent" />'+ '<embed src="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'" wmode="transparent" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"/></object>' ) ;
  return 1 ;
}

YE.onAvailable( 'featuredTitle', function() { this.innerHTML = 'Featured Galleries' } ) ;
YE.onAvailable( 'categoryTitle', function() { this.innerHTML = 'Galleries by Category' } ) ; 