var sba = [];
sba[0]='typo3temp/GB/ba50317b4a.png';
sba[1]='typo3temp/GB/504fee1d87.png';
sba[2]='typo3temp/GB/dac77a24ea.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();
});
