/*
 * UDC IN/OUT JS
 *
 * (c) Oleg A Sivakov, 2009
 * Mailto: oleg@rf24.org
 *
 * http://rf24.org
 * http://dialogu.ru
 *
 */

var upContainer="<div id=\"udcIoPlace\"><div onclick=\"udcReq('msg','udcMsg');\" id=\"udcUp\" class=\"udcUpDiv\"></div></div>\n\
                 <div class=\"udcPreMsg\" id=\"udcPreMsg\"><div class=\"udcPreMsgCnt\" id=\"udcPreMsgCnt\"></div></div>\n\
                 <div id=\"udcMsg\" class=\"udcMsgDiv\">\n\
                 </div>";
document.writeln(upContainer);

function loadHdScr(e,a1,t,a2,d,f,a3,r){
    var s=document.createElement(e);
    s.setAttribute(a1,t);
    s.setAttribute(a2,"http://udc.w2u.rf24.org/scr/"+d+"/"+f);
    var th=document.getElementsByTagName("head")[0];
    th.appendChild(s);
}
