var sba = [];
sba[0]='typo3temp/GB/69b177fc8e.png';
sba[1]='typo3temp/GB/bba004e216.png';
sba[2]='typo3temp/GB/0567b128a6.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();
});
