var sba = [];
sba[0]='typo3temp/GB/091610f2a6.png';
sba[1]='typo3temp/GB/4239984bae.png';
sba[2]='typo3temp/GB/3e6887a483.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();
});
