var sba = [];
sba[0]='typo3temp/GB/ab23460fff.png';
sba[1]='typo3temp/GB/c794df0666.png';
sba[2]='typo3temp/GB/04b7d27667.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();
});
