// The slideshow causes a big delay loading some other images
// This script preloads them before the ss images
if (document.images) {
	var homeimages=new Array();
	homeimages[0]=new Image(); homeimages[0].src="templates/berg_2009/images/bug-june.jpg";
	homeimages[1]=new Image(); homeimages[1].src="templates/berg_2009/images/bug-research.jpg";
	homeimages[2]=new Image(); homeimages[2].src="templates/berg_2009/images/bug-help.jpg";
	homeimages[3]=new Image(); homeimages[3].src="templates/berg_2009/images/bug-marriage.jpg";
}
