function emailPage(){
	var targetUrl = "/email/email.aspx?url=";
	if (window.XMLHttpRequest) {
		targetUrl += document.URL;
	} else {//IE6
		targetUrl += document.location.href;
	}
	targetUrl +=  "&TB_iframe=true&height=200&width=400";

	tb_show("Email this page to a friend",targetUrl,"");
}
