document.write("<style type='text/css'>.photo img {display: none;}</style>");
$(document).ready(function() {
	$('div.photo img').fadeIn('fast');
	$('A[rel="external"]').click( function() {
	        window.open( $(this).attr('href') );
	        return false;
    });
});
