// Prompt with message, redirect to url
function usure ( message, url ) {
arethey = confirm(message)
if (arethey) {location.href=url}
}