
var telephone			= '0113 279 1626';
var freephone			= '0808 1444031';
var postcode			= 'LS12 7JW';
var area				= 'Yorkshire';
var proprietor			= 'John Smith';
var extraContentLabel	= 'Additional Products';



function agentTel(tollRate)
	{
	document.write(freephone);
	}
	
function bonusTitle(url)
	{
	document.write(extraContentLabel);
	}

function catchment(url)
	{
	document.write(area);
	}