$(document).ready(function() {
	var securekey = '';
	
	$.get("inc/securekey.html", function(data){
		$('#securekey').val(data);
	});
});
