function getElementsByClassName(className, parentElement){
	var elems = (parentElement||document.body).getElementsByTagName("*");
	var result=[];
	for (i=0; j=elems[i]; i++){
	   if ((" "+j.className+" ").indexOf(" "+className+" ")!=-1){
			result.push(j);
	   }
	}
	return result;
}
function getHeight(obj){
		return obj.clientHeight;
}
if (typeof(aid)!="undefined"){
	var need_book = 0;
	
	if (typeof(typeid)=="undefined") typeid=0;
	document.write("﻿<script src=\"http://cjsb.cnxianzai.com/plus/hotnews.php?aid="+aid+"&typeid="+typeid+"&need_book="+need_book+"\"  type='text/javascript' language='javascript'></script>");
	document.write("﻿<script src='http://cjsb.cnxianzai.com/plus/news.php'  type='text/javascript' language='javascript'></script>");
}
if (typeof(tid)!="undefined")
{
	var need_book = 0;
	
	document.write("﻿<script src=\"http://cjsb.cnxianzai.com/plus/list_pright.php?tid="+tid+"&need_book="+need_book+"\"  type='text/javascript' language='javascript'></script>");
}
if ((typeof(aid)=="undefined") && (typeof tid=="undefined"))
{
	var need_book = 1;
	document.write("﻿<script src=\"http://cjsb.cnxianzai.com/plus/index_pright.php?need_book="+need_book+"\"  type='text/javascript' language='javascript'></script>");
}