var indicator_bar = base_indicator;
var forumModalstr='';forumModalstr+='<div class="jqmWindow" id="ex2">';forumModalstr+='   <div class="jq_content">';
forumModalstr+='   <span class="dark_bold">Lütfen Bekleyiniz...<\/span>'+base_indicator;forumModalstr+='   <\/div>';
forumModalstr+='<\/div>';
var modal_load = function (hash)
{if(window.modalReady){modalReady(this);}}
function makeModal(action)
{$('#modals').empty();$('#modals').html(forumModalstr);var url = theForum+action;$('#ex2').jqm({ajax: url,target: 'div.jq_content', trigger: false, modal:true, onLoad: modal_load }).jqmShow();}
