<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
a=s.createElement(o),
m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)
})(window,do***ent,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-21531065-2', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="./assets/javascript/jquery.min.js?assets_version=57"></script>
grillguru.dk is using jquery
<script type="text/javascript" src="./assets/javascript/core.js?assets_version=57"></script>
<script type="text/javascript">
jQuery(function($) {
'use strict';
/* Anchor jump offset for top-bar */
function scroll_if_anchor(href) {
href = typeof(href) == "string" ? href : $(this).attr("href");
if(!href) return;
var fromTop = $topBarHeight + 4;
var $target = $(href);
// Older browsers without pushState might flicker here, as they momentarily jump to the wrong position (IE < 10)
if($target.length) {
$('html, body').scrollTop($target.offset().top - fromTop);
if(history && "pushState" in history) {
history.pushState({}, do***ent.title, window.location.href.split("#")[0] + href);
//window.location.hash = href;
return false;
}
}
}
var $topBar = $('#top-bar');
var $topBarHeight = 0;
if ($topBar.length) {
$topBarHeight = $topBar.outerHeight();
$("body").on("click", "a[href^='#']", scroll_if_anchor);
scroll_if_anchor(window.location.hash);
}
/* Collapse boxes */
$('.stat-block.online-list').attr('id', 'online-list');
$('.stat-block.birthday-list').attr('id', 'birthday-list');
$('.stat-block.statistics').attr('id', 'statistics');
$('.collapse-box > h2, .stat-block > h3').addClass("open").find('a').contents().unwrap();
$('.collapse-box, .stat-block').collapse({
persist: true,
open: function() {
this.stop(true,true);
this.addClass("open");
this.slideDown(400);
},
close: function() {
this.stop(true,true);
this.slideUp(400);
this.removeClass("open");
}
});
var $videoBG = $('#video-background');
var hasTopBar = $('#top-bar').length;
function resizeVideoBG() {
var height = $(window).height();
$videoBG.css('height', (height - 42) + 'px');
}
if (hasTopBar && $videoBG.length) {
$(window).resize(function() {
resizeVideoBG()
});
resizeVideoBG();
}
});
</script>
<script type="text/javascript">
jQuery(function() {
source=removeSubdomain(location.hostname);
$('a[href^="http://"], a[href^="https://"]').filter(function(){return this.hostname&&removeSubdomain(this.hostname)!==source}).attr("onclick","window.open(this.href);
return false;
").attr("rel", "nofollow");
});
function removeSubdomain(a,b){return a.split(".").slice(-(b||2)).join(".")};
</script>
<script type="text/javascript" src="./styles/prosilver/template/forum_fn.js?assets_version=57"></script>
<script type="text/javascript" src="./styles/prosilver/template/ajax.js?assets_version=57"></script>
<script type="text/javascript" src="./styles/pbwow3/template/jquery.collapse.js?assets_version=57"></script>
grillguru.dk is using jquery
<script type="text/javascript" src="./styles/pbwow3/template/jquery.collapse_storage.js?assets_version=57"></script>
grillguru.dk is using jquery
<script type="text/javascript" src="./ext/paybas/breadcrumbmenu/styles/all/template/jquery-ui-1.11.2.custom.min.js?assets_version=57"></script>
grillguru.dk is using jquery
<script type="text/javascript" src="./ext/paybas/breadcrumbmenu/styles/all/template/breadcrumb-menu.js?assets_version=57"></script>