window.onload = function(){ 
	externalLinks()
	//setImgSize('printbonImg', 145, 85);
	
	// sImageContainerId, sImageId, iStartNumber, iPauseSeconds, iFadeSeconds, bRandomBegin, bRandomNext
	photofader1 = new Photofader('leftphotofader', "photofader_image_", 1, 2, 1, true, true);
	photofader1.getFadingImages();
}
