// pull in jquery 
document.write('<scr'+'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" ></scr'+'ipt>');
/* make ajax call to get the phone number,the only information
  that gets sent to the server is
  @userID:
  @programID: 
*/
function setNumber(userID,programID){$.getJSON("http://www.callcommission.com/scripts/setNumber.php?jsoncallback=?&uID="+userID+"&pID="+programID,function(data){$('#ccNumber').html(data.name);});}
