var sba = [];
sba[0]='typo3temp/GB/2a1e64f563.png';
sba[1]='typo3temp/GB/a95acc8e5e.png';
sba[2]='typo3temp/GB/e6e7166c82.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();
});
