function displayEmail(prefix)
{
	document.write('<a href="mai'+'lto:'+prefix+'@'+'trends'+'fusion.com">'+prefix+'@'+'trendsfu'+'sion.com</a>');
}

function companies()
{
	window.open('companies.html', 'companies', 'width=340,height=340');
}

function cb(prod, link)
{
	document.write('<a href="http://2005v.com/go_to.php?name='+prod+'&ref='+escape(document.referrer)+'">'+link+'</a>');
}