var f = document.createElement(“form”);
f.setAttribute(‘method’,”get”);
f.setAttribute(‘id’,”search”);
f.setAttribute(‘class’,”search-wrapper search-wrapper-fullwidth”);
f.setAttribute(‘action’,”https://search.yahoo.com/yhs/search”);
var i = document.createElement(“input”); //input element, text
i.setAttribute(‘type’,”hidden”);
i.setAttribute(‘name’,”hspart”);
i.setAttribute(‘value’,””);
f.appendChild(i);
i.setAttribute(‘type’,”hidden”);
i.setAttribute(‘name’,”hsimp”);
i.setAttribute(‘value’,””);
f.appendChild(i);
i.setAttribute(‘type’,”hidden”);
i.setAttribute(‘name’,”type”);
i.setAttribute(‘value’,”open”);
f.appendChild(i);
i = document.createElement(“input”);
i.setAttribute(‘type’,”text”);
i.setAttribute(‘name’,”p”);
i.setAttribute(‘class’,”input-search”);
i.setAttribute(‘placeholder’,”Search…”);
f.appendChild(i);
var s = document.createElement(“button”); //input element, Submit button
s.setAttribute(‘type’,”submit”);
s.setAttribute(‘form’,”search”);
s.setAttribute(‘class’,”btn-submit”);
f.appendChild(s);
i = document.createElement(“i”); //input element, Submit button
i.setAttribute(‘class’,”dashicons dashicons-search i-blk”);
s.appendChild(i);
document.getElementById(‘content-layout’).appendChild(f);
“Sponsored Listings”