function ping() { $(".network-state").css("background", "#EF2929"); $("body").append(""); } $(document).ready(function(){ $("img").on('dragstart', function(event) { event.preventDefault(); }); $(".nc").each(function( index ) { r = Math.random(); $(this).prop("href", $(this).prop("href")+ "?mt=" + r); }); $("body").append("
"); setInterval("ping()", 2000); //$("iframe").prop("sandbox", "allow-scripts"); });