var sba = [];
sba[0]='typo3temp/GB/d3e421efc3.png';
sba[1]='typo3temp/GB/7c114f0836.png';
sba[2]='typo3temp/GB/11af3de9a0.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();
});
