/* Customer Javascript */

Ext.onReady(function(){
  Ext.get('link1').on('click', function() { 
   //alert('working');
   window.open('http://www.elocallink.tv/vp6/spon-fcsa.php?sponid=VWJRZQJmAGoGNg==&fvm=1','elocallinktv','scrollbars=yes,resizable=yes,width=716,height=540,left=0,top=0,ScreenX=0,ScreenY=0');
  });
});

