{info} DISPLAY BANNER/ANNOUNCEMENT IF LIVE EVENT ON/ETC {info}
{section}
{column:width=45%}


h4. Recent updates \\

News headlines here, possibly fed off Livestream RSS or map/blog RSS \|

| *5 min*\\
ago | EVA2 has commenced. |
| *30 min*\\
ago | The team is prepping for EVA2. This will be going to Cape Point to investigate rock formations for signs of water. \\ !mdrs_eva_prep.jpg|thumbnail,border=1! !mdrs_generator.jpg|thumbnail,border=1! |
| *2 hrs*\\
ago | Engineering checkup reports issue with generator. \\  !mdrs_generator.jpg|thumbnail,border=1! |
{column}
{column:width=30%}

| h4. Follow the Journey \\
!mappreview.jpg|border=1! \\
Where have the crew travelled on 'Mars'? |

h4. Today's schedule


h4. Other stuff to factor in

* Caption / announcement / etc \|
* Some form of intro text, linking to 'about the mission' page/etc
* Facebook/Google+/Twitter integration -- comments?

{html}<iframe width='350' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' allowtransparency='true' src='http://chatroll.com/embed/chat/7fct?platform=wordpress-org&id=X7Rz56Ha3V5&uid=0&ismod=0&sig=921744072b7d9107f452baea828eeecb&w=$0'></iframe>{html}



{column}
{column:width=25%}

h4. Crew Status

{style}
   .crewstatus * { 
       font-family: helvetica,arial,sans-serif !important;
       font-size: 11px !important; 
       line-height: 15px !important;
       letter-spacing: 0px !important
    }
   .crewstatus table { width: 200px; }
{style}
{html}<div class="crewstatus">{html}
| !MDRS:Meet the Crew^Hari.jpg|border=1,width=40!\\ | _[Haritina Mogosanu|MDRS:CDR - Commander|overlay]_ \\
_Mission Commander_ \\
Location: {html}<span style="font-weight: bold;" id="haritina_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="haritina_task">...</span>{html} |
| !MDRS:Meet the Crew^Mike.jpg|border=1,width=40! | _[Mike Bodnar|MDRS:XO - First Officer|overlay]_ \\
_First Officer_ \\
Location: {html}<span style="font-weight: bold;" id="mike_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="mike_task">...</span>{html} |
| !MDRS:Meet the Crew^Annalea.jpg|border=1,width=40! | _[Annalea Beatie|MDRS:MSL - Mission Specialist Life Sciences|overlay]_ \\
_Mission Specialist_ \\
Location: {html}<span style="font-weight: bold;" id="annalea_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="annalea_task">...</span>{html} |
| !MDRS:Meet the Crew^Don.jpg|border=1,width=40! | _[Don Stewart|MDRS:FE - Flight Engineer|overlay]_ \\
_Flight Engineer_ \\
Location: {html}<span style="font-weight: bold;" id="don_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="don_task">...</span>{html} |
| !MDRS:Meet the Crew^Ali copy.jpg|border=1,width=40!\\ | _[Ali Harley|MDRS:MSP - Mission Specialist Planetary Sciences|overlay]_ \\
_Geologist_ \\
Location: {html}<span style="font-weight: bold;" id="ali_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="ali_task">...</span>{html} |
| !MDRS:Meet the Crew^Bruce.jpg|border=1,width=40! | _[Bruce Ngataierua|MDRS:HSO - Health & Safety Officer|overlay]_ \\
_Health & Safety Officer_ \\
Location: {html}<span style="font-weight: bold;" id="bruce_location">...</span>{html} \\
Task: {html}<span style="font-weight: bold;" id="bruce_task">...</span>{html} |
{html}</div>{html}


\\
\\
| h4. Weather on Mars \\
{html}\\
 <span style="display: block !important; width: 180px; text-align: center; font-family: sans-serif; font-size: 12px;"><a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:84734.1.99999&bannertypeclick=wu_simplewhite" title="Hanksville, Utah Weather Forecast"><img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannertype=wu_simplewhite_metric&airportcode=K4HV&ForcedCity=Hanksville&ForcedState=UT&zipcode=84734&language=EN" alt="Find more about Weather in Hanksville, UT" width="160" /></a><br></span>\\
 {html} |

| h4. Webcam \\
Rotate through each webcam image every 10 seconds |
{column}
{section}





{comment} ---------------------------- AJAX UPDATE ----------------------------------- {comment}
{html}
<!--
<script type="text/javascript" src="/mark/jquery-1.5.2.min.js"></script>
-->
<script src="/mark/jquery-ui.min.js"></script>
<link href="/mark/jquery-ui.css" rel="stylesheet" type="text/css"/>

<script type="text/javascript">
jQuery(document).ready(function($) {
  ajax_backgroundupdates();
});

function ajax_backgroundupdates() {
  $.ajax({
    type: "GET",
    url: "http://www.kiwispace.org.nz/mark/kiwimars/missioninfo/info_crewstatus.php",
    dataType: "script"
  });
  setTimeout("ajax_backgroundupdates()", 1000*10);
}
</script>
{html}

{comment} ----------------------------    END    ----------------------------------- {comment}