var bgpath='http://www.pending.me.uk/images/member/';
function bgupdate(dropdown) {
	bgval = dropdown.value;
	document.getElementById('bgimg').src=bgpath+bgval+".png";
}
function deleteGo(id) {
	if (confirm("Are you sure you wish to delete this countdown?")) {
		window.location = "http://pending.me.uk/content_members.php?go=delete&countdown="+id;
	}
}
