/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.get('appointment')){
   Ext.get('appointment').first().replaceWith({tag: 'a',  href: '/docs/patient-intake-new.pdf', html: 'INTAKE FORM' });
  }
 
});

swfobject.addLoadEvent(function(){

var flashvars = { };

var params = { quality: "high", wmode: "transparent" };

swfobject.embedSWF("/flash/BurtoftVideoButton.swf", "kerryflex", "330", "280", "8.0.0", "", flashvars, params);
});
