$.ajax({
		   type: "POST",
		   url: DSTORE_BASE_URL + '/index.php',
		   data: 'screen=dstore.javascript',
		   dataType: 'json'
	});
