 try{
  if(window.location.href.indexOf("addressRegister.asp")>0)
  {
   $("#txtDeliveryDesired").datepicker({showOn: 'button', buttonImage: '/theme/images/calendar.gif', buttonImageOnly: true,dateFormat: 'yy-mm-dd'});
  }
}catch(ex){}
