if (sevenUp) {
  sevenUp.plugin.labbe = {
    test: function(newOptions, callback) {
      newOptions.overrideLightbox = true;
      newOptions.lightboxHTML = "<div style='width: 10000px; height: 15000px; z-index: 500; background: none repeat scroll 0% 0% rgb(151, 174, 205); background: rgba(151, 174, 205, 0.6); position: absolute; top: 0px; left: 0px; opacity: 0.5; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9997AECD, endColorstr=#9997AECD);' id='ui-lightbox-screendimmer'></div> \
    	  <div aria-labelledby='ui-dialog-title-dialog' role='dialog' tabindex='-1' class='rc-lightbox' style='z-index: 5001; width: 600px; left: 50%; margin-left: -300px; top: 100px; display: block;' id='ui-lightbox-wrapper'> \
    	  <div class='mod-content'><div class='bd'> \
    	  <div id='ui-lightbox-content' aria-live='assertive' aria-relevant='additions removals text' aria-busy='false'> \
			<h1 style='margin-top: 0.7em; padding-top: 0.7em; margin-bottom: 1em'>Wussten Sie, dass Ihr Internet-Browser nicht mehr aktuell ist?</h1> \
			<p style='text-align: left;'>Um unsere Webseite bestmöglich zu nutzen, empfehlen wir Ihnen Ihren Browser auf eine neuere Version zu aktualisieren oder einen anderen Webbrowser zu nutzen. <br />Eine Liste der populärsten Browser finden Sie weiter unten.</p> \
			<ul class='clearer' style='height: 140px; margin: 30px 0 40px 50px; font-size: 100%;'> \
			<li style='float: left; width: 100px; height: 150px; margin-right: 10px; line-hegiht: 1em;'><a href='http://www.microsoft.com/germany/windows/internet-explorer/default.aspx' title='Internet Explorer herunterladen'><img src='http://192.168.11.41/labbe/media/ie6-test/browser_ie.gif' alt='' /><span style='display: block; line-height: 120%;'>Internet Explorer</span></a></li> \
			<li style='float: left; width: 100px; height: 140px; margin-right: 10px;'><a href='http://www.mozilla-europe.org/de/firefox/' style='color: #000' title='Firefox herunter'><img src='http://192.168.11.41/labbe/media/ie6-test/browser_firefox.gif' alt='' /><span style='display: block; line-height: 120%;'>Mozilla Firefox</span></a></li> \
			<li style='float: left; width: 100px; height: 140px; margin-right: 10px;'><a href='http://www.apple.com/de/safari/download' title='Safari herunterladen'><img src='http://192.168.11.41/labbe/media/ie6-test/browser_safari.gif' alt='' /><span style='display: block; line-height: 120%;'>Apple Safari</span></a></li> \
			<li style='float: left; width: 100px; height: 140px;'><a href='http://www.google.com/chrome'  title='Chrome herunterladen'><img src='http://192.168.11.41/labbe/media/ie6-test/browser_chrome.gif' alt='' /><span style='display: block; line-height: 120%;'>Google Chrome</span></a></li> \
			</ul> \
			<a href='#' style='bottom:0px;position:absolute;right:14px; bottom: 20px;'";
      if (newOptions.enableQuitBuggingMe === false) {
        newOptions.lightboxHTML += "onclick='sevenUp.close()'>close";
      } else {
        newOptions.lightboxHTML += "onclick='sevenUp.quitBuggingMe()'>Dieses Fenter nicht mehr anzeigen";
      }
      newOptions.lightboxHTML += "</a></div></div> \
		<div class='ft'><div class='ft-content'></div></div> \
		</div></div>";
      sevenUp.test(newOptions, callback);
    }
  };
}
