var hn = location.hostname;
var pos = hn.lastIndexOf(".");
var where = hn.substring(pos+1);


function DisplayDAB()
{
	if (where == "ie" || where == "net" || where == "com" || where == "org")
		document.write(" <a href='http://www.datadirect-tech.co.uk/data-access/data-access.html'><img src='http://www.datadirect-tech.co.uk/data-access/pics/dab-banner.jpg ' width='224' height='160' border='0' alt='Financial Data Services Access Briefing'></a>");
}
function DisplayFS()
{
	if (where == "uk" || where == "net" || where == "com" || where == "org")
		document.write(" <a href='http://www.datadirect-tech.co.uk/financial-services.html'><img src='images/fs-banner.gif' width='224' height='160' border='0' alt='Financial Data Services Access Briefing'></a>");
}