 

//This provides the links to the branding assets for dynamic branding - usually called from the Business Link servers
var blImageConfig={bl_swish:"/CommonCode/CoBranding/images/%xgovs9k%/any/%xgovk3w%/swish.jpg",bl_logo:"/CommonCode/CoBranding/images/%xgovs9k%/any/%xgovk3w%/logo.gif",bl_alt:"Businesslink home",bl_swish_default:"/CommonCode/CoBranding/images/default/swish.jpg",bl_logo_default:"/CommonCode/CoBranding/images/default/logo.gif"}

// This is the link to the branding header css - usually called from the Business Link servers
var blStyleConfig={bl_css:"/CommonCode/CoBranding/css/snl.css"}

// This is the link to the department logo on the department server -it should be updated with teh actual path
var ogdConfig={partner_logo:"/CommonCode/images/Logos/partner_logo.gif",partner_alt:"Defra - Department for Environment, Food and Rural Affairs."}

var headerConfig={html_fragment:"<div id=\"brandingHeader\" style=\"background-image:url(%blImageConfig.bl_swish%)\">"+"<img alt=\"%ogdConfig.partner_alt%\" src=\"%ogdConfig.partner_logo%\" id=\"partner_logo\"/>"+"<img alt=\"%blImageConfig.bl_alt%\" src=\"%blImageConfig.bl_logo%\" id=\"blink_logo\"/>"+"</div>"}

// This is custom return link text by branding for use with a dynamic return link
var returnText = { 
	"bl202":"Click here to return to Business Gateway",
	"bl191":"Click here to return to NI Business Info",
	"bl203":"Click here to return to HIEBusiness.co.uk",
	"bl1000":"Click here to return to Business Link"
}

// Override these to give custom return paths based on branding
var returnLinks = { 
	"bl202":"http://lrc.businesslink.gov.uk/lrc/lrcReturn?xgovs9k=anydept&xgovr3h=anytxn",
	"bl191":"http://lrc.businesslink.gov.uk/lrc/lrcReturn?xgovs9k=anydept&xgovr3h=anytxn",
	"bl203":"http://lrc.businesslink.gov.uk/lrc/lrcReturn?xgovs9k=anydept&xgovr3h=anytxn",
	"bl1000":"http://lrc.businesslink.gov.uk/lrc/lrcReturn?xgovs9k=anydept&xgovr3h=anytxn"
}

