if(sevenUp){
	sevenUp.plugin.techsoup={
		test:function(newOptions,callback){
			newOptions.overrideLightbox=true;
			newOptions.lightboxHTML=" \
      <div id='sevenUpLightbox' style='display:block;position:absolute;top:12%;z-index:1002;overflow:hidden;width:100%'> \
        <div style='width:512px;margin:0px auto;'> \
          <div style='background:#FFFFFF;color:#555555;position:relative;width:512px;padding:10px;border:3px solid #CCCCCC;left:-35px;font-size:12px;'> \
            <div style='text-align:right;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'> \
              <a style='background:transparent url(/stock/include/ie6prompter/close.gif) no-repeat scroll right center;padding:0 25px 5px 0;color:#336699;text-decoration:none;' href='#' onclick='sevenUp.close()'>Close this window</a> \
            </div> \
            <div style='padding-right:20px;'> \
              <h2 style='color:#824C8B;font-size:16px;font-weight:bold;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;margin-bottom:20px;'>TechSoup.org No Longer Supports Microsoft Internet Explorer 6.</h2> \
              <p style='font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'>That doesn't necessarily mean that you can no longer access TechSoup.org on IE6, but we can't guarantee that every part of the site will display and function correctly.</p> \
              <h3 style='color:#824C8B;font-size:13px;font-weight:bold;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;margin-bottom:15px;'>I'm Still Using Internet Explorer 6. Now What?</h3> \
              <ul style='list-style-type:none;margin-left:0;margin-right:20px;'> \
		     	 <li style='clear:both;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'><a href='http://www.microsoft.com/windows/internet-explorer'><img src='/stock/include/ie6prompter/ieicon.jpg' style='float:left;margin-right:10px;' alt='Internet Explorer'></a><a href='http://www.microsoft.com/windows/internet-explorer' style='color:#336699;text-decoration:none;'>Visit the Microsoft website</a> to upgrade to IE8 for free. Most reviewers agree that IE8 exceeds earlier versions of Internet Explorer in speed, security, and ease of use.</li>  \
			    <li style='clear:both;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'><a href='http://getfirefox.com'><img src='/stock/include/ie6prompter/FFicon.jpg' alt='Firefox' style='float:left;margin-right:10px;'></a><span style='display:block;'>TechSoup.org also supports <a href='http://getfirefox.com' style='color:#336699;text-decoration:none;'>Mozilla Firefox</a> for Windows, Mac, and Linux. <a href='http://getfirefox.com' style='color:#336699;text-decoration:none;'>Visit Mozilla</a> to download Firefox for free.</span></li> \
			    <li style='clear:both;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'><a href='http://www.apple.com/safari/download/'><img src='/stock/include/ie6prompter/safariicon.jpg' alt='Safari' style='float:left;margin-right:10px;'></a><span style='display:block;'>TechSoup.org also supports <a href='http://www.apple.com/safari/download/' style='color:#336699;text-decoration:none;'>Apple Safari</a> for Windows and Mac. <a href='http://www.apple.com/safari/download/' style='color:#336699;text-decoration:none;'>Visit Apple</a> to download Safari for free.</span></li> \
              </ul> \
			  <p style='clear:both;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'>Feel free to post any questions or feedback to TechSoup's <a href='http://forums.techsoup.org/cs/forums/30.aspx' style='color:#336699;text-decoration:none;'>Site Improvements Forum</a>.</p> \
			  <p style='font-size:0.9em;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'>Technology changes rapidly, and Internet browsers are no exception. By ending support for IE6, TechSoup can focus efforts on current and emerging browsers which are used by 95 percent of Internet users.</p> \
            </div> \
            <div style='text-align:right;font-family:Arial,Helvetica,Trebuchet MS,sans-serif;'><a href='#' style='color:#336699;text-decoration:none;' ";
			if(newOptions.enableQuitBuggingMe===false){
				newOptions.lightboxHTML+="onclick='sevenUp.close()'>Close";
			}else{
				newOptions.lightboxHTML+="onclick='sevenUp.quitBuggingMe()'>Quit bugging me";
			}
			newOptions.lightboxHTML+="</a></div> \
          </div> \
        </div> \
      </div>";
	  		sevenUp.test(newOptions,callback);
		}
	};
}
