
function nahraj_jquery(){
	<?php if($action=='product'){ /* urobim iba v detaile produktu ak je to vobec treba ak nie tak to odpal kolego cele*/?>
	jQuery('.details').appendTo('.moveicons');
	<?php } ?>

	<?php /*toto je cez nalepky uz riesene kolego ci?*/?>
	//jQuery("a[href$='.pdf']").addClass("pdf");
	//jQuery("a:contains('leták')").addClass("tab").insertAfter('.a1 h2');
	//jQuery("a:contains('Cenník')").insertAfter('.a2 h2');
	//jQuery("a:contains('Test')").insertAfter('.a3 h2');

	jQuery('ul#nee').innerfade({
	speed: 2000,
	timeout: 4000,
	type: 'sequence',
	containerheight: '180px',
	});

	/*tip addon */
	<?php /*kolego toto hadze chybu! najlepsie ked pouzijes js/wz_tooltip.js ktora uz sa linkuje*/?>
	//jQuery(".description img").tip();

	<?php echo ($action=='product' ? "\$('a[@rel*=lightbox]').lightbox();\n" : '')?>

}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-298867-37']);
  _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);
  })();

         
