function pasteKey() {
  $('#pastekey').load('/includes/paste-key.php');
}
$(document).ready(function() { 
 setInterval("pasteKey()", 30000);
});
