function email() {

	e = "mail"+"to:"+"andy"+"@"+"theoriginal"+"realdeal.com";
	location.href = e;

	}

slide = {

	motion : null,
	up_init : function(e) {

		e = document.getElementById(e) || e;
		h = e.clientHeight;
		alert(h);

		}

	}