var headID = document.getElementsByTagName("head")[0];var cssNode = document.createElement('link');cssNode.type = 'text/css';cssNode.rel = 'stylesheet';cssNode.href = 'http://www.eipakrituumajaamale.ee/css/magic.css';cssNode.media = 'screen';headID.appendChild(cssNode);$(function(){$("label").inFieldLabels();$("input").attr("autocomplete","off");});