How do i place the alert box at the center of the browser and is it possible to change the "Javascript" text in the alert box to something like "Page Reloading"
$('#reload').click(function(e) {
if (confirm('Are you sure')) window.location.reload()
});