jQuery(document).ready(function(){
	jQuery("a.productImageLink,a._blank").attr("target","_blank");
});

