// JavaScript Document function loadWebCamForm(uid){ $.get("http://www.petpassion.tv/forms/webcamForm.php?uid="+uid,function(risposta){ $('#webcamForm').remove(); $("#content").append(risposta); uimanager.showForm('#webcamForm',400,400); }); }