$(document).ready(function(){ 
	$(document).bgStretcher({ 
	images: ["/media/bg-10.jpg", "/media/bg-12.jpg", "/media/bg-13.jpg", "/media/bg-14.jpg","/media/bg-15.jpg"], 
	imageWidth: 1920,
	imageHeight: 1200,
	nextSlideDelay: 12000,
	slideShowSpeed: 'fast'
	});
	$(function() {
		$('.tooltip').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: " - ",
			fade: 250
			});
		});
	}); 
	
	Shadowbox.init({ adapter: "jquery", language: 'no', players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'] });
