// www.verstka.pro
function blockError(){return true;}
window.onerror = blockError;

$(document).ready(function(){
  $(function() {
   $(".scroller-lastfilms .scrollable").scrollable({
      size: 3,
      keyboard: true,
			circular: true
   }).autoscroll(5000);
  });
	$(function() {
			$('.news-top-images a').lightBox({
				imageLoading: '/templates/browsergames/images/loading.gif',
				imageBtnClose: '/templates/browsergames/images/close.gif',
				imageBtnPrev: '/templates/browsergames/images/prev.gif',
				imageBtnNext: '/templates/browsergames/images/next.gif',	
			});
	});
});


