function redirect(id)

{

	var name = document.getElementById(id);

	window.location.href = 'http://www.erachemistry.net/partner/' + name.value;

}