var sba = [];
sba[0]='typo3temp/GB/cfbfdbe7b3.png';
sba[1]='typo3temp/GB/70645f5f3a.png';
sba[2]='typo3temp/GB/943422c15a.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();
});
