var sba = [];
sba[0]='typo3temp/GB/de0bc7896b.png';
sba[1]='typo3temp/GB/d9d7130d0f.png';
sba[2]='typo3temp/GB/7ffab414d5.png';
var imgSrc = $(sba).get(Math.floor(Math.random() * sba.length));
$(function() {
	$('#supahBannah').click(function() {
		imgSrc = $(sba).get(Math.floor(Math.random() * sba.length));
		$(this).attr('src', imgSrc);
	});
	$('#supahBannah').click();
});
