
// only need to support the non-.Net fronts
var g_arrFrontDoors = new Array(
	"/allsport/",
	"/bridgeman/",
	"/foodpix/",
	"/hulton/",
	"/illustrationworks/",
	"/nationalgeo/",
	"/tib/"
	);

var g_arrFrontDoorsUrl = new Array(
	"/index3.php",
	"/index3.php",
	"/index3.php",
	"/index3.php",
	"/index3.php",
	"/index3.php",
	"/index3.php"
	
	);


