	        var rightNow_url = window.location.href;
			var begin_url = rightNow_url.split("//");
			
			var every_url_part = begin_url[1].split("/");
			
			change_gkcx_school_title();
			function change_gkcx_school_title()
			{
				if(every_url_part[0]!="gkcx.eol.cn")
				{
					   var value_eol ='自定义风格：<a href="#" onclick="setStyle_css(\'gkcx_2009_gray\');"><img src="/images/g_css_gray.jpg" alt="灰色" width="11" height="11" border="0" align="absmiddle" /></a>&nbsp;&nbsp;<a href="#" onclick="setStyle_css(\'gkcx_2009_blue\');"><img src="/images/g_css_blue.jpg" alt="蓝色" width="11" height="11" align="absmiddle" /></a>&nbsp;&nbsp;<a href="#" onclick="setStyle_css(\'gkcx_2009_green\');"><img src="/images/g_css_green.jpg" alt="绿色" width="11" height="11" align="absmiddle" /></a>&nbsp;&nbsp;<a href="#" onclick="setStyle_css(\'gkcx_2009_yellow\');"><img src="/images/g_css_orange.jpg" alt="橙色" width="11" height="11" align="absmiddle" /></a>'+
	                  '<a style="padding:0px 0px 0px 550px;font-weight: bold;font-size:14px;font;color: 3D60A0;text-decoration: none;" target="_blank" href="http://gaokao.eol.cn">系统支持：中国教育在线</a>';
	       
	                   var object_eol = document.getElementById("support_eol");
					   object_eol.innerHTML = value_eol;		   
				}
				else
				{
				   		var gkcx_school_title = document.getElementById("gkcx_school_title");   
				   		
				   		
				   		var title = (getCookie("gkcx_eol_cn_style").split(":"))[1];
				   		
				   		if(typeof(title)=='undefined')
				   		{
				   		    gkcx_school_title.style.cssText = "clear:both;margin:2px auto;width:910px;height:153px;background:url(/images/g_titlebg.jpg);padding:0px;";
				   		}      
	                    else if(title=='gkcx_2009_blue')
	                    {
	                        gkcx_school_title.style.cssText = "clear:both;margin:2px auto;width:910px;height:153px;background:url(/images/g_titlebg.jpg);padding:0px;";
	                    }
	                    else if(title=='gkcx_2009_gray')
	                    {
	                        gkcx_school_title.style.cssText = "clear:both;margin:2px auto;width:910px;height:153px;background:url(/css/sys_gray/g_titlebg.jpg);padding:0px;";
	                    }
	                    else if(title=='gkcx_2009_green')
	                    {
	                        gkcx_school_title.style.cssText = "clear:both;margin:2px auto;width:910px;height:153px;background:url(/css/sys_green/g_titlebg.jpg);padding:0px;";
	                    }
	                    else if(title=='gkcx_2009_yellow')
	                    {
	                        gkcx_school_title.style.cssText = "clear:both;margin:2px auto;width:910px;height:153px;background:url(/css/sys_yellow/g_titlebg.jpg);padding:0px;";
	                    }
	                    
				}
			}
			
			
