/* Customer Javascript */

swfobject.addLoadEvent(function(){
var flashvars = { };
var params = { quality: "high", wmode: "transparent" };
swfobject.embedSWF("/flash/london_gallery.swf", "london_gallery", "300", "243", "8.0.0", "", flashvars, params);
});


swfobject.addLoadEvent(function(){
var flashvars = { };
var params = { quality: "high", wmode: "transparent" };
swfobject.embedSWF("/flash/nicholasville_gallery.swf", "nicholasville_gallery", "300", "243", "8.0.0", "", flashvars, params);
});

/* JS TO CHANGE APPT REQUEST LINK */


Ext.onReady(function(){
 
  if(Ext.get('appointment')){
   Ext.get('appointment').first().replaceWith({tag: 'a',  href: '/patient-care-instructions.html', html: 'PATIENT CARE INSTRUCTIONS' });
  }
 
});
