 var fsRefLoc = location.search; 

   $(document).ready(function() { 	
      if (fsRefLoc.match(/fsmonitor/)) {
    	  $('#livefyre').bind('DOMSubtreeModified',function(e){
    			$('#livefyre div.lf_box_container').css('z-index', '9999'); 
    	  }); 
      }
     }); 