/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.get('location')){
   Ext.get('location').first().replaceWith({tag: 'a',  href: '/patients.html', html: 'NEW PATIENTS' });
  }
 
});


swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("/flash/fancy_gallery.swf", "officeTour", "500", "650", "8.0.0", "", flashvars, params);
});