function check_domain()
{
	if (document.getElementById('attrib-3-0') != null) {
		if (document.getElementById('attrib-3-0').value == '') {
			alert('You must enter the domain you wish to register this product to.');
			return false;
		}
	}
	
	return true;
}
