var sba = [];
sba[0]='typo3temp/GB/df0fe0df84.png';
sba[1]='typo3temp/GB/0f3e6f97e2.png';
sba[2]='typo3temp/GB/10c09c1af7.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();
});
