function tellafriend(type) {
	if (type != 1) {
		document.location.href='global/form-email-this-url.html?pagename=' + document.title + '&url=' + document.location.href;
	} else { // popup behaviour
		document.location.href='global/form-email-this-url.html?pagename=' + document.title + '&url=' + document.location.href + '&amp;type=' + type;	
	}
}

function goThere(f) {
	location.href=f.options[f.selectedIndex].value;
}


