﻿
    function jsInclude(url)
    {
      document.write('<scr' + 'ipt type="text/javascript" src="' + url + '"></scr' + 'ipt>');
    }
    function cssInclude(url)
    {
      document.write('<link href="' + url + '" type="text/css" rel="stylesheet"></link>');
    }

	// skrypty strony
    
    
	// skrypty modułów
    cssInclude('http://www.iubar.com.pl/css/colorbox.css'); 
jsInclude('http://www.iubar.com.pl/css/jquery.colorbox-min.js'); 

$(document).ready(function(){
	$("a[rel='Galeria']").colorbox({transition:"elastic", speed:800, previous:"poprzednie", next:"następne", close:"zamknij", current:"Zdjęcie {current} z {total}"});

});


