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