// JavaScript Document
$(document).ready(function() {

				var settings = {
					username: 'referat.powolaniowy',
					albumThumbSize: 160,
					thumbSize: 110,
					albumMaxResults: 1999,
					maxResults: 80,
					labels: {
					photo: "fotografia",
					photos: "fot.",
					albums: "Wroć do listy albumów",
					slideshow: "Włącz pokaz slajdów",
					loading: "PWI fetching data...",
					page: "Strona",
					prev: "Poprzedni",
					next: "Następny",
					devider: "|"
					},
					months: ["Sty", "Lut", "Mar", "Kwie", "Maj", "Cze", "Lip", "Sie", "Wrze", "Paź", "Lis", "Gru"],
					popupExt: function(photos){
							photos.fancybox({
								'hideOnContentClick': false
							})
						}
				}
					
				
		        $("#container").pwi(settings);
		    });
