Hola
 
Así   
Código Javascript
:
Ver original- function funcion() { 
- document.getElementById("redireccion").onblur = function(){ 
-     var regexp = new RegExp(/\"|\'/g); 
-     this.value = this.value.replace(regexp,''); 
- } 
- } 
- window.onload = function() {funcion();}; 
Suerte