<script>
function user_pro(useron){
$.post("userprofile.php", { useron:useron } );
document.location.href="/go.html?url=userprofile.php";
}
$(document).on('click','#userprofile',function(){
var useron=$(this).data('id4');
user_pro(useron);
});
</script>
<script>
function user_pro(useron){
$.post("use