if( ~location.href.indexOf('bon') ) alert('bon detected')
if( ~location.href.indexOf('bin') ) alert('bin detected')
// или
if( /test.+\.ru/.test( location.href ) ) alert( "test*.ru is detected" )
для тебя, конечно, bin надо заменить на foto, а еще чутка подумать