var style = document.createElement("style");style.type = "text/css";style.appendChild(document.createTextNode(".aa{width:100%;}"));var head = document.getElementsByTagName("head")[0];head.appendChild(style);
document.write("");