
jQuery.noConflict();


jQuery(document).ready(function(){

jQuery(function() {

  jQuery('#lightbox-enable a').lightBox({
	imageLoading: '/css/images/lightbox-ico-loading.gif',
	imageBtnClose: '/css/images/lightbox-btn-close.gif' ,
	imageBtnPrev: '/css/images/lightbox-btn-prev.gif' ,
	imageBtnNext: '/css/images/lightbox-btn-next.gif' ,
	txtImage: 'Obrázek'
	});
});


  //window.addEvent('domready', startGallery);
  startGallery();

  $('toplist').html('<img src="http://toplist.cz/dot.asp?id=728608&amp;http='+escape(document.referrer)+'&amp;wi='+escape(window.screen.width)+'&amp;he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+escape(document.title)+'" alt="TOPlist" />');

});

function startGallery() {
var myGallery = new gallery($('myGallery'), {
 timed: true,
showArrows: true,
showCarousel: false,
embedLinks: false,
showInfopane: false,
delay: 6500
});
}


