﻿//aww_whitelist
$(document).ready(function () { //jquery onload function
    if (aww_whitelist == 1) {
        $('#awwwhitelist').css('display', 'block');
        $('#awwwhitelist').html('<div style="text-align:left; margin: 10px; padding: 8px; background-color: yellow; border-radius: 10px;">' +
            '<div style="text-align:center;"><b>Don\'t like ads?</b></div>' +
            'Neither do we, but it is the only way we can keep this site online!<br/><br/>' +
            'It would be awesome if you could disable AdBlock for us! :)</div>');
    }
});

