﻿/*
$(function()
{ 
  $('#munichlair-ajax-content').load('currentvote.php', function() {
    window.status = "Test";
  });  
});
*/