/* Customer Javascript */

swfobject.addLoadEvent(function(){

var flashvars = { };

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

swfobject.embedSWF("/flash/player_2.swf", "audio", "140", "35", "8.0.0", "", flashvars, params);
});


Ext.onReady(function(){
    if(Ext.get('location')){
         Ext.get('location').first().replaceWith({tag: 'a',  href: '/articlespublications.html', html: 'Articles/Publications' });
   }
});
