

	var isIE = false;
	var label = "N260GTX-T2D896-OC";
	var browserCheck = navigator.userAgent.toLowerCase();

	if ( (browserCheck.indexOf("msie 6") > -1 || browserCheck.indexOf("msie 7") > -1 || browserCheck.indexOf("msie 8") > -1) && browserCheck.indexOf("windows") > -1 ) {
		isIE= true;
	}
	    document.writeln('<script type="text/javascript" language="JavaScript" src="http://ecom.futuremark.com/ecom/js/ecom.js"></script>');

	
	document.writeln('<div align="left"><div style="font-family: Arial, sans-serif; font-size: 10px; color: #666666; background: #f5f5f5;">');
	if( request.getParameter("manufacturer") != null ) {
		document.write('<a href="'+ (String)(manufacturersUrl.get(request.getParameter("manufacturer")))'+" style="text-decoration: underline; color: #666666;">');
	} else {
		document.write('<a href="http://www.futuremark.com/community/competitions/overclocking/regional09/" style="text-decoration: underline; color: #666666;">');	
	}
	document.writeln('<img src="http://ecom.futuremark.com/ecom/js/msicompo/images/button_buynow.gif" align="absmiddle" border="0" style="text-decoration: none; " /></a>');
	
	document.writeln('</div></div>');
	

	
	
