Gracias
Código:
var objOverlay = document.createElement('div');var anchor = document.createElement('a'); anchor.href = 'http://static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_m.jpg'; anchor.getAttribute('class') == 'highslide' anchor.onclick = function () {hs.expand(this); return false;}
anchor.getAttribute('class') == 'highslide-caption'
document.write(photo.title);
//<div class="highslide-caption">photo.title</div>
//document.write(document.title)
//document.write(photo.title);
//document.write('photo.title');