function top_of_page()
{
	scroll(0,0);
}

function business_card(obj, mode)
{
	obj.style.backgroundColor = (mode == 'on') ? '#FFFCF6' : '#FFFFFF';
	if (mode == 'go')
	{
		var links = obj.getElementsByTagName("a");
		if (links[0])
		{
			this.document.location.href = links[0];
		}
	}
}
