/* Customer Javascript */

swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("http://www.youtube.com/v/gykm2yv19xo?fs=1&", "yt1", "425", "344", "8.0.0", "", flashvars, params);
swfobject.embedSWF("http://www.youtube.com/v/icsWj2RTO9s?fs=1&", "yt2", "425", "344", "8.0.0", "", flashvars, params);
swfobject.embedSWF("http://www.youtube.com/v/LNoKVeJe43Q?fs=1&", "yt3", "425", "344", "8.0.0", "", flashvars, params);
});



Ext.onReady(function(){
    if(Ext.get('appointmentLink')){
         Ext.get('appointmentLink').first().replaceWith({tag: 'a',  href: '/how-did-we-do.html', html: 'How Did We Do?' });
   }
});
