// initialise plugins
$(document).ready(function() {
    $('#bildbalken').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 5000
	});
	
	
$('.micrositerd45').popupWindow({ 
	height: 720,
	width: 980,
	centerBrowser:1 
});

	
	preloadImages();
});





