var sba = [];
sba[0]='typo3temp/GB/d6d64da4ca.png';
sba[1]='typo3temp/GB/43816ceff3.png';
sba[2]='typo3temp/GB/e7c9c2be4a.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();
});