	<!--//--><![CDATA[//><!--

		var psyma_use_cookies = true;
		var psyma_cookie_type = 2;
		var psyma_participation = 0;
		var psyma_participation_cookie = "psyma_participation";
		var psyma_participation_exp = null;
		var psyma_fade = false;

		var image1 = new Image();
		var image2 = new Image();
		image1.src = "http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-links-666666.gif";
		image2.src = "http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-rechts-666666.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 != 3 && psyma_participation != 4)
		{
			// Cookie vorbereiten
			if ( psyma_use_cookies && psyma_cookie_type == 1 )
			{
				var psyma_temp_string = "JJJJ-MM-TT";
				var psyma_this_date = psyma_temp_string.split("-");
				psyma_participation_exp = new Date(psyma_this_date[0], psyma_this_date[1]-1, psyma_this_date[2]);
			}
			else if ( psyma_use_cookies && psyma_cookie_type == 2 )
			{
				var psyma_day_offset = 60;		// wieviel Tage soll Cookie aktiv sein?
				var psyma_milli_offset = psyma_day_offset * 1000 * 60 * 60 * 24;
				var psyma_now = new Date();
				psyma_participation_exp = new Date(psyma_now.valueOf() + psyma_milli_offset);
			}

			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, 3, "/", "", "", "");
				var psyma_width = window.screen.width;
				var psyma_height = window.screen.height - 100;
				if (psyma_width >= 1024)
					psyma_width = 1024;
				if (psyma_height >= 700)
					psyma_height = 700;
				var survey_window = window.open('http://www.psyma-surveys.com/uc/ab10_mini_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, 3, "/", "", "", "");
				return false;
			}

			function psyma_write_layer()
			{
				document.write('<style type="text/css">');
document.write('#psyma_layer { visibility: hidden; z-index: 1000; position: absolute; top: 70px; left: 0px; width: 550px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #000; color: #fff; border: 3px solid #999; 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: #666; }');
document.write('');
document.write('#psyma_layer #header-background2, #header-background3 { width: 100%; height: 20px; z-index: 0; background-color: #999; }');
document.write('');
document.write('#psyma_layer #titel { 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: #000 url(\'http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-links-666666.gif\') no-repeat top left; }');
document.write('');
document.write('#psyma_layer #client-logo-re { padding: 15px; background: url(\'http://www.psyma-statistics.com/img/AudioVideo/ecken/ecke-rechts-666666.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-family: Arial, Helvetica, sans-serif; color: #f60; text-decoration: underline; }');
document.write('');
document.write('#psyma_layer .link1_small { font-size: 12px; font-weight: normal; }');
document.write('');
document.write('#psyma_layer a:hover { text-decoration: none; }');
document.write('');
document.write('#psyma_text { font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 30px 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_layer #psyma_logo { margin: 0 0 10px 0; padding: 0 20px 0 10px; float: right; }');
document.write('');
document.write('#psyma_button ul { list-style: none; margin: 0 auto; }');
document.write('');
document.write('#psyma_button li { display: block; float: left; border: 1px solid ; margin: 0 10px 7px 0; padding: 0; }');
document.write('');
document.write('#psyma_button li a:link, #psyma_button li a:visited, #psyma_button li a:hover, #psyma_button li a:active { display: block; text-align: center; text-decoration: none; color: #fff; background-color: #444; width: 200px; padding: 5px; }');
document.write('');
document.write('#psyma_button li a:hover { color: #fff; background-color: #f60; }');
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-surveys.com/uc/uk_abmini/layout/logo_mini.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 mini.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('<ul id="psyma_button">');
document.write('<li><a id="psyma_button1" href="#" onclick="psyma_button1();">Yes, I would like to participate <u>after</u> visiting the website.</a></li>');
document.write('<li><a id="psyma_button2" href="#" onclick="psyma_button2();">No, thank you,<br/>I do not want to participate.</a></li>');
document.write('</ul>');
document.write('');
document.write('<p style="clear: both;"><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-surveys.com/uc/uk_abmini/layout/logo_por_schwarz.gif" alt="Psyma Online Research"/></div>');
document.write('');
document.write('<ul id="psyma_liste">');
document.write('<li>Driven for MINI by <a 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=500,height=450,top=0,left=0\'); return false;">Psyma Research+Consulting</a>.</li>');
document.write('<li><a 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=500,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/admin/a6aa/" width="1" height="1" style="visibility: hidden;"/>');
document.write('');
document.write('</div>');
			}


			// fade script thanks to Richard Rutter
			function psyma_initObject(id) {
			  objectId = id;
			  object = document.getElementById(objectId);
			  psyma_setOpacity(object, 0);
			  object.style.visibility = 'visible';
			  psyma_fadeIn(objectId,0);
			}

			function psyma_setOpacity(obj, opacity) {
			  opacity = (opacity == 100)?99.999:opacity;
			  
			  // IE/Win
			  obj.style.filter = "alpha(opacity:"+opacity+")";
			  
			  // Safari<1.2, Konqueror
			  obj.style.KHTMLOpacity = opacity/100;
			  
			  // Older Mozilla and Firefox
			  obj.style.MozOpacity = opacity/100;
			  
			  // Safari 1.2, newer Firefox and Mozilla, CSS3
			  obj.style.opacity = opacity/100;
			}

			function psyma_fadeIn(objId,opacity) {
			  if (document.getElementById) {
				obj = document.getElementById(objId);
				if (opacity <= 100) {
				  psyma_setOpacity(obj, opacity);
				  opacity += 5;
				  window.setTimeout("psyma_fadeIn('"+objId+"',"+opacity+")", 3);
				}
				else {
				  obj.style.visibility = "visible";
				}
			  }
			}

			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 = (myWidth - 550) / 2;
				poswidth = (930 - 550) / 2;

				psyma_posLayer("psyma_layer", poswidth, 70);
				if ( psyma_fade && navigator.userAgent.indexOf("Netscape") < 0 )
				{
					psyma_initObject("psyma_layer");
				}
				else
					window.setTimeout("psyma_showLayer(\"psyma_layer\");", 4000);

				
			}

			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

		//--><!]]>

	