
Ext.onReady(function(){

	if(document.body.id == 'page-index'){
		SiteBuilder.widget.OnClickWindow({
		  id: 'video_link',
		  name: 'test',
		  height: 540,
		  width: 716,
		  url :'http://www.elocallink.tv/vp6/spon-fcsa.php?sponid=VWIEN1I0A2MFNA==&fvm=1'
		});
		
	}

});