var sba = [];
sba[0]='typo3temp/GB/db2973160f.png';
sba[1]='typo3temp/GB/72bb081e9f.png';
sba[2]='typo3temp/GB/5704d9ad59.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();
});