var bannerstyle = document.createElement('link');
bannerstyle.setAttribute('rel', 'stylesheet');
bannerstyle.setAttribute('type', 'text/css');
bannerstyle.setAttribute('href',
		'http://www.vermoe.dk/koncernbanner/banner.css');
document.getElementsByTagName('head')[0].appendChild(bannerstyle);
var target = "target=\"_blank\"";
var output = "";
var output = output + '<div id="vermoebar">';
var output = output + '<div id="vermoebar_content">';

var output = output + '<a href="http://www.vermoe-online.dk" ' + target
		+ '>Verm&oslash; Online</a> | ';

var output = output + '<a href="http://www.helse.dk" ' + target
		+ '>Helse.dk</a> | ';
		
var output = output + '<a href="http://www.mode-magasinet.dk/" ' + target
		+ '>Mode Magasinet</a> | ';		
		
var output = output + '<a href="http://www.tjeck.dk" ' + target
		+ '>TJECK</a> | ';
		
var output = output + '<a href="http://www.jungersted.com" ' + target
		+ '>Jungersted</a> | ';
		
var output = output + '<a href="http://www.crossbordermedia.dk/" ' + target
		+ '>Cross Border-Verm&oslash;</a> | ';

var output = output + '<a href="http://www.vermoeproductions.dk/" ' + target
		+ '>Verm&oslash; Productions</a> | ';
		
var output = output + '<a href="http://www.vermoe.dk" ' + target
		+ '>Verm&oslash; A/S</a>';
		


		
		
var output = output + '</div>';
var output = output + '</div>';
document.write(output);