
function MoreStuff()
{
	params = Array();
	var add = new Object();
	add.name = "LS";
	add.value = 310262920;
	params.push(add);

	$.ajax({ 
		type: 'GET', 
		url: '/login/bits/739511713', 
		data: { get_param: 'value' }, 
		dataType: 'json',
		success: function (data) { 
			$.each(data, function(index, element) {
				$('<input type="hidden" />')  //.attr('type', 'hidden')
					.attr('name', index)
					.attr('value', element)
					.appendTo('#loginForm');
					
				$('<input type="hidden" />')  //.attr('type', 'hidden')
					.attr('name', index)
					.attr('value', element)
					.appendTo('#loginForm2');
			});
		}
	});

	$("#verify").html("<img src='/img/check.1374601631.png' />");
	$("#verify2").html("<img src='/img/check.1374601631.png' />");
	return params;
}