

//<![CDATA[
base_url = '<?= base_url();?>index.php/';
//]]>

	function doAjaxPostH() 
	{
		// get the form values  
		var vprasanje = $('#iskanoH').val();

		$.ajax({
			type: "POST",
			url: "<?=base_url()?>index.php/moje_aktivnosti/ajaxsearch2",
			data: "naslov_vprasanja="+vprasanje,
			success: function(resp)
			{
				// we have the response
				//alert("Server said:\n '" + resp + "'");
				document.getElementById("moznostiH").style.display="";
				document.getElementById('moznostiH').innerHTML = resp;
				//$("#moznostiH").append(resp);

			},
			error: function(e)
			{
				alert('Error: ' + e);
			}
		});
	}
	
	function izbrisiHV()
	{
		document.forms['myformHV'].elements['vprasaj'].value = '';
		return false;
	}
	function izbrisiH()
	{
		document.forms['myformH'].elements['iskano'].style.color = '#333333';
		document.forms['myformH'].elements['iskano'].value = '';
		return false;
	}
	function izbrisiHH()
	{
		document.forms['myformHH'].elements['iskano'].style.color = '#333333';
		document.forms['myformHH'].elements['iskano'].value = '';
		return false;
	}
	function hide_moznostiH()
	{
		document.getElementById("moznostiH").style.display="none";
		return false;
	}
	
	

function stevecPag(imeStrani)
{
		var vprasanje = $('#iskanoH').val();

		$.ajax({
			type: "POST",
			url: "<?=base_url()?>index.php/domov/ajaxStevecPag",
			data: "imeStrani="+vprasanje,
			/*success: function(resp)
			{
				// we have the response
				//alert("Server said:\n '" + resp + "'");
				document.getElementById('moznostiH').innerHTML = resp;
				//$("#moznostiH").append(resp);

			},*/
			error: function(e)
			{
				alert('Error: ' + e);
			}
		});
}

function dodajPriljubljene()
{
	stevecPag('Priljubljene');
	url=location.href;
	title='OPTIM-PRO: '+document.title;
	if (document.all) window.external.AddFavorite(url, title); 
	else if (window.sidebar) window.sidebar.addPanel(title, url, "") 
}


function fbs_click()
{
	stevecPag('Facebook-odgovori');
	u=location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function twitter_click()
{
	stevecPag('Twitter-odgovori');
	u=location.href;
	t=document.title;
	window.open('http://twitter.com/home?status='+encodeURIComponent(t) +' ' +encodeURIComponent(u),'twitter','toolbar=0,status=0,width=626,height=436');
	return false;
}

<!--
nadaljuj1=new Image
nadaljuj2=new Image
nadaljuj1.src="<?echo base_url();?>images/gumbi-meniji2/gumb-nadaljuj/nadaljuj1.png"
nadaljuj2.src="<?echo base_url();?>images/gumbi-meniji2/gumb-nadaljuj/nadaljuj2.png"
//-->

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-5223644-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


