soundManager.url = template_root + '/assets/sndmgr/';
soundManager.flashVersion = 9; // optional: shiny features (default = 8)
soundManager.useFlashBlock = false; // optionally, enable when you're ready to dive in

function emailSubscribe() {
	var email = $("#emaddy").val();
	$.post(webroot + "/em_subscribe.php", {join_email: email}, function(data) {
		alert("You are now subscribed.");
	});
}
