<!--
var r_text = new Array ();
r_text[0] = "Photography is more than a medium for factual communication of ideas. It is a creative art - Ansel Adams";
r_text[1] = "We don't make a photograph just with a camera, we bring to the act of photography all the books we have read, the movies we have seen, the music we have heard, the people we have loved - Ansel Adams";
r_text[2] = "Think about the photo before and after, never during. The secret is to take your time. You mustn't go too fast. The subject must forget about you. Then, however, you must be very quick - Henri Cartier-Bresson";
r_text[3] = "In photography, the smallest thing can be a great subject. The little, human detail can become a Leitmotiv - Henri Cartier-Bresson";
r_text[4] = "...success in photography, portraits especially, is dependent on being able to grasp those supreme instants which pass with the ticking of a clock - Edward Weston";
r_text[5] = "A great photograph is one that fully expresses what one feels, in the deepest sense, about what is being photographed - Ansel Adams";
r_text[6] = "A intuição é muito mais importante que a técnica - Henri Cartier-Bresson";
r_text[7] = "Como professor, sei que a curiosidade é uma busca constante do conhecimento - Edgar Neumann";
r_text[8] = "Não fazemos fotografia somente com a câmera, nós trazemos para o ato de fotografar, todos os livros que lemos, todos os filmes que assistimos, todas as músicas que ouvimos, todas as pessoas que amamos. - Ansel Adams";
r_text[9] = "The question is not what you look at, but what you see – Henry David Thoreau";
r_text[10] = "Photography has not changed since its origin except in its technical aspects, which for me, are not a major concern - Henri Cartier-Bresson";
r_text[11] = "Of course, there will always be those who look only at technique, who ask ‘how,’ while others of a more curious nature will ask ‘why.’ Personally, I have always preferred inspiration to information. - Man Ray";
r_text[12] = "Black and white photography is like chiseling a diamond – it discards the inessential to reveal the substance - Carol Devillers";
var i = Math.floor(13*Math.random())
document.write('<span style="color: #c9c3c3; font-size: small; font-weight: normal;">' + r_text[i] + '</span>');
//-->