function tb_removeIframe() {
	parent.$('#TB_window,#TB_overlay,#TB_HideSelect’').trigger("unload").unbind().remove();
}

function sendEmail(the_form) {
	
	the_form["pageurl"].value = parent.window.location;
	the_form.submit();
}
