$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
		$.get('/gallery/plog-content/plugins/random-images/random-images.php', function(res){
				$('#rand_img').html(res);
			});
	});
