var sba = [];
sba[0]='typo3temp/GB/47ec2047d3.png';
sba[1]='typo3temp/GB/abd9f7a5f0.png';
sba[2]='typo3temp/GB/2b19dfc655.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();
});
