var jm={getPhotoSet:function(title,id,page){$jq.get('../inc/photoSet.php',{title:title,id:id,page:page},function(data){$jq('#frame').html(data);});}}