var sba = [];
sba[0]='typo3temp/GB/e9836f3f74.png';
sba[1]='typo3temp/GB/c8f3f5565e.png';
sba[2]='typo3temp/GB/176525ec11.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();
});