$(document).ready(function () {
/*
if(jQuery('#slideshow').length==1){
jQuery('#slideshow').crossSlide({
sleep: 3,
fade: 1
}, [
{ src: '/sites/all/themes/danland/images/slideshows/sea.jpg' },
{ src: '/sites/all/themes/danland/images/slideshows/noon.jpg' },
{ src: '/sites/all/themes/danland/images/slideshows/snow.jpg' }
]);
}
*/



if(jQuery('#scrollholder').length==1)
if (jQuery('#admin-menu').length == 0)
ScrollLoad ("scrollholder", "scroll", false);


if (jQuery('.content-bottom').length ==1)
jQuery('.content-bottom').insertAfter(jQuery('#wrapper')); 

jQuery('.active-trail a').wrap('<span/>');

$('#fg_gallery a').lightBox({fixedNavigation:true});

}); 
