var u;
u=GetQueryString("u");
if(u==null||u=="")
{
  u=1;
};
if(u>5)
{
  u=5;
};
var a;
var n;
a=GetQueryString("a");
function $(str) { return(document.getElementById(str)); }
switch (a)
{
case "c-all":
n=200;
$('c_all').style.cssText="color:#ffff00"; 
break;
case "c-kuaxueke":
n=50;
$('c_kuaxueke').style.cssText="color:#ffff00"; 
break;
case "c-jingji":
n=50;
$('c_jingji').style.cssText="color:#ffff00"; 
break;
case "c-lishi":
n=50;
$('c_lishi').style.cssText="color:#ffff00"; 
break;
case "c-gonggong":
n=50;
$('c_gonggong').style.cssText="color:#ffff00"; 
break;
case "c-shehui":
n=50;
$('c_shehui').style.cssText="color:#ffff00"; 
break;
case "c-wenxue":
n=50;
$('c_wenxue').style.cssText="color:#ffff00"; 
break;
case "c-faxue":
n=50;
$('c_faxue').style.cssText="color:#ffff00"; 
break;
case "c-meiti":
n=50;
$('c_meiti').style.cssText="color:#ffff00"; 
break;

default:
n=200;
a="c-all";
$('c_all').style.cssText="color:#ffff00"; 
};


function nav()
{
  var i;
  i=1;
  for(i;i<6;i++)
  {
    document.writeln("[<a href=\"#nav\" onclick=\"return fr("+i+");\"> "+i+" </a>]");
  };
};
function GetQueryString(x)
{
  var reg=new RegExp("(^|&)"+x+"=([^&]*)(&|$)");
  var r=window.location.search.substr(1).match(reg);
  if(r!=null)
  {
    return unescape(r[2]);
    return null;
  };
};
function fr(x)
{
  var t;
  if(x==1)
  {
    t=document.getElementById("temp1").innerHTML;
  };
  if(x==2)
  {
    t=document.getElementById("temp2").innerHTML;
  };
  if(x==3)
  {
    t=document.getElementById("temp3").innerHTML;
  };
  if(x==4)
  {
    t=document.getElementById("temp4").innerHTML;
  };
  if(x==5)
  {
    t=document.getElementById("temp5").innerHTML;
  };
  document.getElementById("ADcon0").innerHTML=t;
  document.getElementById("news-bottom").style.display="";
  document.getElementById("news-bottom2").style.display="";
};



function AddFavorite(sURL,sTitle)
{
  try
  {
    window.external.addFavorite(sURL,sTitle);
  }
  catch(e)
  {
    try
    {
      window.sidebar.addPanel(sTitle,sURL,"");
    }
    catch(e)
    {
      alert("加入收藏失败，有劳您手动添加。");
    };
  };
};
 function AUT_p(data){
};
function AUT(data)
{
  var i=0;
  var k=1;
  var xtitle;
  var xhref;
  var temp="";
  var temp2="";

temp="<li>";
for (i;i<data.items.length ; i++){
	xtitle=data.items[i].title;
    xhref=data.items[i].alternate.href;
    temp2=temp2+"<a href=\""+xhref+"\" title=\""+xtitle+"\" class=\"i\" target=\"_blank\">"+xtitle+"</a>&nbsp;&nbsp;&nbsp;&nbsp;";
if (k%4==0){temp2=temp2+"</li><li>";temp=temp+temp2;temp2="";};
	k=k+1;
};
temp=temp+temp2+"</li>";
document.write (temp);
};
function authorlist(list){
document.writeln("<script type=\"text/javascript\" src=\"http://www.google.com/reader/public/javascript-sub/user/"+userid+"/label/"+list+"?callback=AUT_p(%7Bc%3A%22blue%22%2Ct%3A%22%22%2Cb%3A%22true%22%7D)%3Bnew%20AUT\"></script>");
};
