// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',new Array(
	'Transition Started','Text12','Wipe','In From Top Left',0),'',0);
 
	F_OM('Text25' , 'Text25LYR', 'txt', 'Layout',new Array(
	'Drag Started','Text25','Start Drag','Until Mouse Up',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text25LYR').bind('mouseup', function(__e) { return (F_e('Text25', F_MU, __e)); } );
	$('#Text25LYR').bind('mouseup', function(__e) { return (F_e('Text25', F_MU, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Text19Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.idahostatesman.com/foodanddrink/story/650479.html'); } );
	$('#NavigationButton2A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.my.calendars.net/moonskitchen'); } );
	$('#Picture49A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.behindthemenu.org/Behind_the_Menu/Welcome.html'); } );
	$('#Text21Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.behindthemenu.org/Behind_the_Menu/The_Stories/Entries/2009/3/18_Moon%E2%80%99s_Goes_Back_to_the_Future!.html'); } );
	$('#Text21Link2').bind('click', function() { pageTracker._trackPageview('/outgoing/www.facebook.com/note.php?note_id=144590421178&id=58118511206&ref=mf'); } );
	$('#Text21Link3').bind('click', function() { pageTracker._trackPageview('/outgoing/www.behindthemenu.org/Behind_the_Menu/Welcome.html'); } );
	$('#Text21Link4').bind('click', function() { pageTracker._trackPageview('/outgoing/www.behindthemenu.org/Behind_the_Menu/The_Voices/Entries/2009/3/18_Moons_Kitchen.html'); } );
	$('#Text12Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.facebook.com'); } );
});
// End Analytics

