function count(title,url)
{
	var counturl = '/count.asp?title='+title+'&url='+url
	openWindow(counturl,100,100);
}
