function preloadImages() {
	var d=document;
	if(d.images) {
		if(!d.p) d.p=new Array();
		var i,j=d.p.length, a=preloadImages.arguments;
		for(i=0; i<a.length; i++)
		if (a[i].indexOf("#")!=0) {
			d.p[j]=new Image;
			d.p[j++].src=a[i];
		}
	}
}
preloadImages('http://www.osohotwater.com/img/_fjell.jpg', 'http://www.osohotwater.com/img/_foss.jpg', 'http://www.osohotwater.com/img/_hav.jpg', 'http://www.osohotwater.com/img/_lyn.jpg', 'http://www.osohotwater.com/img/_skog.jpg', 'http://www.osohotwater.com/img/_sol.jpg', 'http://www.osohotwater.com/img/_stavkirke.jpg', 'http://www.osohotwater.com/img/_univers.jpg', 'http://www.osohotwater.com/img/_vinter.jpg', 'http://www.osohotwater.com/img/logoSmall.jpg', 'http://www.osohotwater.com/img/tom.jpg')