35
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"e52e9331d53249b96dbf889d430ced17","system.paths":{"root":"","base":""}}</script>]]>
|
41
| <![CDATA[<script type="text/javascript">
jQuery(function($) {
$('.hasTip').each(function() {
var title = $(this).attr('title');
if (title) {
var parts = title.split('::', 2);
var mtelement = document.id(this);
mtelement.store('tip:title', parts[0]);
mtelement.store('tip:text', parts[1]);
}
});
var JTooltips = new Tips($('.hasTip').get(), {"maxTitleChars": 50,"fixed": false});
});
</script>]]>
|
356
| <![CDATA[<script>
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
centeredSlides: true,
paginationClickable: true,
spaceBetween: 30,
autoHeight: true,
grabCursor: true,
autoplay: 8000,
autoplayDisableOnInteraction: false
});
</script>]]>
|
631
| <![CDATA[<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function(){
jQuery('#twitter-pane a').click(function (e) {
e.preventDefault();
jQuery(this).tab('show');
})
jQuery('#facebook-pane a').click(function (e) {
e.preventDefault();
jQuery(this).tab('show');
})
jQuery('.nav-tabs a[href="#twitter-pane"]').tab('show');
});
//]]>
</script>]]>
|
771
| <![CDATA[<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11677956-1']);
_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);
})();
</script>]]>
|