// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture18' , 'Picture18LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://www.stickam.com/judsonbaptistchurch',0),'',0);
 
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture18',new Array(
		'Visit us on facebook','RectangleHotspot1','Visit us on facebook','',0,
		'Clicked','Layout','Go To','http://www.facebook.com/pages/San-Bernardino-CA/Judson-Baptist-Church/129981750447',0),5,16,64,68);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash3").media({ width: 147, height: 69,
		src: './assets/applets/Login2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components


