	<!--//--><![CDATA[//><!--
	
		var psyma_use_cookies = true;
		var psyma_participation = 0;
		var psyma_participation_cookie = "psyma_participation";

		var image1 = new Image();
		var image2 = new Image();
		image1.src = "http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-links-6E7274.gif";
		image2.src = "http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-rechts-6E7274.gif";

		function get_psyma_cookie(a)
		{
			if ( psyma_use_cookies )
			{
				var c=document.cookie.split(a+"=");
				return (c.length>1)?unescape(c[1].split(";")[0]):"";
			}
			else
			return null;
		}

		// set cookie
		function set_psyma_cookie(name, value, path, domain, secure, expires)
		{
			if ( psyma_use_cookies ) 
			{
				document.cookie =
				  name + "="
				  + escape(value)
				  + ((path) ? "; path=" + path : "")
				  + ((expires) ? "; expires=" + expires.toGMTString() : "")
				  + ((domain) ? "; domain=" + domain : "")
				  + ((secure) ? "; secure" : "");
			}
		}

		function psyma_url_ok()
		{
			var return_value = false;
    		if ( false )
            {
                var my_location = new Array();
                var this_domain = location.protocol + '//' + location.hostname + '/';
    
                //my_location.push(this_domain+'');

    			for (i=0; i<my_location.length; i++)
    			{
    				if (location.href.indexOf(my_location[i]) > -1)
    				{
    					return_value = true;
    					break;
    				}
    			}
    		}
    		else
    		{
                return_value = true;
            }
					
			return return_value;
		}

		
		psyma_participation = get_psyma_cookie(psyma_participation_cookie);

		if ( psyma_participation != 1 && psyma_url_ok() )
		{
			function psyma_findLayer(name, doc) 
			{
				var i, layer;
				var length = doc.layers.length;
				for (i = 0; i < length; i++)
				{
					layer = doc.layers[i];
					
					if (layer.name == name)
					{
						return layer;
					}
					
					if (layer.document.layers.length > 0)
					{
						if ((layer = psyma_findLayer(name, layer.document)) != null)
						{
							return layer;
						}
					}
				}
				return null;
			}

			function psyma_showLayer(id)
			{
				// if (document.layers) document.layers[''+id+''].visibility = "show"
				if (document.layers)
				{
					id = psyma_findLayer(id, document);
					id.visibility = "show";
				} 
				else if (document.all)
				{
					document.all[''+id+''].style.visibility = "visible";
				} 
				else if (document.getElementById)
				{
					document.getElementById(''+id+'').style.visibility = "visible";
				}				
			}

			function psyma_hideLayer(id)
			{
				// if (document.layers) document.layers[''+id+''].visibility = "hide"
				if (document.layers)
				{
					id = psyma_findLayer(id, document);
					id.visibility = "hide";
				} 
				else if (document.all)
				{
					document.all[''+id+''].style.visibility = "hidden";
				}
				else if (document.getElementById)
				{
					document.getElementById(''+id+'').style.visibility = "hidden";
				}				
			}

			function psyma_posLayer(id,lax,lay)
			{
				if (lax)
				{
					if (document.layers) { document.layers[''+id+''].left = lax }
					else if (document.all) { document.all[''+id+''].style.left = lax }
					else if (document.getElementById) { document.getElementById(''+id+'').style.left = lax + "px" }
				}
				if (lay)
				{
					if (document.layers) { document.layers[''+id+''].top = lay }
					else if (document.all) { document.all[''+id+''].style.top = lay }
					else if (document.getElementById) { document.getElementById(''+id+'').style.top = lay + "px"}
				}
			}

			function psyma_button1()
			{
				psyma_hideLayer('psyma_layer');
				set_psyma_cookie(psyma_participation_cookie, 1, "/", "", "", "");
				var psyma_width = window.screen.width;
				var psyma_height = window.screen.height - 100;
				if (psyma_width >= 1000)
					psyma_width = 1000;
				if (psyma_height >= 700)
					psyma_height = 700;
				var survey_window = window.open('http://www.psyma-surveys.com/uc/ab10_lexus_uk/', 'psyma_survey', 'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width='+psyma_width+',height='+psyma_height+',top=0,left=0');
				if (survey_window)
					survey_window.opener.focus();
				return false;
			}

			function psyma_button2()
			{
				psyma_hideLayer('psyma_layer');
				set_psyma_cookie(psyma_participation_cookie, 1, "/", "", "", "");
				return false;
			}

			function psyma_write_layer()
			{
				document.write('<style type="text/css">');
document.write('#psyma_layer { display: block; visibility: hidden; z-index: 100000; position: absolute; top: 70px; left: 0px; width: 550px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #fff; color: #000000; border: 3px solid #262626; padding: 0; }');
document.write('');
document.write('#psyma_layer p { font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0; margin: 0 0 10px 0; line-height: 105%; }');
document.write('');
document.write('#psyma_layer #header-background { width: 100%; height: 50px; z-index: 0; background-color: #6E7274; }');
document.write('');
document.write('#psyma_layer #header-background2, #header-background3 { width: 100%; height: 20px; z-index: 0; background: #262626 url(\'http://www.psyma-statistics.com/img/AudioVideo/ecken/header_schatten.gif\') repeat-x 0 15px; }');
document.write('');
document.write('#psyma_layer #titel { line-height: 18px; font-family: Arial, Helvetica, sans-serif; position: absolute; top: 28px; right: 20px; color: #fff; background-color: none; font-size: 18px; font-weight: bold; z-index: 1; }');
document.write('');
document.write('#psyma_layer #client-logo-li { position: absolute; top: 11px; left: 20px; padding: 0; margin: 0; text-align: center; width: auto; background: #fff url(\'http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-links-6E7274.gif\') no-repeat top left; }');
document.write('');
document.write('#psyma_layer #client-logo-re { padding: 10px; background: url(\'http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-rechts-6E7274.gif\') no-repeat top right; }');
document.write('');
document.write('#psyma_layer a:link, #psyma_layer a:active, #psyma_layer a:visited, #psyma_layer a:hover { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #4D4F52; text-decoration: underline; }');
document.write('');
document.write('#psyma_layer a:hover { text-decoration: none; }');
document.write('');
document.write('#psyma_layer a:link, #psyma_layer a:active, #psyma_layer a:visited, #psyma_layer a:hover { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #4D4F52; text-decoration: underline; }	#psyma_text { font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 30px 20px 0px 20px; padding: 0; }');
document.write('');
document.write('#psyma_text { text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 20px 20px 0px 20px; padding: 0; }');
document.write('');
document.write('#psyma_layer #psyma_liste { font-family: Arial, Helvetica, sans-serif; margin: 10px 20px 10px 20px; padding: 0 0 0 15px; list-style: square; font-size: 11px; }');
document.write('');
document.write('#psyma_liste .link_small:link, #psyma_liste .link_small:active, #psyma_liste .link_small:visited, #psyma_liste .link_small:hover, #psyma_layer .link_small:link, #psyma_layer .link_small:active, #psyma_layer .link_small:visited, #psyma_layer .link_small:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #4D4F52; text-decoration: underline; }');
document.write('');
document.write('#psyma_liste li { text-align: left; font-size: 11px; }');
document.write('');
document.write('#psyma_layer #psyma_logo { margin: -10px 0 10px 0; padding: 0 20px 0 10px; float: right; }');
document.write('');
document.write('#psyma_button table { border-collapse: collapse; margin: 5px 0 10px 0; }');
document.write('');
document.write('#psyma_button td { font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 0; margin: 0; }');
document.write('');
document.write('#psyma_button .psyma_button_text { width: 100%; padding: 0 0 0 5px; border-bottom: 1px dotted #6E7274; }');
document.write('');
document.write('#psyma_button a:link, #psyma_button a:active, #psyma_button a:visited, #psyma_button a:hover { font-size: 13px; display: block; width: 100px; text-align: center; text-decoration: none; color: #fff; background-color: #6E7274; padding: 7px 5px; }');
document.write('');
document.write('#psyma_button a:hover { color: #000; background-color: #DDDCE1; }');
document.write('');
document.write('</style>');
document.write('');
document.write('<div id="psyma_layer">');
document.write('');
document.write('<div id="header-background"></div>');
document.write('');
document.write('<div id="header-background2"></div>');
document.write('');
document.write('<div id="titel">Your opinion matters!</div>');
document.write('');
document.write('<div id="client-logo-li"><div id="client-logo-re"><img src="http://www.psyma-statistics.com/img/logos/lexus.gif" alt="client logo"/></div></div>');
document.write('');
document.write('<div style="position: absolute; top: 75px; right: 20px;"><a href="#" onclick="psyma_hideLayer(\'psyma_layer\'); return false;">close</a></div>');
document.write('');
document.write('<div id="psyma_text">');
document.write('');
document.write('<p>Dear visitor,</p>');
document.write('<p>Whether you are a <u>first time visitor</u> or a <u>frequent visitor</u>, we would appreciate your opinion to help improve lexus.co.uk. </p>');
document.write('');
document.write('<p>Would you like to take part in our online survey (only 8-10 minutes)?</p>');
document.write('');
document.write('<div id="psyma_button">');
document.write('<table>');
document.write('<tr>');
document.write('<td><a id="psyma_button1" href="#" onclick="psyma_button1();">Yes</a></td>');
document.write('<td class="psyma_button_text">I would like to participate <u>after</u> visiting the website.</td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('<table>');
document.write('<tr>');
document.write('<td><a id="psyma_button2" href="#" onclick="psyma_button2();">No, thank you</a></td>');
document.write('<td class="psyma_button_text">I do not want to participate</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('');
document.write('<p style="clear: both; padding: 0; margin: 10px 0 15px 0;"><a href="#" onclick="window.open(\'http://www.psyma-statistics.com/documents/wtp.php?lang=en_uk\', \'por_wtp\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,top=0,left=0\'); return false;">Why take part?</a></p>');
document.write('</div>');
document.write('');
document.write('<div id="psyma_logo"><img src="http://www.psyma-statistics.com/documents/por.gif" alt="Psyma Online Research"/></div>');
document.write('');
document.write('<ul id="psyma_liste">');
document.write('<li>Driven for Lexus by <a class="link_small" href="#" onclick="window.open(\'http://www.psyma-statistics.com/documents/por.php?lang=en\', \'por_info\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=450,top=0,left=0\'); return false;">Psyma Research+Consulting</a>.</li>');
document.write('<li><a class="link_small" href="#" onclick="window.open(\'http://www.psyma-statistics.com/documents/privacy.php?lang=en\', \'psyma_privacy\', \'toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=710,top=0,left=0\'); return false;">Your Privacy is guaranteed.</a></li>');
document.write('</ul>');
document.write('');
document.write('<img src="http://www.psyma-surveys.com/uc/6bb6/" width="1" height="1" style="visibility: hidden;"/>');
document.write('');
document.write('</div>');
			}

			function psyma_init_layer()
			{
				var myWidth = 0, myHeight = 0;

				if( typeof( window.innerWidth ) == 'number' )
				{
					//Non-IE
					myWidth = window.innerWidth;
					myHeight = window.innerHeight;
				} 
				else if ( document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight) )
				{
					//IE 6+ in 'standards compliant mode'
					myWidth = document.documentElement.clientWidth;
					myHeight = document.documentElement.clientHeight;
				}
				else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) )
				{
					//IE 4 compatible
					myWidth = document.body.clientWidth;
					myHeight = document.body.clientHeight;
				}

				poswidth = (1000 - 550) / 2;
				psyma_posLayer("psyma_layer", poswidth, 70);
				psyma_showLayer("psyma_layer");

				
			}

			psyma_write_layer();
			
			// function to be called on script execution -- cache existing function
			if (window.onload)
			{
				cached_onload = window.onload;
				window.onload = new Function(				
					"new_onload",
					"psyma_init_layer();" +			
					"cached_onload();" +
					""
				);
			}
			else
			{
				window.onload = psyma_init_layer;
			}

		} // end of if psyma_participation

		//--><!]]>

	