function check(url) {
	if(confirm('Are you sure?')) {
		window.location = url;
	}
}
