﻿

jQuery(function ($) {
    $('.basic').click(function (e) {
        $('#basic-modal-content').modal();

       
        document.getElementById("popFrame").src = document.getElementById("popFrame").src + '?3';
        
       
        //alert("DONE");
        return false;

    });
});

jQuery(function ($) {
    $('.basic2').click(function (e) {
        $('#basic-modal-content2').modal();


        return false;
    });
}); 
