function test(){
$("#status").load("save.php","valid="+$(".off").val(),"ids="+$("#button").val());
};
$( "#feeds" ).load( "feeds.php", { limit: 25, 'test': 1, 'test': 2 }, function() {
alert( "The last 25 entries in the feed have been loaded" );
});