function getMore(url)
{
    window.open(url, 'morish', 'width=680,height=400,scrollbars=yes,status=yes');
}
function get_cc(id)
{
	document.write("["+get_cc_count(id)+"]");
}
function get_cc_count(id)
{
	for ( i = 0 ; i < cc.length ; i+= 2 )
	{
		if ( cc[i] == id )
			return cc[i+1] ;
	}
	return 0 ;
}
var cc=[0,0];
