function call(obj)
{
	if (obj.firstChild && obj.firstChild.nodeName == 'A')
		location = obj.firstChild.href;
}
