yah = getById('youarehere');
a = newTag('a');
a.href = 'http://www.kratzerweb.de/';
a.target = '_top';
a.appendChild(newText('Home'));
yah.insertBefore(newText(String.fromCharCode(187)), yah.firstChild);
yah.insertBefore(a, yah.firstChild);