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