var sba = [];
sba[0]='typo3temp/GB/1a64e602f3.png';
sba[1]='typo3temp/GB/54eabfc403.png';
sba[2]='typo3temp/GB/d028e14f79.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();
});