// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Intship' , '', 'sel', 'Layout',new Array(
	'Page Loaded','Intship','Restore Default Selection','',0,
	'Change','Intship','Focus','',0),'',0,'Intship');
 
	F_OM('FormsRadioButton13' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('1'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton31' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('10'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton40' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('2'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton32' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('11'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton41' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('3'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton33' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('12'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton42' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('4'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton34' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('13'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton43' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('5'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton35' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('14'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton44' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('6'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton36' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('15'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton45' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('7'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton37' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('16'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton46' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('8'),0),'',0,'FormsRadioButton13','');
 
	F_OM('FormsRadioButton47' , '', 'rad', 'Layout',new Array(
	'Clicked','Intship','Select',F_Exp('9'),0),'',0,'FormsRadioButton13','');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsRadioButton13').bind('click', function(__e) { return (F_e('FormsRadioButton13', F_CL, __e)); } );
	$('#FormsRadioButton31').bind('click', function(__e) { return (F_e('FormsRadioButton31', F_CL, __e)); } );
	$('#FormsRadioButton40').bind('click', function(__e) { return (F_e('FormsRadioButton40', F_CL, __e)); } );
	$('#FormsRadioButton32').bind('click', function(__e) { return (F_e('FormsRadioButton32', F_CL, __e)); } );
	$('#FormsRadioButton41').bind('click', function(__e) { return (F_e('FormsRadioButton41', F_CL, __e)); } );
	$('#FormsRadioButton33').bind('click', function(__e) { return (F_e('FormsRadioButton33', F_CL, __e)); } );
	$('#FormsRadioButton42').bind('click', function(__e) { return (F_e('FormsRadioButton42', F_CL, __e)); } );
	$('#FormsRadioButton34').bind('click', function(__e) { return (F_e('FormsRadioButton34', F_CL, __e)); } );
	$('#FormsRadioButton43').bind('click', function(__e) { return (F_e('FormsRadioButton43', F_CL, __e)); } );
	$('#FormsRadioButton35').bind('click', function(__e) { return (F_e('FormsRadioButton35', F_CL, __e)); } );
	$('#FormsRadioButton44').bind('click', function(__e) { return (F_e('FormsRadioButton44', F_CL, __e)); } );
	$('#FormsRadioButton36').bind('click', function(__e) { return (F_e('FormsRadioButton36', F_CL, __e)); } );
	$('#FormsRadioButton45').bind('click', function(__e) { return (F_e('FormsRadioButton45', F_CL, __e)); } );
	$('#FormsRadioButton37').bind('click', function(__e) { return (F_e('FormsRadioButton37', F_CL, __e)); } );
	$('#FormsRadioButton46').bind('click', function(__e) { return (F_e('FormsRadioButton46', F_CL, __e)); } );
	$('#FormsRadioButton47').bind('click', function(__e) { return (F_e('FormsRadioButton47', F_CL, __e)); } );
	$('#Intship').bind('change', function(__e) { return (F_e('Intship', F_CH, __e)); } );
});
// End Actions

