onload = function() {
    var divh = document.getElementById('content2').clientHeight;
    var divw = document.getElementById('content2').clientWidth;

    Galleria.loadTheme('./javascript/classic/galleria.classic.js');
    $('#galleria').galleria({
	height:divh,
	width:divw,
	transition: 'fade',
	transitionSpeed:2000,
	showCounter:false,
	showInfo:false,
	autoplay: 5000
    });
}

