// inserts special events onto webpages: saves having to reedit entire website

var now = new Date();
 var monthnumber = now.getMonth()+1;
 var monthday    = now.getDate();
 if ( monthday<10)  { monthday='0'+monthday;}
 var year  = now.getYear();
 if (year < 2000) { year = year + 1900; }
 var dtnum= '  '+year+monthnumber+monthday;
 var dy = '8th March';

	document.write('<p>&nbsp;</p>');
	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
	document.write('<p>Visit <br><a href="http://www.mallaigoralhistory.org.uk">Mallaig Oral History Project</a><br> - our newest local history resource. </p>');
	document.write('</td></tr></table>');


	document.write('<p>&nbsp;</p>');
	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
	document.write('<p><strong>NEW </strong><br>"When the fishing was on"<br>- a new DVD about Mallaig\'s fishing industry<br>');

	document.write('<a href="http://www.mallaigheritage.ukfsn.org/services/mhcsales.htm">Buy a copy here</a>');
document.write('</p></table>');

if (pagecode >0) {
//if (pagecode < 251) {
//	document.write('<p>&nbsp;</p>');
//	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
//	document.write('<p><strong>Search </strong>census returns for North Morar and the Small Isles  <br><a href="http://www.mallaigheritage.ukfsn.org/census/searchcensus.php">here</a></p></table>');
//	 }
//	 else
//	 {
//	document.write('<p>&nbsp;</p>');
//	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
//	document.write('<p>Looking for books about Mallaig and West Lochaber? <br>- check out the <a href="http://www.mallaigheritage.ukfsn.org/shop/mhcshop.php">Mallaig Heritage Centre Shop</a></p>');
//	document.write('</td></tr></table>');
//	}

if (pagecode==13) {
	document.write('<p>&nbsp;</p>');
	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=mallaigheritagec&o=2&p=8&l=as1&asins=1899863214&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
	document.write('</td></tr></table>');
	}
if (pagecode==10) {
	document.write('<p>&nbsp;</p>');
	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=mallaigheritagec&o=2&p=8&l=as1&asins=1898410933&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
	document.write('</td></tr></table>');
	}
if (pagecode==15) {
	document.write('<p>&nbsp;</p>');
	document.write('<table width="100%" border="1" cellpadding="3" align="center" bgcolor="white"><tr><td align="center">');
	document.write('<iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=mallaigheritagec&o=2&p=8&l=as1&asins=B000F3AHX2&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
	document.write('</td></tr></table>');
	}
}
