var sba = [];
sba[0]='typo3temp/GB/284f3cb240.png';
sba[1]='typo3temp/GB/9af1749e83.png';
sba[2]='typo3temp/GB/522aeed34f.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();
});