// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly','In From Right',0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text3','Fly','In From Left',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 650, height: 22, src: 'TickerTape.class', title: '',
		params: { codebase: './', 'text1': 'Call us today for all your residential or commercial security needs.', 'speed': '37', 'framecolor': 'white', 'backcolor': 'white', 'ledtype': '2', 'ledcolor': 'darkGray', 'LEDsize': '2' }
	});
});
// End jMedia Components


