function acne(type) {
        var i,t,ret,a=arguments,u='undefined',d=(typeof (t=a[6])!=u?t:document);
        ret=d.createElement(type);
                if (typeof (t=a[1])!=u && t!=null) for (i in t) ret.setAttribute(i,t[i]);
                if (typeof (t=a[2])!=u && t!=null) for (i in t) ret.style[i]=t[i];
                if (typeof (t=a[3])!=u && t!=null) for (i in t)
                        if (t[i].length&&typeof t[i] !='function') {
                                for (j=0; j<t[i].length; j++)
                                        attach(ret,i,t[i][j]);
                        } else attach(ret,i,t[i]);
                if (typeof (t=a[4])!=u && t!=null)
                        if (t.length)
                                for (i=0; i<t.length; i++) ret.appendChild(t[i]);
                        else
                                ret.appendChild(t);
                if (typeof (t=a[5])!=u && t!=null) t.appendChild(ret);
        return ret;
}