var sba = [];
sba[0]='typo3temp/GB/0b2b7871d5.png';
sba[1]='typo3temp/GB/69dc56b9d8.png';
sba[2]='typo3temp/GB/747c166450.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();
});
