   1. function directURL(URL){
   2.   if(URL!=""){
   3.     window.location.href=URL;
   4.   }
   5. }


