var target_ids = [
't'
];

Event.observe(window, 'load', function() {
    new focusClearValue(target_ids);
},false);


