function detect()
{
var br = navigator.appName;
var div = document.getElementById( 'space' );
var resize = document.getElementById( 'mid' );
if(br == 'Microsoft Internet Explorer')
{
	div.style.padding = '65px';
	//resize.style.width = 'px';
}
else
	div.style.padding = '65px';
}
function load_banners() {
    //document.getElementById( 'banners_load' ).style.display = 'block';
    document.getElementById( 'banners_load_top' ).style.display = 'block';
    //document.getElementById( 'test-banner' ).innerHTML = '<iframe src="http://tracking1.euroads.dk/system/showadv.php?sid=1&cpid=1035&adid=250438&acid=2399&eatrackid=3022" width=125 height=125 marginwidth=0 marginheight=0 ALLOWTRANSPARENCY=true frameborder=0 scrolling=no bordercolor=#000000 hspace=0 vspace=0></iframe>';
    
}