﻿function AreYouSure() {
    return confirm('Er du sikker?');
}
