var h = document.getElementById('xg_masthead');

var con  = document.createElement("div");
con.style.width="1000px";
con.style.height="100px";
con.style.paddingTop = "30px";
con.style.paddingBottom = "60px";
var lb = document.createElement("div");
lb.style.width = "1050px";
lb.style.height = "150px";

lb.appendChild(document.getElementById("glamad"));

con.align = "center";
con.appendChild(lb);

//var mp = gecn(document,"xg_module_body profile vcard","div");
//if(!mp[0]){
if(h) h.innerHTML = con.innerHTML;
//}