/*
 * 
 * Extras
 * 
 */

$(document).ready(function(){
    $('#ppPopup').jqm({ajax: 'privacyPolicy.html', trigger: 'a.btnPP', overlay:50});
    $('#rulesPopup1').jqm({ajax: 'officialRules1.html', trigger: 'a.btnOfficialRules1', overlay:50});
    $('#rulesPopup2').jqm({ajax: 'officialRules2.html', trigger: 'a.btnOfficialRules2', overlay:50});
    $('#tcPopup').jqm({ajax: 'termsAndConditions.html', trigger: 'a.btnTC', overlay:50});
    $('#ppPopupEvents').jqm({ajax: 'privacyPolicy.html', trigger: 'a.btnPPEvents', overlay:50});
    $('#tcPopupEvents').jqm({ajax: 'termsAndConditions.html', trigger: 'a.btnTCEvents', overlay:50});
    $('#ppPopupHoney').jqm({ajax: 'privacyPolicy.html', trigger: 'a.btnPPHoney', overlay:50});
    $('#tcPopupHoney').jqm({ajax: 'termsAndConditions.html', trigger: 'a.btnTCHoney', overlay:50});
    $('#tcPopupProfile').jqm({ajax: 'termsAndConditions.html', trigger: 'a.btnTCHoneyProfile', overlay:50});
});
