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

// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 513, height: 23, src: 'TickerTape.class', title: '',
		params: { codebase: './', 'text1': 'Serving our community for 60 years. A diaper is baby's most important clothing. Shouldn't she/he wear cotton?', 'speed': '40', 'framecolor': 'white', 'backcolor': 'lightGray', 'ledtype': '0', 'ledcolor': 'blue', 'LEDsize': '2' }
	});
});
// End jMedia Components


