window.___gcfg = { lang: 'sl'};

$(document).ready(function(){

	$(".scrollable").scrollable( { circular: true });
	
	var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
	po.src = 'https://apis.google.com/js/plusone.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
	
	$("#slideshow").dddSlider({ slideWidth: 362, autoplay: true });
	$("#bp").click(function(){
//		var newwin = window.open('izkorostite-priloznost.html?from=hitro&bp_text='+$("#bp_text").val(), "povp",'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=470,height=440,top=0,left=0');
		window.location = 'izkoristite-priloznost.html?from=hitro&bp_text='+$("#bp_text").val();
//		newwin.focus();
	});
});	
