var sba = [];
sba[0]='typo3temp/GB/f5a5206db9.png';
sba[1]='typo3temp/GB/a8b31ea0cd.png';
sba[2]='typo3temp/GB/a0990aa6c0.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();
});