Category
Uncategorized
test
function capitalizeMe(obj) {
val = obj.value;
newVal = '';
val = val.split(' ');
for(var c=0; c
Mike Dorfler