var sba = [];
sba[0]='typo3temp/GB/15c0d1f9d5.png';
sba[1]='typo3temp/GB/8cf4931486.png';
sba[2]='typo3temp/GB/9e7d05e95b.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();
});
