window.setAttributesNS = function(obj,ns,src){ if(obj==null){obj={}} if(src==null){src={}} for(var i in src){ obj.setAttribute(ns,i,src[i]); } }