


document.write('<link rel=\"stylesheet\" rev=\"stylesheet" href=\"/css/layout.css\" type=\"text/css\" media=\"al\l" />');

document.write('<link rel="stylesheet" rev=\"stylesheet\" href=\"/css/block.css\"type=\"text/css\" media=\"all\" />');



document.write('<div class="warper headblock">');
document.write('<div class="headblock_left"></div>');
document.write('<div class="headblock_right">');
document.write('<div class="nav navA"><a href="/">首　页</a> | <a href="/shiti/index.htm">模拟考试</a> | <a href="/gxjs">高校介绍</a> | <a href="/mall/mall.jsp">招考商城</a> | <a href="/xxcx">招考信息查询</a> | <a href="/xxyd">学习园地</a> | <a href="/wenzhai/index.htm">文 摘</a> | <a href="/bbs_txy">通讯员交流平台</a> | <a href="/gsjs/about.htm">公司介绍</a></div>');
document.write('<div class="nav navB"><a href="/bbs/default.jsp">招考论坛</a> | <a href="/zk">自学考试</a> | <a href="/pz">普通高校招生</a> | <a href="/ck">成人高考</a> | <a href="/zz/">中职招生</a> | <a href="/yjs">研究生招生</a> | <a href="/sk">社会考试</a> | <a href="http://www.edu-edu.com.cn/program/hzym/cqzk/index.htm" target="_blank">网络课堂</a></div>');
document.write('<div class="nav navC"><div class="navC_l">'+showdate()+'</div> <div class="navC_R">');
document.writeln('区县网站：<select name=\"qxdm\" onchange=\"selectqx()\" >');
document.writeln('<option value=\"0\" >请选择</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/YZZKB\">渝中区</option>');
document.writeln('<option value=\"http://www.023yes.com">九龙坡</option>');
document.writeln('<option value=\"http://www.bbzkb.net/">北碚区</option>');
document.writeln('<option value=\"http://www.cqbnzk.com">巴南区</option>');
document.writeln('<option value=\"http://www.ybzkb.com">渝北区</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/JJZKB\">江津市</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/YCZKB\">永川市</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/DJZKB\">垫江县</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/LPZKB/">梁平县</option>');
document.writeln('<option value=\"http://www.qjzk.com\">綦江县</option>');
document.writeln('<option value=\"http://www.cszkw.com/\">长寿区</option>');
document.writeln('<option value=\"http://www.cqzk.com.cn/RCZKB\">荣昌</option>');
document.writeln('<option value=\"http://www.cqwzzk.com/\">万州区</option></select>');
document.writeln('&nbsp;<a href="/site_search/site_search.jsp"><font color=black>站内搜索</font></a>&nbsp;');  
document.writeln('<a href=http://61.128.226.202:8888/default.jsp target=_blank><font color=black>教材管理</font></a></div></div>');  
document.write('</div></div>');


function showdate(){
var result;
var nowday;
var year,month,day
 
	result="";  
	nowday=new Date();  
	nowday.getDate();  
	year=nowday.getFullYear();
	month=nowday.getMonth()+1;  
	date=nowday.getDate();  
	result=year+"年"+month+"月"+date+"日";  
	day=nowday.getDay();  
	temp="     ";  
	if (day==1) {  
		temp=temp+"星期一";  
		}  
	else if (day==2){  
		temp=temp+"星期二";  
		}  
	else if (day==3){  
		temp=temp+"星期三";  
		}  
	else if (day==4){  
		temp=temp+"星期四";  
		}  
	else if (day==5){  
		temp=temp+"星期五";  
		}  
	else if (day==6){  
		temp=temp+"星期六";  
		}  
	else if (day==0){  
		temp=temp+"星期日";  
		}  
	result=result+temp
	return result;  
}  


function selectqx()
{
	if(qxdm.value=='1')
		alert("该区县网站尚未开通！");
	else
	{
		if(qxdm.value!=0)
			window.showModelessDialog(qxdm.value,'','resizeable:yes;dialogWidth:800;dialogHeight:600;status:yes');
	}
}
