Advertisement
Guest User

W4PMon

a guest
Aug 4th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 57.41 KB | None | 0 0
  1. <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
  2. <script type="text/javascript">
  3. $(document).ready(function () {
  4. setTimeout("$('#mon1').show('slow')", 500);
  5. setTimeout("$('#mon2').show('slow')", 1000);
  6. setTimeout("$('#mon3').show('slow')", 1500);
  7. setTimeout("$('#mon4').show('slow')", 2000);
  8. setTimeout("$('#mon5').show('slow')", 2500);
  9. setTimeout("$('#mon6').show('slow')", 3000);
  10. setTimeout("$('#mon7').show('slow')", 3500);
  11. setTimeout("$('#mon8').show('slow')", 4000);
  12. setTimeout("$('#mon9').show('slow')", 4500);
  13. setTimeout("$('#mon10').show('slow')", 5000);
  14. setTimeout("$('#mon11').show('slow')", 5500);
  15. setTimeout("$('#mon12').show('slow')", 6000);
  16. setTimeout("$('#mon13').show('slow')", 6500);
  17. setTimeout("$('#mon14').show('slow')", 7000);
  18. setTimeout("$('#mon15').show('slow')", 7500);
  19. setTimeout("$('#mon16').show('slow')", 8000);
  20. setTimeout("$('#mon17').show('slow')", 8500);
  21. jQuery.getJSON('mon/Event.json', {}, function(json){                    if (json.Event.status == 1 && json.Event.maxplayers >= 1) {                       jQuery('#onlinebar_Event').children('span').animate({width: json.Event.players10 + '%' }, 500 );                      jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>' + json.Event.players + '</center>');                       }                    if (json.Event.status == 0) {                       jQuery('#onlinebar_Event').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>Сервер отключен</center>');                       }                    if (json.Event.status == 1 && json.Event.maxplayers == 0) {                       jQuery('#onlinebar_Event').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>Профилактика</center>');                       }                    });
  22. jQuery.getJSON('mon/Creative.json', {}, function(json){                    if (json.Creative.status == 1 && json.Creative.maxplayers >= 1) {                       jQuery('#onlinebar_Creative').children('span').animate({width: json.Creative.players10 + '%' }, 500 );                      jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>' + json.Creative.players + '</center>');                       }                    if (json.Creative.status == 0) {                       jQuery('#onlinebar_Creative').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>Сервер отключен</center>');                       }                    if (json.Creative.status == 1 && json.Creative.maxplayers == 0) {                       jQuery('#onlinebar_Creative').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>Профилактика</center>');                       }                    });
  23. jQuery.getJSON('mon/Alchymia.json', {}, function(json){                    if (json.Alchymia.status == 1 && json.Alchymia.maxplayers >= 1) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: json.Alchymia.players10 + '%' }, 500 );                      jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>' + json.Alchymia.players + '</center>');                       }                    if (json.Alchymia.status == 0) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>Сервер отключен</center>');                       }                    if (json.Alchymia.status == 1 && json.Alchymia.maxplayers == 0) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>Профилактика</center>');                       }                    });
  24. jQuery.getJSON('mon/Phoenix.json', {}, function(json){                    if (json.Phoenix.status == 1 && json.Phoenix.maxplayers >= 1) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: json.Phoenix.players10 + '%' }, 500 );                      jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>' + json.Phoenix.players + '</center>');                       }                    if (json.Phoenix.status == 0) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>Сервер отключен</center>');                       }                    if (json.Phoenix.status == 1 && json.Phoenix.maxplayers == 0) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>Профилактика</center>');                       }                    });
  25. jQuery.getJSON('mon/Einbroch.json', {}, function(json){                    if (json.Einbroch.status == 1 && json.Einbroch.maxplayers >= 1) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: json.Einbroch.players10 + '%' }, 500 );                      jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>' + json.Einbroch.players + '</center>');                       }                    if (json.Einbroch.status == 0) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>Сервер отключен</center>');                       }                    if (json.Einbroch.status == 1 && json.Einbroch.maxplayers == 0) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>Профилактика</center>');                       }                    });
  26. jQuery.getJSON('mon/Lighthalzen.json', {}, function(json){                    if (json.Lighthalzen.status == 1 && json.Lighthalzen.maxplayers >= 1) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: json.Lighthalzen.players10 + '%' }, 500 );                      jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>' + json.Lighthalzen.players + '</center>');                       }                    if (json.Lighthalzen.status == 0) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>Сервер отключен</center>');                       }                    if (json.Lighthalzen.status == 1 && json.Lighthalzen.maxplayers == 0) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>Профилактика</center>');                       }                    });
  27. jQuery.getJSON('mon/Extreme.json', {}, function(json){                    if (json.Extreme.status == 1 && json.Extreme.maxplayers >= 1) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: json.Extreme.players10 + '%' }, 500 );                      jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>' + json.Extreme.players + '</center>');                       }                    if (json.Extreme.status == 0) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>Сервер отключен</center>');                       }                    if (json.Extreme.status == 1 && json.Extreme.maxplayers == 0) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>Профилактика</center>');                       }                    });
  28. jQuery.getJSON('mon/Infinity.json', {}, function(json){                    if (json.Infinity.status == 1 && json.Infinity.maxplayers >= 1) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: json.Infinity.players10 + '%' }, 500 );                      jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>' + json.Infinity.players + '</center>');                       }                    if (json.Infinity.status == 0) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>Сервер отключен</center>');                       }                    if (json.Infinity.status == 1 && json.Infinity.maxplayers == 0) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>Профилактика</center>');                       }                    });
  29. jQuery.getJSON('mon/HackMine.json', {}, function(json){                    if (json.HackMine.status == 1 && json.HackMine.maxplayers >= 1) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: json.HackMine.players10 + '%' }, 500 );                      jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>' + json.HackMine.players + '</center>');                       }                    if (json.HackMine.status == 0) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>Сервер отключен</center>');                       }                    if (json.HackMine.status == 1 && json.HackMine.maxplayers == 0) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>Профилактика</center>');                       }                    });
  30. jQuery.getJSON('mon/DayZ.json', {}, function(json){                    if (json.DayZ.status == 1 && json.DayZ.maxplayers >= 1) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: json.DayZ.players10 + '%' }, 500 );                      jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>' + json.DayZ.players + '</center>');                       }                    if (json.DayZ.status == 0) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>Сервер отключен</center>');                       }                    if (json.DayZ.status == 1 && json.DayZ.maxplayers == 0) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>Профилактика</center>');                       }                    });
  31. jQuery.getJSON('mon/Energy.json', {}, function(json){                    if (json.Energy.status == 1 && json.Energy.maxplayers >= 1) {                       jQuery('#onlinebar_Energy').children('span').animate({width: json.Energy.players10 + '%' }, 500 );                      jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>' + json.Energy.players + '</center>');                       }                    if (json.Energy.status == 0) {                       jQuery('#onlinebar_Energy').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>Сервер отключен</center>');                       }                    if (json.Energy.status == 1 && json.Energy.maxplayers == 0) {                       jQuery('#onlinebar_Energy').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>Профилактика</center>');                       }                    });
  32. jQuery.getJSON('mon/Leistung.json', {}, function(json){                    if (json.Leistung.status == 1 && json.Leistung.maxplayers >= 1) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: json.Leistung.players10 + '%' }, 500 );                      jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>' + json.Leistung.players + '</center>');                       }                    if (json.Leistung.status == 0) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>Сервер отключен</center>');                       }                    if (json.Leistung.status == 1 && json.Leistung.maxplayers == 0) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>Профилактика</center>');                       }                    });
  33. jQuery.getJSON('mon/Reunion.json', {}, function(json){                    if (json.Reunion.status == 1 && json.Reunion.maxplayers >= 1) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: json.Reunion.players10 + '%' }, 500 );                      jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>' + json.Reunion.players + '</center>');                       }                    if (json.Reunion.status == 0) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>Сервер отключен</center>');                       }                    if (json.Reunion.status == 1 && json.Reunion.maxplayers == 0) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>Профилактика</center>');                       }                    });
  34. jQuery.getJSON('mon/OSS.json', {}, function(json){                    if (json.OSS.status == 1 && json.OSS.maxplayers >= 1) {                       jQuery('#onlinebar_OSS').children('span').animate({width: json.OSS.players10 + '%' }, 500 );                      jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>' + json.OSS.players + '</center>');                       }                    if (json.OSS.status == 0) {                       jQuery('#onlinebar_OSS').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>Сервер отключен</center>');                       }                    if (json.OSS.status == 1 && json.OSS.maxplayers == 0) {                       jQuery('#onlinebar_OSS').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>Профилактика</center>');                       }                    });
  35. jQuery.getJSON('mon/Flaxon.json', {}, function(json){                    if (json.Flaxon.status == 1 && json.Flaxon.maxplayers >= 1) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: json.Flaxon.players10 + '%' }, 500 );                      jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>' + json.Flaxon.players + '</center>');                       }                    if (json.Flaxon.status == 0) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>Сервер отключен</center>');                       }                    if (json.Flaxon.status == 1 && json.Flaxon.maxplayers == 0) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>Профилактика</center>');                       }                    });
  36. jQuery.getJSON('mon/Paradise.json', {}, function(json){                    if (json.Paradise.status == 1 && json.Paradise.maxplayers >= 1) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: json.Paradise.players10 + '%' }, 500 );                     jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>' + json.Paradise.players + '</center>');                       }                    if (json.Paradise.status == 0) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>Сервер отключен</center>');                       }                    if (json.Paradise.status == 1 && json.Paradise.maxplayers == 0) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>Профилактика</center>');                       }                    });
  37. jQuery.getJSON('mon/Ayra.json', {}, function(json){                    if (json.Ayra.status == 1 && json.Ayra.maxplayers >= 1) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: json.Ayra.players10 + '%' }, 500 );                      jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>' + json.Ayra.players + '</center>');                       }                    if (json.Ayra.status == 0) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>Сервер отключен</center>');                       }                    if (json.Ayra.status == 1 && json.Ayra.maxplayers == 0) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>Профилактика</center>');                       }                    });
  38. setInterval(function() {
  39. jQuery.getJSON('mon/Event.json', {}, function(json){                    if (json.Event.status == 1 && json.Event.maxplayers >= 1) {                       jQuery('#onlinebar_Event').children('span').animate({width: json.Event.players10 + '%' }, 500 );                      jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>' + json.Event.players + '</center>');                       }                    if (json.Event.status == 0) {                       jQuery('#onlinebar_Event').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>Сервер отключен</center>');                       }                    if (json.Event.status == 1 && json.Event.maxplayers == 0) {                       jQuery('#onlinebar_Event').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Event').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Event').html('');                       jQuery('#onlinebarin_Event').append('<center>Профилактика</center>');                       }                    });
  40. jQuery.getJSON('mon/Creative.json', {}, function(json){                    if (json.Creative.status == 1 && json.Creative.maxplayers >= 1) {                       jQuery('#onlinebar_Creative').children('span').animate({width: json.Creative.players10 + '%' }, 500 );                      jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>' + json.Creative.players + '</center>');                       }                    if (json.Creative.status == 0) {                       jQuery('#onlinebar_Creative').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>Сервер отключен</center>');                       }                    if (json.Creative.status == 1 && json.Creative.maxplayers == 0) {                       jQuery('#onlinebar_Creative').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Creative').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Creative').html('');                       jQuery('#onlinebarin_Creative').append('<center>Профилактика</center>');                       }                    });
  41. jQuery.getJSON('mon/Alchymia.json', {}, function(json){                    if (json.Alchymia.status == 1 && json.Alchymia.maxplayers >= 1) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: json.Alchymia.players10 + '%' }, 500 );                      jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>' + json.Alchymia.players + '</center>');                       }                    if (json.Alchymia.status == 0) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>Сервер отключен</center>');                       }                    if (json.Alchymia.status == 1 && json.Alchymia.maxplayers == 0) {                       jQuery('#onlinebar_Alchymia').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Alchymia').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Alchymia').html('');                       jQuery('#onlinebarin_Alchymia').append('<center>Профилактика</center>');                       }                    });
  42. jQuery.getJSON('mon/Phoenix.json', {}, function(json){                    if (json.Phoenix.status == 1 && json.Phoenix.maxplayers >= 1) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: json.Phoenix.players10 + '%' }, 500 );                      jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>' + json.Phoenix.players + '</center>');                       }                    if (json.Phoenix.status == 0) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>Сервер отключен</center>');                       }                    if (json.Phoenix.status == 1 && json.Phoenix.maxplayers == 0) {                       jQuery('#onlinebar_Phoenix').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Phoenix').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Phoenix').html('');                       jQuery('#onlinebarin_Phoenix').append('<center>Профилактика</center>');                       }                    });
  43. jQuery.getJSON('mon/Einbroch.json', {}, function(json){                    if (json.Einbroch.status == 1 && json.Einbroch.maxplayers >= 1) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: json.Einbroch.players10 + '%' }, 500 );                      jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>' + json.Einbroch.players + '</center>');                       }                    if (json.Einbroch.status == 0) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>Сервер отключен</center>');                       }                    if (json.Einbroch.status == 1 && json.Einbroch.maxplayers == 0) {                       jQuery('#onlinebar_Einbroch').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Einbroch').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Einbroch').html('');                       jQuery('#onlinebarin_Einbroch').append('<center>Профилактика</center>');                       }                    });
  44. jQuery.getJSON('mon/Lighthalzen.json', {}, function(json){                    if (json.Lighthalzen.status == 1 && json.Lighthalzen.maxplayers >= 1) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: json.Lighthalzen.players10 + '%' }, 500 );                      jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>' + json.Lighthalzen.players + '</center>');                       }                    if (json.Lighthalzen.status == 0) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>Сервер отключен</center>');                       }                    if (json.Lighthalzen.status == 1 && json.Lighthalzen.maxplayers == 0) {                       jQuery('#onlinebar_Lighthalzen').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Lighthalzen').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Lighthalzen').html('');                       jQuery('#onlinebarin_Lighthalzen').append('<center>Профилактика</center>');                       }                    });
  45. jQuery.getJSON('mon/Extreme.json', {}, function(json){                    if (json.Extreme.status == 1 && json.Extreme.maxplayers >= 1) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: json.Extreme.players10 + '%' }, 500 );                      jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>' + json.Extreme.players + '</center>');                       }                    if (json.Extreme.status == 0) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>Сервер отключен</center>');                       }                    if (json.Extreme.status == 1 && json.Extreme.maxplayers == 0) {                       jQuery('#onlinebar_Extreme').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Extreme').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Extreme').html('');                       jQuery('#onlinebarin_Extreme').append('<center>Профилактика</center>');                       }                    });
  46. jQuery.getJSON('mon/Infinity.json', {}, function(json){                    if (json.Infinity.status == 1 && json.Infinity.maxplayers >= 1) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: json.Infinity.players10 + '%' }, 500 );                      jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>' + json.Infinity.players + '</center>');                       }                    if (json.Infinity.status == 0) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>Сервер отключен</center>');                       }                    if (json.Infinity.status == 1 && json.Infinity.maxplayers == 0) {                       jQuery('#onlinebar_Infinity').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Infinity').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Infinity').html('');                       jQuery('#onlinebarin_Infinity').append('<center>Профилактика</center>');                       }                    });
  47. jQuery.getJSON('mon/HackMine.json', {}, function(json){                    if (json.HackMine.status == 1 && json.HackMine.maxplayers >= 1) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: json.HackMine.players10 + '%' }, 500 );                      jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>' + json.HackMine.players + '</center>');                       }                    if (json.HackMine.status == 0) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>Сервер отключен</center>');                       }                    if (json.HackMine.status == 1 && json.HackMine.maxplayers == 0) {                       jQuery('#onlinebar_HackMine').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_HackMine').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_HackMine').html('');                       jQuery('#onlinebarin_HackMine').append('<center>Профилактика</center>');                       }                    });
  48. jQuery.getJSON('mon/DayZ.json', {}, function(json){                    if (json.DayZ.status == 1 && json.DayZ.maxplayers >= 1) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: json.DayZ.players10 + '%' }, 500 );                      jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>' + json.DayZ.players + '</center>');                       }                    if (json.DayZ.status == 0) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>Сервер отключен</center>');                       }                    if (json.DayZ.status == 1 && json.DayZ.maxplayers == 0) {                       jQuery('#onlinebar_DayZ').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_DayZ').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_DayZ').html('');                       jQuery('#onlinebarin_DayZ').append('<center>Профилактика</center>');                       }                    });
  49. jQuery.getJSON('mon/Energy.json', {}, function(json){                    if (json.Energy.status == 1 && json.Energy.maxplayers >= 1) {                       jQuery('#onlinebar_Energy').children('span').animate({width: json.Energy.players10 + '%' }, 500 );                      jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>' + json.Energy.players + '</center>');                       }                    if (json.Energy.status == 0) {                       jQuery('#onlinebar_Energy').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>Сервер отключен</center>');                       }                    if (json.Energy.status == 1 && json.Energy.maxplayers == 0) {                       jQuery('#onlinebar_Energy').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Energy').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Energy').html('');                       jQuery('#onlinebarin_Energy').append('<center>Профилактика</center>');                       }                    });
  50. jQuery.getJSON('mon/Leistung.json', {}, function(json){                    if (json.Leistung.status == 1 && json.Leistung.maxplayers >= 1) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: json.Leistung.players10 + '%' }, 500 );                      jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>' + json.Leistung.players + '</center>');                       }                    if (json.Leistung.status == 0) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>Сервер отключен</center>');                       }                    if (json.Leistung.status == 1 && json.Leistung.maxplayers == 0) {                       jQuery('#onlinebar_Leistung').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Leistung').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Leistung').html('');                       jQuery('#onlinebarin_Leistung').append('<center>Профилактика</center>');                       }                    });
  51. jQuery.getJSON('mon/Reunion.json', {}, function(json){                    if (json.Reunion.status == 1 && json.Reunion.maxplayers >= 1) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: json.Reunion.players10 + '%' }, 500 );                      jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>' + json.Reunion.players + '</center>');                       }                    if (json.Reunion.status == 0) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>Сервер отключен</center>');                       }                    if (json.Reunion.status == 1 && json.Reunion.maxplayers == 0) {                       jQuery('#onlinebar_Reunion').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Reunion').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Reunion').html('');                       jQuery('#onlinebarin_Reunion').append('<center>Профилактика</center>');                       }                    });
  52. jQuery.getJSON('mon/OSS.json', {}, function(json){                    if (json.OSS.status == 1 && json.OSS.maxplayers >= 1) {                       jQuery('#onlinebar_OSS').children('span').animate({width: json.OSS.players10 + '%' }, 500 );                      jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>' + json.OSS.players + '</center>');                       }                    if (json.OSS.status == 0) {                       jQuery('#onlinebar_OSS').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>Сервер отключен</center>');                       }                    if (json.OSS.status == 1 && json.OSS.maxplayers == 0) {                       jQuery('#onlinebar_OSS').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_OSS').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_OSS').html('');                       jQuery('#onlinebarin_OSS').append('<center>Профилактика</center>');                       }                    });
  53. jQuery.getJSON('mon/Flaxon.json', {}, function(json){                    if (json.Flaxon.status == 1 && json.Flaxon.maxplayers >= 1) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: json.Flaxon.players10 + '%' }, 500 );                      jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>' + json.Flaxon.players + '</center>');                       }                    if (json.Flaxon.status == 0) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>Сервер отключен</center>');                       }                    if (json.Flaxon.status == 1 && json.Flaxon.maxplayers == 0) {                       jQuery('#onlinebar_Flaxon').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Flaxon').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Flaxon').html('');                       jQuery('#onlinebarin_Flaxon').append('<center>Профилактика</center>');                       }                    });
  54. jQuery.getJSON('mon/Paradise.json', {}, function(json){                    if (json.Paradise.status == 1 && json.Paradise.maxplayers >= 1) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: json.Paradise.players10 + '%' }, 500 );                     jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>' + json.Paradise.players + '</center>');                       }                    if (json.Paradise.status == 0) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>Сервер отключен</center>');                       }                    if (json.Paradise.status == 1 && json.Paradise.maxplayers == 0) {                       jQuery('#onlinebar_Paradise').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Paradise').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Paradise').html('');                       jQuery('#onlinebarin_Paradise').append('<center>Профилактика</center>');                       }                    });
  55. jQuery.getJSON('mon/Ayra.json', {}, function(json){                    if (json.Ayra.status == 1 && json.Ayra.maxplayers >= 1) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: json.Ayra.players10 + '%' }, 500 );                      jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/online.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>' + json.Ayra.players + '</center>');                       }                    if (json.Ayra.status == 0) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/offline.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>Сервер отключен</center>');                       }                    if (json.Ayra.status == 1 && json.Ayra.maxplayers == 0) {                       jQuery('#onlinebar_Ayra').children('span').animate({width: '70%' }, 500 );                         jQuery('#onlinebar_Ayra').css('background-image','url(https://dl.dropbox.com/u/61851995/work.png)');                       jQuery('#onlinebarin_Ayra').html('');                       jQuery('#onlinebarin_Ayra').append('<center>Профилактика</center>');                       }                    });
  56. }, 1000);
  57. });
  58.          </script>      
  59.          <div id="mon_main">
  60. <div id="mon1" style="display: none;"><div class="progress-bar" id="onlinebar_Event">
  61.  
  62. <b>Event</b>
  63. <span style="min-width: 10%;width: 10%;">
  64. <b id="onlinebarin_Event"></b>
  65.     </span>    
  66. </div></div>
  67.  
  68. <div id="mon2" style="display: none;"><div class="progress-bar" id="onlinebar_Creative">
  69.  
  70. <b>Creative</b>
  71. <span style="min-width: 10%;width: 10%;">
  72. <b id="onlinebarin_Creative"></b>
  73.     </span>    
  74. </div></div>
  75.  
  76. <div id="mon3" style="display: none;"><div class="progress-bar" id="onlinebar_Alchymia">
  77.  
  78. <b>Alchymia</b>
  79. <span style="min-width: 10%;width: 10%;">
  80. <b id="onlinebarin_Alchymia"></b>
  81.     </span>    
  82. </div></div>
  83. <div id="mon4" style="display: none;"><div class="progress-bar" id="onlinebar_Phoenix">
  84.  
  85. <b>Phoenix</b>
  86. <span style="min-width: 10%;width: 10%;">
  87. <b id="onlinebarin_Phoenix"></b>
  88.     </span>    
  89. </div></div>
  90. <div id="mon5" style="display: none;"><div class="progress-bar" id="onlinebar_Einbroch">
  91.  
  92. <b>Einbroch</b>
  93. <span style="min-width: 10%;width: 10%;">
  94. <b id="onlinebarin_Einbroch"></b>
  95.     </span>    
  96. </div></div>
  97. <div id="mon6" style="display: none;"><div class="progress-bar" id="onlinebar_Lighthalzen">
  98.  
  99. <b>Lighthalzen</b>
  100. <span style="min-width: 10%;width: 10%;">
  101. <b id="onlinebarin_Lighthalzen"></b>
  102.     </span>    
  103. </div></div>
  104. <div id="mon7" style="display: none;"><div class="progress-bar" id="onlinebar_Extreme">
  105.  
  106. <b>Extreme</b>
  107. <span style="min-width: 10%;width: 10%;">
  108. <b id="onlinebarin_Extreme"></b>
  109.     </span>    
  110. </div></div>
  111. <div id="mon8" style="display: none;"><div class="progress-bar" id="onlinebar_Infinity">
  112.  
  113. <b>Infinity</b>
  114. <span style="min-width: 10%;width: 10%;">
  115. <b id="onlinebarin_Infinity"></b>
  116.     </span>    
  117. </div></div>
  118. <div id="mon9" style="display: none;"><div class="progress-bar" id="onlinebar_HackMine">
  119.  
  120. <b>Hack/Mine</b>
  121. <span style="min-width: 10%;width: 10%;">
  122. <b id="onlinebarin_HackMine"></b>
  123.     </span>    
  124. </div></div>
  125. <div id="mon10" style="display: none;"><div class="progress-bar" id="onlinebar_DayZ">
  126.  
  127. <b>Dayz</b>
  128. <span style="min-width: 10%;width: 10%;">
  129. <b id="onlinebarin_DayZ"></b>
  130.     </span>    
  131. </div></div>
  132. <div id="mon11" style="display: none;"><div class="progress-bar" id="onlinebar_Energy">
  133.  
  134. <b>Energy</b>
  135. <span style="min-width: 10%;width: 10%;">
  136. <b id="onlinebarin_Energy"></b>
  137.     </span>    
  138. </div></div>
  139. <div id="mon12" style="display: none;"><div class="progress-bar" id="onlinebar_Leistung">
  140.  
  141. <b>Leistung</b>
  142. <span style="min-width: 10%;width: 10%;">
  143. <b id="onlinebarin_Leistung"></b>
  144.     </span>    
  145. </div></div>
  146. <div id="mon13" style="display: none;"><div class="progress-bar" id="onlinebar_Reunion">
  147.  
  148. <b>Reunion</b>
  149. <span style="min-width: 10%;width: 10%;">
  150. <b id="onlinebarin_Reunion"></b>
  151.     </span>    
  152. </div></div>
  153. <div id="mon14" style="display: none;"><div class="progress-bar" id="onlinebar_OSS">
  154.  
  155. <b>OSS</b>
  156. <span style="min-width: 10%;width: 10%;">
  157. <b id="onlinebarin_OSS"></b>
  158.     </span>    
  159. </div></div>
  160. <div id="mon15" style="display: none;"><div class="progress-bar" id="onlinebar_Flaxon">
  161.  
  162. <b>Flaxon</b>
  163. <span style="min-width: 10%;width: 10%;">
  164. <b id="onlinebarin_Flaxon"></b>
  165.     </span>    
  166. </div></div>
  167. <div id="mon16" style="display: none;"><div class="progress-bar" id="onlinebar_Paradise">
  168.  
  169. <b>Paradise</b>
  170. <span style="min-width: 10%;width: 10%;">
  171. <b id="onlinebarin_Paradise"></b>
  172.     </span>    
  173. </div></div>
  174. <div id="mon17" style="display: none;"><div class="progress-bar" id="onlinebar_Ayra">
  175.  
  176. <b> Ayra</b>
  177. <span style="min-width: 10%;width: 10%;">
  178. <b id="onlinebarin_Ayra"></b>
  179.     </span>    
  180. </div></div>
  181. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement