function cai(num)
{	
window.open('12530_play.asp?id='+num,'sendring','top=150,left=150,width=666,height=498');	
}

function jumpto(s_str)
	{
	if (s_str !="")
	window.open("search.asp?k=" + s_str,"_blank");
	else
	return false;
	}