function alatest_insertCss(cssStr){
				var style = document.createElement("style");
			    style.setAttribute("type", "text/css");
			    if(style.styleSheet){// IE
			        style.styleSheet.cssText = cssStr;
			    } else {// w3c
			        var cssText = document.createTextNode(cssStr);
			        style.appendChild(cssText);
			    }
			    var heads = document.getElementsByTagName("head");
    			heads ? (heads[0].appendChild(style)) : (document.appendChild(style));
	}
	
	function bindEvent(elem,type,handle){
		if (elem.addEventListener)
			elem.addEventListener(type, handle, false);
		else if (elem.attachEvent)
			elem.attachEvent("on" + type, handle);
	}		try{
			var alatest_bIE = false;
			var alatest_bVer = 0;
			if(navigator.appVersion.indexOf("MSIE")!=-1){
				alatest_bIE = true;
				alatest_bVer=parseFloat(navigator.appVersion.split("MSIE")[1]);
			}
			var alatest_css = ".alatest_alascore{ display: block; margin: 0 auto; width: 100px; height: 149px; background: transparent url(\'http:\/\/ii.alatest.com\/stars_new\/de_DE\/101x150\/87.png\') no-repeat 0px 0px; } .alatest_alascore .alatest_rc{ display: block; font-weight: bold; text-align: center; padding: 90px 0px 0px 0px; margin: 0px; font: 11px Arial,serif; color: #c9dcb4; } .alatest_alascore .alatest_avgdate{ display: block; text-align: center; padding: 0px; margin: 0px; font: 10px Arial,serif; color: #c9dcb4; } .alatest_newbox{ position: absolute; z-index: 10; display: none; } .alatest_newbox .alatest_con{ padding: 7px; position: relative; } .alatest_newbox a:link,.alatest_newbox a:visited{ background: transparent; color: #0078be; text-decoration:none; } .alatest_newbox a:hover,.alatest_newbox a:active{ background: #dceff9; color: #555555; text-decoration:none; } .alatest_newbox .alatest_arrow_bl,.alatest_newbox .alatest_arrow_br,.alatest_newbox .alatest_arrow_tl,.alatest_newbox .alatest_arrow_tr{ position: absolute; z-index: 91; width: 24px; height: 19px; } .alatest_newbox .alatest_arrow_bl{ bottom: -12px; left: 25px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_button_sprites1.png\') no-repeat 0px 0px; } .alatest_newbox .alatest_arrow_br{ bottom: -12px; right: 25px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_button_sprites1.png\') no-repeat 0px 0px; } .alatest_newbox .alatest_arrow_tl{ top: -12px; left: 25px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_button_sprites1.png\') no-repeat 0px -19px; } .alatest_newbox .alatest_arrow_tr{ top: -12px; right: 25px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_button_sprites1.png\') no-repeat 0px -19px; } .alatest_newbox .alatest_t,.alatest_newbox .alatest_b{ position: absolute; z-index: 90; height: 7px; line-height: 7px; font-size: 1px; left: 13px; } .alatest_newbox .alatest_t{ top: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/hborders_sprites.png\') repeat-x 0px 0px; } .alatest_newbox .alatest_b{ bottom: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/hborders_sprites.png\') repeat-x 0px -7px; } .alatest_newbox .alatest_l,.alatest_newbox .alatest_r{ position: absolute; z-index: 90; width: 7px; font-size: 1px; top: 14px; } .alatest_newbox .alatest_l{ left: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/vborders_sprites.png\') repeat-y 0px 0px; } .alatest_newbox .alatest_r{ right: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/vborders_sprites.png\') repeat-y -7px 0px; } .alatest_newbox .alatest_tl,.alatest_newbox .alatest_tr,.alatest_newbox .alatest_bl,.alatest_newbox .alatest_br{ width: 13px; height: 14px; font-size: 1px; line-height: 14px; position: absolute; z-index: 90; } .alatest_newbox .alatest_tl{ top: 0px; left: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_corners_sprites.png\') no-repeat 0px 0px; } .alatest_newbox .alatest_tr{ top: 0px; right: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_corners_sprites.png\') no-repeat -13px 0px; } .alatest_newbox .alatest_bl{ bottom: 0px; left: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_corners_sprites.png\') no-repeat 0px -14px; } .alatest_newbox .alatest_br{ bottom: 0px; right: 0px; background: transparent url(\'http:\/\/ii.alatest.com\/css\/common\/nbs_corners_sprites.png\') no-repeat -13px -14px; } #alatest_popup{ z-index: 450; width: 300px; } #alatest_popup .alatest_ppcontent{ margin: 0px; padding: 10px; background: #ffffff; font: 12px Arial,serif; text-align: left; } ";
			var alatest_cssIE6 = "div.alatest_alascore{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/stars_new\/de_DE\/101x150\/87.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_con{ height: 0; height: auto; zoom: 1; } .alatest_newbox .alatest_arrow_bl{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nba_b.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_arrow_br{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nba_b.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_arrow_tl{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nba_t.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_arrow_tr{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nba_t.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_t{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_t.png\", sizingMethod=\"scale\"); } .alatest_newbox .alatest_b{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_b.png\", sizingMethod=\"scale\"); } .alatest_newbox .alatest_l{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_l.png\", sizingMethod=\"scale\"); } .alatest_newbox .alatest_r{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_r.png\", sizingMethod=\"scale\"); } .alatest_newbox .alatest_tl{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_tl.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_tr{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_tr.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_bl{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_bl.png\", sizingMethod=\"image\"); } .alatest_newbox .alatest_br{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\"http:\/\/ii.alatest.com\/css\/common\/nb_br.png\", sizingMethod=\"image\"); } ";
			alatest_insertCss(alatest_css);
			if(alatest_bIE && alatest_bVer <= 6){
				alatest_insertCss(alatest_cssIE6);
			}
		}
		catch(alatest_exception){
		}
		try{
	var alatest_popup_div = document.createElement("div");
	alatest_popup_div.className = "alatest_newbox";
	alatest_popup_div.setAttribute("id","alatest_popup");
	alatest_popup_div.innerHTML = '<div class="alatest_con"><div class="alatest_t"></div><div class="alatest_r"></div><div class="alatest_b"></div><div class="alatest_l"></div><div class="alatest_tl"></div><div class="alatest_tr"></div><div class="alatest_bl"></div><div class="alatest_br"></div><div class="alatest_ppcontent"></div><div id="alatest_pp_arrow" class="alatest_arrow_bl"></div></div>';
	document.getElementsByTagName("body")[0].insertBefore(alatest_popup_div, document.getElementsByTagName("body")[0].firstChild);
}
catch(alatest_exception){
}
function alatest_hidePopup(){
	try{
		if(alatest_popup_div){
			alatest_popup_div.style.display = "none";
		}
	}
	catch(alatest_exception){
	}
}
var alatest_popupStyle = null;
function alatest_moveMsg(evt){
	try{
		if(alatest_popup_div){
			if(alatest_popup_div.style.display != "block"){
				return;
			}
			var X = alatest_mouseX(evt),Y = alatest_mouseY(evt);
			alatest_setPopupStyle(alatest_popup_div,alatest_checkPopup(alatest_popup_div,X,Y),X,Y);
		}
	}
	catch(alatest_exception){
	}
}
function alatest_showPopup(evt){
	try{
		alatest_hidePopup();
		if(alatest_popup_div){
			var X = alatest_mouseX(evt),Y = alatest_mouseY(evt);
			alatest_getElementByClassName(alatest_popup_div,"div","alatest_ppcontent")[0].innerHTML = alatest_explain;
			alatest_popup_div.style.display = "block";
			alatest_setSmallBox(alatest_popup_div);
			alatest_setPopupStyle(alatest_popup_div,"BL",X,Y);
			alatest_setPopupStyle(alatest_popup_div,alatest_checkPopup(alatest_popup_div,X,Y),X,Y);
		}
	}
	catch(alatest_exception){
	}
}
function alatest_getElementByClassName(node,tag,cName){
	var classElements = new Array();
	if(node != null){
		var els = node.getElementsByTagName(tag);
		var pattern = new RegExp("(^|\s)" + cName + "(\s|$)");
		for(var i = 0, j = 0 ; i < els.length ; i++){
			if (pattern.test(els[i].className)){
				classElements[j] = els[i];
				j++;
			}
		}
	}
	return classElements;
}
function alatest_mouseX(evt) {
	if (evt.pageX) return evt.pageX;
	else if (evt.clientX)
	   return evt.clientX + (document.documentElement.scrollLeft ?
	   document.documentElement.scrollLeft :
	   document.body.scrollLeft);
	else return null;
}
function alatest_mouseY(evt) {
	if (evt.pageY) return evt.pageY;
	else if (evt.clientY)
	   return evt.clientY + (document.documentElement.scrollTop ?
	   document.documentElement.scrollTop :
	   document.body.scrollTop);
	else return null;
}
function alatest_setSmallBox(oBox){
    if(!oBox){
    	return;
    }
	var e;
	(e = alatest_getElementByClassName(oBox,"div","alatest_t")[0]) && (e.style.width = (oBox.offsetWidth-26)+"px");
	(e = alatest_getElementByClassName(oBox,"div","alatest_b")[0]) && (e.style.width = (oBox.offsetWidth-26)+"px");
	(e = alatest_getElementByClassName(oBox,"div","alatest_l")[0]) && (e.style.height = (oBox.offsetHeight-28)+"px");
	(e = alatest_getElementByClassName(oBox,"div","alatest_r")[0]) && (e.style.height = (oBox.offsetHeight-28)+"px");
}
function alatest_setPopupStyle(popup,style,X,Y){
	if(style != alatest_popupStyle){
		document.getElementById("alatest_pp_arrow").className = "alatest_arrow_"+style.toLowerCase();
		alatest_popupStyle = style;
	}

	if(alatest_popupStyle == "BL"){
		popup.style.left = (X-27)+"px";
		popup.style.top = (Y-popup.offsetHeight-20)+"px";
	}
	else if(alatest_popupStyle == "BR"){
		popup.style.left = (X-popup.offsetWidth+27)+"px";
		popup.style.top = (Y-popup.offsetHeight-20)+"px";
	}
	else if(alatest_popupStyle == "TL"){
		popup.style.left = (X-27)+"px";
		popup.style.top = (Y+30)+"px";
	}
	else if(alatest_popupStyle == "TR"){
		popup.style.left = (X-popup.offsetWidth+27)+"px";
		popup.style.top = (Y+30)+"px";
	}
}
function alatest_checkPopup(popup,X,Y){
	var arPageSize = alatest_getPageSize(),
	arScrollPostion = alatest_getPageScroll();
	var x1 = arPageSize[2] - (X+popup.offsetWidth),x2 = X-popup.offsetWidth,
	styleX = (x1 < 0 && x2 > 0) ? "R" : "L";
	var y1 = Y - popup.offsetHeight - arScrollPostion[1] - 20,y2 = (arPageSize[3] + arScrollPostion[1])- (Y + popup.offsetHeight),
	styleY = (y1 < 0 && y2 > 0) ? "T" : "B";
	return styleY+styleX;
}
function alatest_getPageSize(){
	var xScroll, yScroll;
	if (window.innerHeight && window.scrollMaxY) {	
		xScroll = document.body.scrollWidth;
		yScroll = window.innerHeight + window.scrollMaxY;
	} else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac
		xScroll = document.body.scrollWidth;
		yScroll = document.body.scrollHeight;
	} else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
		xScroll = document.body.offsetWidth;
		yScroll = document.body.offsetHeight;
	}
	var windowWidth, windowHeight;
	if (self.innerHeight) {	// all except Explorer
		windowWidth = self.innerWidth;
		windowHeight = self.innerHeight;
	} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
		windowWidth = document.documentElement.clientWidth;
		windowHeight = document.documentElement.clientHeight;
	} else if (document.body) { // other Explorers
		windowWidth = document.body.clientWidth;
		windowHeight = document.body.clientHeight;
	}	
	var pageWidth, pageHeight;
	if(yScroll < windowHeight){
		pageHeight = windowHeight;
	} else { 
		pageHeight = yScroll;
	}

	if(xScroll < windowWidth){	
		pageWidth = windowWidth;
	} else {
		pageWidth = xScroll;
	}

	var arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight); 
	return arrayPageSize;
}
function alatest_getPageScroll(){
	var yScroll;
	if (self.pageYOffset) {
		yScroll = self.pageYOffset;
	} else if (document.documentElement && document.documentElement.scrollTop){	 // Explorer 6 Strict
		yScroll = document.documentElement.scrollTop;
	} else if (document.body) {// all other Explorers
		yScroll = document.body.scrollTop;
	}
	var arrayPageScroll = new Array("",yScroll) 
	return arrayPageScroll;
}			try{
				var alatest_explain = 'Der alaScore™ ist eine relative Bewertungsgröße für Produktqualität auf der Skala von 0 bis 100: 100 ist die höchste Bewertung, 0 die niedrigste.<br\/><br\/>Der alaScore™ von 87 basiert auf <a href=\"#\" title=\"Testberichte lesen\">37 Testberichten<\/a>. Das bedeutet, dass 87% der anderen Produkte dieser Kategorie eine niedrigere und 13% eine höhere Bewertung haben.<br\/><br\/>';
				document.write('<div class="alatest_alascore" onmouseover="alatest_showPopup(event)" onmousemove="alatest_moveMsg(event)" onmouseout="alatest_hidePopup()"><p class="alatest_rc">37 Tests<\/p><p class="alatest_avgdate">März 2010<\/p><\/div>');
			}
			catch(alatest_exception){
			}
			