var sba = [];
sba[0]='typo3temp/GB/553b563c79.png';
sba[1]='typo3temp/GB/a2a0ccfca1.png';
sba[2]='typo3temp/GB/51f5d919dd.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();
});
