function not_avail(thing){
	alert(thing+" is not available yet.\n\nPlease check back soon.");
	return false
}
