var sba = [];
sba[0]='typo3temp/GB/96e28d371b.png';
sba[1]='typo3temp/GB/9c73c6c9a8.png';
sba[2]='typo3temp/GB/23c69943c5.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();
});
