I think it's worth lugging around though, if it results in pics like these :)
There are actually some people that carry specific dolls and toys around everywhere, with great result:
http://www.flickr.com/photos/junku/sets/1243825/
http://www.flickr.com/photos/zannah/sets/216195/
javascript:with (document.images[0]) { oldsrc = src; newsrc = 'http://jan.moesen.nu/media/photos/2003/12/dagje-hasselt/20031222-headshot-etalagepoppen-counterstrike.jpg'; } void 0
Then do this a few times:
javascript:with (document.images[0]) { src = (src == newsrc ? oldsrc : newsrc); } void 0
http://jan.moesen.nu/media/photos/2006/06/misc/20060606-red-de-panda.jpg
I mean: why, thanks, much obliged!
There are actually some people that carry specific dolls and toys around everywhere, with great result:
http://www.flickr.com/photos/junku/sets/1243825/
http://www.flickr.com/photos/zannah/sets/216195/
The "pinky:st adventures" is too, erm, Powerpuffy for me, though.
Hey you should upload some photos to your Flickr account... Then I can finally mark them as Fave :P
javascript:janbm_cropr: var id = document.location.href.match('https?://[^/]+/photos/[^/]+/([0-9]+)')[1], src = document.getElementById('photoImgDiv' + id).getElementsByTagName('img')[0], x = src.x, y = src.y, img = src.cloneNode(false), notes = document.getElementById('photo_notes'); if (src.nextSibling) { src.parentNode.removeChild(src.nextSibling); } with (img) { setAttribute('clipTop', 0); setAttribute('clipRight', width); setAttribute('clipBottom', height); setAttribute('clipLeft', 0); } with (img.style) { position = 'absolute'; left = x + 'px'; top = y + 'px'; } src.src = '/images/spaceball.gif'; src.parentNode.appendChild(img); notes.onmousemove = img.onmousemove = src.onmousemove = function (e) { if (e.ctrlKey) { img.setAttribute('clipRight', e.pageX - x); img.setAttribute('clipBottom', e.pageY - y); } else if (e.shiftKey) { img.setAttribute('clipLeft', e.pageX - x); img.setAttribute('clipTop', e.pageY - y); } with (img) { document.clip = style.clip = 'rect(' + getAttribute('clipTop') + 'px, ' + getAttribute('clipRight') + 'px, ' + getAttribute('clipBottom') + 'px, ' + getAttribute('clipLeft') + 'px)'; } }; notes.ondblclick = img.ondblclick = src.ondblclick = function (e) { with (img) { setAttribute('clipTop', 0); setAttribute('clipRight', width); setAttribute('clipBottom', height); setAttribute('clipLeft', 0); } img.style.clip = 'auto'; }; void 0;
If you hover over the picture while holding down Shift or Ctrl, you can change the crop using the CSS clip property.