// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture36' , 'Picture36LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture36','Fly','In From Right',0),'',0);
 
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly','In From Right',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(function() {
	$("#WindowsMediaPlayer1").media({width: 487, height: 297, src: 'JAN2011-NTP  Lg_Prog001.wmv', autoplay: true});
});
// End jMedia Components


