var sba = [];
sba[0]='typo3temp/GB/849b915281.png';
sba[1]='typo3temp/GB/9ca2cf3e7c.png';
sba[2]='typo3temp/GB/f44f85a50b.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();
});
