// JavaScript Document
document.write('<base target="_blank">');
today=new Date();
function initArray()
{
this.length=initArray.arguments.length;
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i];
}
var d=new initArray(" 星期日"," 星期一"," 星期二"," 星期三"," 星期四"," 星期五"," 星期六");
document.write('<!--头部-->');
document.write('<div class="top_bj">');
	document.write('<div class="top_top">');
    	document.write('<div class="top_top_div1">');
		document.write("",today.getYear(),"年",today.getMonth()+1,"月",today.getDate(),"日",d[today.getDay()+1],"");
		document.write('</div>');
    	document.write('<div class="top_top_div2">');
            document.write('<a href="/showpage.asp?id=5">联系我们</a> &nbsp;&nbsp;|&nbsp;&nbsp;'); 
            document.write('<a href="mailto:webmaster@cdss.gov.cn">转载申请</a> &nbsp;&nbsp;|&nbsp;&nbsp;');
            document.write('<a href="http://mail.cdss.gov.cn/">邮箱登陆</a> &nbsp;&nbsp;|&nbsp;&nbsp;');
            //document.write('<a href="/showpage.asp?id=2">网站地图</a> |&nbsp;'); 
            document.write('<a href="javascript:window.external.addFavorite(\'http://www.cdss.gov.cn/\',\'成都社科在线\');">加入收藏</a>');
        document.write('</div>');
    document.write('</div>');
    document.write('<div class="top_top_bottom">');
    	document.write('<div class="top_top_bottom_left"><embed src="/images/top_left.swf" width="446" height="154" wmode="transparent"></embed></div>');
   	  document.write('<div class="top_top_bottom_right" style="position:relative"><embed src="/images/top_right.swf" width="508" height="154" wmode="transparent" style="position:absolute; top:0px; left:0px;z-index:1"></embed><embed src="/images/1he2.swf" width="508" height="154" wmode="transparent" style="position:absolute; top:0px; left:0px;z-index:99" onload="this.filters(0).Enabled=!this.filters(0).Enabled;" id="gezi"></embed></div>');
    document.write('</div>');
    document.write('<!--导航-->');
	document.write('<div class="web dh">');
    	document.write('<div class="dh_dh1"></div>');
    	document.write('<div class="dh_dh2">');
        	document.write('<div class="dh_wz1">');
            	document.write('<a href="/">首&nbsp;页</a>');
            	document.write('<a href="/article/shownew.asp">图片新闻</a>');   
                document.write('<a href="/FocusCd/Index.html">聚焦成都</a>');  
                document.write('<a href="/tongchou/Index.html">统筹城乡</a>');   
                document.write('<a href="/gonggao/Index.htm">重要公告</a>');  
                document.write('<a href="/jiangtan/Index.htm">金沙讲坛</a>');  
                document.write('<a href="/yaowen/Index.htm">联院要闻</a>');  
                document.write('<a href="/guihua/Index.htm" id="aa3">规划评奖</a>');
            document.write('</div>');        
        	document.write('<div class="dh_wz2">');
            	document.write('<a href="/NEWSXHXS/Index.html">学会学术</a>');  
                document.write('<a href="/yanjiu/Index.htm">社科研究</a>');  
                document.write('<a href="/ZJZL/Index.html">专家专栏</a>'); 
                document.write('<a href="/jujiao/Index.html">理论聚焦</a>');  
                document.write('<a href="/qxshekelian/Index.html" id="aa2">区市县社科联</a>');  
                document.write('<a href="/xuehui/Index.html">社科学会</a>');  
                document.write('<a href="/shukan/Index.htm">社科书刊</a>');  
                document.write('<a href="/gaikuang/Index.htm" id="aa3">联院概况</a>'); 
            document.write('</div>');
        document.write('</div>');
        document.write('<div class="dh_dh3"></div>');
        document.write('<div class="dh_dh4">');
        	document.write('<div class="sou_suo">社科站内搜索：</div>');
       	    document.write('<div class="input_q">');
            	document.write('<FORM name=search action=/search.asp method=post><Input type=radio CHECKED value=Article name=ModuleName style="display:none"><Input id=Field type=hidden value=Title name=Field><span class="input_bj"><input type="text" id="Keyword" name="Keyword" value=" 输入关键字" onfocus="this.value=\'\';"/></span>');
                document.write('<span><input type="image" name="imageField" id="imageField" src="/images/bt_sou.jpg" /><input name="ClassID" id="ClassID" type="hidden" value="" /></span>');
            document.write('</form></div>');
        document.write('</div>');
        document.write('<div class="dh_dh5"></div>');
    document.write('</div>');
    document.write('<!--导航结束-->');
document.write('</div>');
document.write('<!--头部结束-->');
//function rotate(name, angle){
//var rad = degToRad(angle);
//costheta = Math.cos(rad);
//sintheta = Math.sin(rad);
//var el = document.getElementById(name);
//if(el) {
//el.style.filter = "progid:DXImageTransform.Microsoft.Matrix()";
//
//el.filters.item("DXImageTransform.Microsoft.Matrix").SizingMethod = "auto expand";
//el.filters.item("DXImageTransform.Microsoft.Matrix").FilterType = "bilinear";
//el.filters.item("DXImageTransform.Microsoft.Matrix").M11 = costheta;
//el.filters.item("DXImageTransform.Microsoft.Matrix").M12 = -sintheta;
//el.filters.item("DXImageTransform.Microsoft.Matrix").M21 = sintheta;
//el.filters.item("DXImageTransform.Microsoft.Matrix").M22 = costheta;
//}
//}
//var angle = 0;
//function doRotate() {
////if(angle>360) angle-=360;
//angle+=180;
////do rotation
//rotate("gezi",angle);
//var el = document.getElementById("aDiv")
//el.style.top = 25 - (el.offsetHeight/2);
//el.style.left = 25 - (el.offsetWidth/2);
////&#24490;&#29615;
//}
//var pi = Math.PI;
//function degToRad(x) { return ( x/(360/(2*pi)) ); }
//function radToDeg(x) { return ( x*(360/(2*pi)) ); }
//doRotate()
