/* 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("/gallery/smile_gallery_v3.swf", "smileGallery", "500", "650", "8.0.0", "", flashvars, params);
});

