var sba = [];
sba[0]='typo3temp/GB/6541026eb9.png';
sba[1]='typo3temp/GB/545d84ef58.png';
sba[2]='typo3temp/GB/3f4be6d4e2.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();
});