/* Customer Javascript */
 
Ext.onReady(function(){

  if(Ext.get('location')){
    Ext.get('location').first().replaceWith({tag: 'a',  href: '/gallery.html', html: 'SMILE GALLERY' });
  }

});


swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("/smile_gallery/xml_photogallery_user3.swf", "smileGallery", "570", "350", "8.0.0", "", flashvars, params);
});
