// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text28' , 'Text28LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text28Link1' , '', 'tln', 'Text28',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','facebook','URL','http://www.facebook.com/pages/Deluxe-Voyages/139520192784214','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
		F_OM('Picture21' , 'Picture21LYR', 'img', 'Text28',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','facebook','URL','http://www.facebook.com/pages/Deluxe-Voyages/139520192784214','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture21A').bind('click', function(__e) { return (F_e('Picture21', F_CL, __e)); } );
	$('#Text28Link1').bind('click', function(__e) { return (F_e('Text28Link1', F_CL, __e)); } );
});
// End Actions


