function ie6warning_make_sure_you_are_up_to_date_my_friend(imgPath) {
	var msg1 = "Sie nutzen eine veraltete Version Ihres Browsers!";
	var msg2 = "Zur optimalen Darstellung unserer Websites und aus Sicherheitsgründen empfehlen wir, Ihren Browser zu aktualisieren.";
	var msg3 = "Klicken Sie auf einen der Links, um auf die jeweilige Download-Seite Ihres bevorzugten Browsers zu gelangen:";
	var br1 = "Firefox";
	var br2 = "Chrome";
	var br3 = "Safari";
	var br4 = "Opera";
	var br5 = "Internet Explorer";
	var url1 = "http://www.mozilla.com/firefox/";
	var url2 = "http://www.google.com/chrome";
	var url3 = "http://www.apple.com/safari/download/";
	var url4 = "http://www.opera.com/download/";
	var url5 = "http://www.microsoft.com/windows/Internet-explorer/default.aspx";
	var _body = document.getElementsByTagName('body')[0];
	var _ifr = document.createElement('iframe');
	_ifr.setAttribute('id','_ifr');
	var _d = document.createElement('div');
	/*var _l = document.createElement('div');*/
	var _h = document.createElement('h1');
	var _p1 = document.createElement('p');
	var _p2 = document.createElement('p');
	var _ul = document.createElement('ul');
	var _close = document.createElement('a');
	var _li1 = document.createElement('li');
	var _li2 = document.createElement('li');
	var _li3 = document.createElement('li');
	var _li4 = document.createElement('li');
	var _li5 = document.createElement('li');
	var _lit1 = document.createElement('div');
	var _lit2 = document.createElement('div');
	var _lit3 = document.createElement('div');
	var _lit4 = document.createElement('div');
	var _lit5 = document.createElement('div');
	_body.appendChild(_ifr);
	_body.appendChild(_d);
	_d.appendChild(_h);
	_d.appendChild(_p1);
	_d.appendChild(_p2);
	_d.appendChild(_ul);
	_d.appendChild(_close);
	_ul.appendChild(_li1);
	_ul.appendChild(_li2);
	_ul.appendChild(_li3);
	_ul.appendChild(_li4);
	_ul.appendChild(_li5);
	_li1.appendChild(_lit1);
	_li2.appendChild(_lit2);
	_li3.appendChild(_lit3);
	_li4.appendChild(_lit4);
	_li5.appendChild(_lit5);
	_d.setAttribute('id','_d');
	_h.setAttribute('id','_h');
	_p1.setAttribute('id','_p1');
	_p2.setAttribute('id','_p2');
	_ul.setAttribute('id','_ul');
	_li1.setAttribute('id','_li1');
	_li2.setAttribute('id','_li2');
	_li3.setAttribute('id','_li3');
	_li4.setAttribute('id','_li4');
	_li5.setAttribute('id','_li5');
	_lit1.setAttribute('id','_lit1');
	_lit2.setAttribute('id','_lit2');
	_lit3.setAttribute('id','_lit3');
	_lit4.setAttribute('id','_lit4');
	_lit5.setAttribute('id','_lit5');
	_close.setAttribute('id','_close');
	var _ifrd = document.getElementById('_ifr');
	if (_ifrd == null) return;
	_ifrd.style.top = "150px"; 
	_ifrd.style.left = "100px";
	_ifrd.style.width = "502px";
	_ifrd.style.height = "240px";
	_ifrd.style.position = "absolute";
	_ifrd.style.border = 0;
	
	var _dd = document.getElementById('_d');
	if (_dd == null) return;
	_ddw = 460;
	_ddh = 200;
	_dd.style.width = _ddw+"px";
	_dd.style.height = _ddh+"px";
	_dd.style.position = "absolute";
	_dd.style.top = "150px"; //((_height-_ddh)/2)+"px";
	_dd.style.left = "100px"; //((_width-_ddw)/2)+"px";
	_dd.style.padding = "20px";
	_dd.style.background = "#fff";
	_dd.style.border = "1px solid #ccc";
	_dd.style.fontFamily = "'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif";
	_dd.style.listStyleType = "circle";
	_dd.style.color = "#4F4F4F";
	_dd.style.fontSize = "12px";
	_h.appendChild(document.createTextNode(msg1));
	var _hd = document.getElementById('_h');
	if (_hd == null) return;
	_hd.style.display = "block";
	_hd.style.fontSize = "1.3em";
	_hd.style.marginBottom = "0.5em";
	_hd.style.color = "#333";
	_hd.style.fontFamily = "Helvetica,Arial,sans-serif";
	_hd.style.fontWeight = "bold";
	_p1.appendChild(document.createTextNode(msg2));
	var _p1d = document.getElementById('_p1');
	if (_p1d == null) return;
	_p1d.style.marginBottom = "1em";
	_p2.appendChild(document.createTextNode(msg3));
	var _p2d = document.getElementById('_p2');
	if (_p2d == null) return;
	_p2d.style.marginBottom = "1em";
	var _uld = document.getElementById('_ul');
	if (_uld == null) return;
	_uld.style.listStyleImage = "none";
	_uld.style.listStylePosition = "outside";
	_uld.style.listStyleType = "none";
	_uld.style.margin = "0 px auto";
	_uld.style.padding = "0px";
	_uld.style.paddingLeft = "140px";
	var _li1d = document.getElementById('_li1');
	if (_li1d == null) return;
	var _li2d = document.getElementById('_li2');
	if (_li2d == null) return;
	var _li3d = document.getElementById('_li3');
	if (_li3d == null) return;
	var _li4d = document.getElementById('_li4');
	if (_li4d == null) return;
	var _li5d = document.getElementById('_li5');
	if (_li5d == null) return;
	var _li1ds = _li1d.style;
	var _li2ds = _li2d.style;
	var _li3ds = _li3d.style;
	var _li4ds = _li4d.style;
	var _li5ds = _li5d.style;
	
	var _closed = document.getElementById('_close');
	if (_closed == null) return;
	var _closeds = _closed.style;
	_closeds.margin = "0px 0px 0px 188px";
	_closeds.cursor = "pointer";
	
	_closed.onclick = function() {
		_body.removeChild(_d);
		_body.removeChild(_ifr);
	};
	
	_li1ds.cursor = _li2ds.cursor = _li3ds.cursor = _li4ds.cursor = _li5ds.cursor = "pointer";
	
	_li1d.onclick = function() {
	window.location = url1
	};
	_li2d.onclick = function() {
	window.location = url2
	};
	_li3d.onclick = function() {
	window.location = url3
	};
	_li4d.onclick = function() {
	window.location = url4
	};
	_li5d.onclick = function() {
	window.location = url5
	};
	_li1ds.styleFloat = _li2ds.styleFloat = _li3ds.styleFloat = _li4ds.styleFloat = _li5ds.styleFloat = "left";
	_li1ds.width = _li2ds.width = _li3ds.width = _li4ds.width = _li5ds.width = "120px";
	_li1ds.height = _li2ds.height = _li3ds.height = _li4ds.height = _li5ds.height = "20px";
	_li1ds.margin = _li2ds.margin = _li3ds.margin = _li4ds.margin = _li5ds.margin = "0 0 0 0";
	_lit1.appendChild(document.createTextNode(br1));
	_lit2.appendChild(document.createTextNode(br2));
	_lit3.appendChild(document.createTextNode(br3));
	_lit4.appendChild(document.createTextNode(br4));
	_lit5.appendChild(document.createTextNode(br5));
	var _lit1d = document.getElementById('_lit1');
	if (_lit1d == null) return;
	var _lit2d = document.getElementById('_lit2');
	if (_lit2d == null) return;
	var _lit3d = document.getElementById('_lit3');
	if (_lit3d == null) return;
	var _lit4d = document.getElementById('_lit4');
	if (_lit4d == null) return;
	var _lit5d = document.getElementById('_lit5');
	if (_lit5d == null) return;
	var _lit1ds = _lit1d.style;
	var _lit2ds = _lit2d.style;
	var _lit3ds = _lit3d.style;
	var _lit4ds = _lit4d.style;
	var _lit5ds = _lit5d.style;
	_lit1ds.color = _lit2ds.color = _lit3ds.color = _lit4ds.color = _lit5ds.color = "#808080";
	_lit1ds.fontSize = _lit2ds.fontSize = _lit3ds.fontSize = _lit4ds.fontSize = _lit5ds.fontSize = "0.9em";
	_lit1ds.height = _lit2ds.height = _lit3ds.height = _lit4ds.height = _lit5ds.height = "18px";
	_lit1ds.lineHeight = _lit2ds.lineHeight = _lit3ds.lineHeight = _lit4ds.lineHeight = _lit5ds.lineHeight = "17px";
	_lit1ds.margin = _lit2ds.margin = _lit3ds.margin = _lit4ds.margin = _lit5ds.margin = "1px auto";
	_lit1ds.width = _lit2ds.width = _lit3ds.width = _lit4ds.width = _lit5ds.width = "118px";
	_lit1ds.textAlign = _lit2ds.textAlign = _lit3ds.textAlign = _lit4ds.textAlign = _lit5ds.textAlign = "left";
	
	_close.appendChild(document.createTextNode('[ schließen ]'));
}

function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}

var isIE6  = /msie|MSIE 6/.test(navigator.userAgent);
if (isIE6) {
	if ( readCookie('ie6warning') != 'alreadydone' ) {
		if (document.forms && document.forms[0]) {
			document.forms[0].style.zoom=1;
		}
		ie6warning_make_sure_you_are_up_to_date_my_friend("http://static.universal-music-services.de/img/");
	}
	if ( readCookie('ie6warning') != '' ) {
		createCookie('ie6warning','alreadydone',30);
	}
}