var a = window.document.getElementsByTagName( 'ul' ), b = a[0], c = a[1], d = b.cloneNode( true ), x; b.style.fontSize = '70%'; c.style.fontSize = '70%'; d.style.fontSize = '70%'; d.style.visibility = 'hidden'; b.parentNode.insertBefore( d, b.nextSibling ); b.style.position = 'absolute'; b.style.margin = '0'; b.style.whiteSpace = 'nowrap'; x = b.offsetWidth; c.style.position = 'absolute'; c.style.margin = '0'; c.style.whiteSpace = 'nowrap'; c.style.top = b.offsetTop + 'px'; c.style.left = x + 'px'; a = window.document.getElementsByTagName( 'h1' ); b = a[0]; c = a[1]; d = b.cloneNode( true ); d.style.color = 'white'; b.parentNode.insertBefore( d, b.nextSibling ); b.style.position = 'absolute'; b.style.marginTop = '0'; b.style.whiteSpace = 'nowrap'; c.style.position = 'absolute'; c.style.marginTop = '0'; c.style.whiteSpace = 'nowrap'; c.style.top = b.offsetTop + 'px'; c.style.left = x + 'px';