/* Weather Box */

Sppc.Landing.VideonewsCNNBox$Class = {
	constructor: function(data) {
		Sppc.Core.extendSuper(this, Sppc.Landing.AbstractBox, Sppc.Landing.VideonewsCNNBox$Class, data);
	},
	_contentLoaded: function(response) {
		this.__super._contentLoaded();
		jQuery('#swfPlayer_'+this._id).height(Math.floor((jQuery('#swfPlayer_'+this._id).width()*4/5)+200));
	},
	_afterMove: function() {
        jQuery('#swfPlayer_'+this._id).height(Math.floor((jQuery('#swfPlayer_'+this._id).width()*4/5)+200));		
	}
};
Sppc.Landing.VideonewsCNNBox = Sppc.Landing.VideonewsCNNBox$Class.constructor;
