This doesn't seem to work in Chrome Chrome 8.0.552.215.
I tried using the following script
<script type="text/javascript">
jQuery(document).ready(function() {
$('ul.con-image-list img').bind('load', function(e) {
window.print();
window.close();
});
});
</script>
Basically nothing happens and any calls added after the bind do not fire off in Chrome.
This works fine in Firefox 3.6.12 and IE7/8