$(function() {
	// attach events
	$("div#sign-up, div#try-demo, div#sign-up-full-banner, div#sign-up-lite-banner, div#crazy-promo").click(function() {
		window.location = $("a", this)[0].href;
	});


	$("div#watch-movie").click(function() {
		
		$(".demo-video").trigger('click');
	     
	    });
	
	
});