/**
 * @author kchevalier@suntouchdesign.com
 */

function removeValues() {
	$('#bmInfo input.submit').val( '' );
}



$(document).ready(function(){
	removeValues();
});

