// embed Google +1 components (avoids xhtml validation issues)
c = document.getElementById('gpolike');
if (c !== null) {
    e = document.createElement('g:plusone');
    e.setAttribute('size', 'medium');
    c.appendChild(e);
}

