var sba = [];
sba[0]='typo3temp/GB/dec6c27b6e.png';
sba[1]='typo3temp/GB/95ef5b2717.png';
sba[2]='typo3temp/GB/0e79111355.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();
});
