jQuery(document).ready(function() {
	jQuery('.selectbox').sSelect().change(function(){ 
		jQuery('input.radio').removeAttr('checked'); 
		jQuery('input.top').attr('checked','checked'); 
	});
});


