Announcements

<?php
//load the view by name
$view = views_get_view('AnnouncementsView');
//output the view
print views_build_view('embed', $view);
?>

<?php
/*
$block = module_invoke('views', 'block', 'view', AnnouncementsView);
if ($block['content']) {
$output = "

\n";
$output .= "

".$block['subject']."

\n";
$output .= "

".$block['content']."

\n";
$output .= "

\n";
print $output;
}
*/
?>

There will be no lunch seminar (November 4th) this week. The week after is Veteran's day (Nov 11th) and the week after that Dan won't be in town (Nov 18th). The next RAEL lunch session will thus be on the 25th and featuring Laura Stachel.

For more information please see the details of the event.