// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture541' , 'Picture541LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','../html/south-east-metropolitan.html',0),'',0);
 	F_OM('Picture555' , 'Picture555LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','../html/burnley---pendle.html',0),'',0);
 	F_OM('Picture556' , 'Picture556LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','../html/north-west-metropoloitan.html',0),'',0);
 	F_OM('Picture560' , 'Picture560LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','../html/west-yorkshire.html',0),'',0);
 	F_OM('Picture568' , 'Picture568LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','../html/kent.html',0),'',0);
 	F_OM('LayoutRegion4' , 'LayoutRegion4LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture541A').bind('click', function(__e) { return (F_e('Picture541', F_CL, __e)); } );
	$('#Picture555A').bind('click', function(__e) { return (F_e('Picture555', F_CL, __e)); } );
	$('#Picture556A').bind('click', function(__e) { return (F_e('Picture556', F_CL, __e)); } );
	$('#Picture560A').bind('click', function(__e) { return (F_e('Picture560', F_CL, __e)); } );
	$('#Picture568A').bind('click', function(__e) { return (F_e('Picture568', F_CL, __e)); } );
});
// End Actions


