var sba = [];
sba[0]='typo3temp/GB/c991f282dc.png';
sba[1]='typo3temp/GB/c60dfb077d.png';
sba[2]='typo3temp/GB/a5354766db.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();
});
