function dynload(src){
    var script = document.createElement('script');
    script.setAttribute('type', 'text/javascript');
    //script.setAttribute('charset', charset);
    script.setAttribute('src', src);

    // InsertBefore for IE.
    // IE crashes on using appendChild before the head tag has been closed.

    var head = document.getElementsByTagName('head').item(0);
    head.insertBefore(script, head.firstChild);

}
function dynload(){
    document.write("<link href=\"http://74mail.ru/Templates/css/selects.css\" rel=\"stylesheet\" type=\"text/css\" />");
	document.write("<script src=\"http://74mail.ru/Templates/JavaScripts/select/jquery.selects.js\" type=\"text/javascript\"></script>");
	
}

