function addprod(ding){
var id = 'ajaxldr';
var url= '/incl/divaddprod.php?prod=' + ding;
new GetXmlHttpObject(url, id);
}
