// This file will allow us to rmote change branding on client sites should we need to
// a = the type of brainding, footer, etc.
// b = the image from the server that we want to use
// c = FFU
// d = FFU
// e = FFU
function buildBranding(a,b,c,d,e){
	document.write("<a href='http://neoscape.com/clientsites/' title='Site By Neoscape'><img src='http://neoscape.com/_remotebranding/logos/"+a+"/"+b+".gif' alt='site by neoscape Logo' /></a>");
}