// JavaScript Document
videoHeader={
	expand:function(){
		$('top-banner').morph('height:522px');
		//Insert google analytics tracking here
	},
	success:function(){
		$('header-subscribe').fade({ duration: 0.5, from: 1, to: 0, afterFinish:function(e){$('header-success').appear();} });
		//Insert google analytics tracking here
	},
	error:function(s){
		$('header-error').innerHTML=s;
		$('header-error').fade({ duration: 0.5, from: 0, to: 1 });
		$('header-subscribe').addClassName('error');
	},
	hide:function(){
		$('header-container').appear();
		$('top-banner').morph('height:270px');
		//Insert google analytics tracking here
	}
}
