function getStrategy(){
    var dataPost = $("input,select").serialize();
    $("#nowPicture").load('/loadimage.php?'+dataPost);

}
