jQuery(function($){
	$('.clickAndLoadImage').bind('click', function(evt) { $('#player img').attr('src', $(this).attr('rel')) });
});
