$(document).ready(function(){
	jQuery('a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[rel$=pop]').prettyPhoto({theme:"dark_square"});
});
