$(document).ready(function(){
/*
	var idd = $('div.block_online').parents('div[id^="pl_"]').attr('id').substr(3);
	realplexor.subscribe("users_online_"+idd.toString(), function (result, id) {
	    var div_id = id.substr(13);
	    $('#pl_'+div_id).html(result);
	});
	realplexor.execute();  
*/

});
