var sba = [];
sba[0]='typo3temp/GB/5be8e33b22.png';
sba[1]='typo3temp/GB/ee0ce0a335.png';
sba[2]='typo3temp/GB/170576012f.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();
});