var sba = [];
sba[0]='typo3temp/GB/6c351c8bf9.png';
sba[1]='typo3temp/GB/a96690f392.png';
sba[2]='typo3temp/GB/253cbb92b6.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();
});
