/* Customer Javascript */
swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("/gallery/fancy_gallery.swf", "smileGallery", "500", "500", "8.0.0", "", flashvars, params);
});


Ext.onReady(function(){
    if(Ext.get('location')){
         Ext.get('location').first().replaceWith({tag: 'a',  href: 'http://survey.constantcontact.com/survey/a07e4ctomg2gq5dfow9/start', html : 'PATIENT CARE SURVEY' });
   }
});

