document.write ('<table style="text-align: left; width: 100%; height: 100%;" class="maintable" cellpadding = "0" cellspacing="0">');
document.write ('<tbody><tr><td colspan="2">');//Main table definition
//Table first row
document.write ('<table style="text-align: center; width: 100%; height: 100%;" cellspacing="0">');
document.write ('<tr><td style="vertical-align: center;" class="pictd";>');
document.write ('<img style="width: 90px; height: 90px; float: left;" alt="exploration site" src="http://www.fighturanium.com/images/exploremess3sm2.jpg">');
document.write ('</td><td class="headerbar";>');
document.write ('<span style="font-size: 16pt; font-weight: bold; font-family: Rockwell Extra Bold; color: rgb(112, 0, 0);">FIGHT UNWANTED MINING AND EXPLORATION (FUME)</br></span>');
document.write ('<span style="color: rgb(0, 0, 0); font-size: 9pt; font-weight: bold; font-family: Helvetica,Arial,sans-serif;">');
document.write ('A group of activists dedicated to the defence of our environment and the preservation of the beauty of the Haliburton Highlands. Our aim is to change the Mining Act to '); 
document.write ('protect the rights of Ontarians by supporting the <a href="#3MP">Three Modest Proposals</a> and call for a cap on future exploration and claim staking in Southern Ontario. </span>');
document.write ('</td>');
document.write ('<td class="pictd";><img style="width: 90px; height: 90px; float: right;" alt="exploration site" src="http://www.fighturanium.com/images/exploreview1_sm.jpg"></td></tr>');
document.write ('</table></td></tr>');   
//End first row
document.write ('<tr><td rowspan="2"; style="vertical-align: top; width: 18%;">');  //Second Row
document.write ('<table style="text-align: left; width: 100%; height: 100%;"  cellspacing="0">');
document.write ('<tr><td  class="sidemenu"; style="vertical-align: top;">');
document.write ('<table>');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="campaigns.html"><b>How You Can Help Change the Mining Act</b></a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="index.html">Home</a></td></tr> ');
document.write ('<tr><td class="linktd2" style="font-size: 11pt; font-family: Helvetica,Arial,sans-serif;"><a href="news.html">!!!!NEWS!!!!</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="CBMAR_PR.html">Coalition for Balanced Mining Act Reform Press Release on the new Mining Act</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="3MP_background.html">Background on Three Modest Proposals for Mining Act reform</a></td></tr> ');
document.write ('<tr><td class="linktd1" style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="position.html">FUMEs Position Paper</a></td></tr> ');
document.write ('<tr><td class="linktd2" style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="haliburton.html">Uranium Exploration in Haliburton County</a></td></tr> ');
document.write ('<tr><td class="linktd1" style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="open_pit_article.html">What an Open Pit Mine Could Mean to You.</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="events.html">Events</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="campaigns.html">Campaigns</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="radon.html">Radon Gas</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="water.html">Uranium in Drinking Water</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="links.html">Links</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="photos.html">Photos</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="maps.html">Maps</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="aboutus.html">About FUME</a></td></tr> ');
document.write ('<tr><td class="linktd2"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="contact.html">Contact Us</a></td></tr> ');
document.write ('<tr><td class="linktd1"style="font-size: 9pt; font-family: Helvetica,Arial,sans-serif;"><a href="cume.html">Cottagers against Uranium Mining & Exploration (CUME)</a></td></tr></table></td>');
//document.write ('</tr></td>');  //End first cell 2nd row
document.write ('</tr></table></td>');  //End first cell 2nd row
function date_ddmmmyy(date)
{
  var d = date.getDate();
  var m = date.getMonth() + 1;
  var y = date.getYear();

  // handle different year values 
  // returned by IE and NS in 
  // the year 2000.
  if(y >= 2000)
  {
    y -= 2000;
  }
  if(y >= 100)
  {
    y -= 100;
  }

  // could use splitString() here 
  // but the following method is 
  // more compatible
  var mmm = 
    ( 1==m)?'Jan':( 2==m)?'Feb':(3==m)?'Mar':
    ( 4==m)?'Apr':( 5==m)?'May':(6==m)?'Jun':
    ( 7==m)?'Jul':( 8==m)?'Aug':(9==m)?'Sep':
    (10==m)?'Oct':(11==m)?'Nov':'Dec';

  return "" +
    (d<10?"0"+d:d) + "-" +
    mmm + "-" +
    (y<10?"0"+y:y);
}


//
// get last modified date of the 
// current document.
//
function date_lastmodified()
{
  var lmd = document.lastModified;
  var s   = "Unknown";
  var d1;

  // check if we have a valid date
  // before proceeding
  if(0 != (d1=Date.parse(lmd)))
  {
    s = "" + date_ddmmmyy(new Date(d1));
  }

  return s;
}

//
// finally display the last modified date
// as DD-MMM-YY
//
document.write('<td class="datetd" style="vertical-align: top; " align="right">Last updated:  '+   date_lastmodified() + '</td></tr>' );
document.write ('<td class="maintd" style="vertical-align: top;">');