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