/*

Andy brown scripts for cambridge carbon footprint


*/

myname=(String.fromCharCode(105,110,102,111,64))+
(String.fromCharCode(99,97,109,98,114,105,100,103,
101,99,97,114,98,111,110,102,111,111,116,112,114,105,110,116))+
(String.fromCharCode(46,111,114,103,46,117,107));

function writelink(thisname) {
document.write(String.fromCharCode(60,65,32,72,82,69,70,61,34,109,97,105,108,116,
 111,58));
 /* anchor token*/
 document.write(thisname);
 /* domain*/
 document.write(String.fromCharCode(34, 62));
 /* close domain and token*/
document.write(thisname)
 /* link text */
 document.write(String.fromCharCode(60,47,65,62)); /* closing token */
                             }
function menu_head() {
window.location.replace("http://cambridgecarbonfootprint.org") 
document.write(
"<a href=index.htm>" +
"<img src='images/smallblue.gif' alt='Cambridge Carbon Footprint'  align='top' width=125  /></a>" +
"<h2> New website </h2>" +
"This part of our site was "  +
"<br>" +
"superceded back in 2008," +
"<br>"+
" but bits of it are still " +
"<br>" +
"found by old bookmarks"  +
"<br>" +
"and search engines" +
"<br>" +
"You should have been promply" +
"<br>" +
" redirected to the new web site, " +
"<br>" +
"but if you are reading this, " +
"<br>" +
"please can you "+
"<br>" +

"<a href='http://cambridgecarbonfootprint.org'> "+
"click this link</a> " +
"<br>" +

"to get to the latest news."
)

document.write("<h3   class=menu>This page</h3>"  );

                      }

function menu_foot() {
document.write(
"<h3   class=menu>other pages </h3>" + 
"<p><a class=menu href='index.htm'>News</a></p>" + 
"<p><a class=menu href='about.htm'>About us</a></p>" + 
"<p><a class=menu href='workshops2008-9.htm'>Workshops</a></p>" + 

/* "<p><a class=menu href='events.htm'>Events</a></p>" + */
"<p><a class=menu href='footprint_links.htm'>Carbon footprint links</a></p>" + 
"<p><a class=menu href='climatechange.htm'>Climate Change</a></p>" + 
"<p><a class=menu href='action.htm'>Reducing your Footprint</a></p>" + 
"<p><a class=menu href='http://www.akashi.org.uk/'>Akashi Project</a></p>" + 
"<p><a class=menu href='newsletter.htm'>Newsletter</a></p>" + 
"<p><a class=menu href='calendar.htm'>Calendar</a></p>" + 
"<p><a class=menu href='contact.htm'>Contact</a></p>" +
"<h3   class=menu>Support </h3>" + 
"<a href='http://cambridge-live-sustcity.runtime-collective.com/ccm/portal/'>" +
"<img src='images/suscity-logo.gif' alt='Cambridge Sustainable City'  align='top' width=125 /></a><br> " +
"<a href='http://www.cat.org.uk'>" +
"<img src='images/cat_logo.gif' alt='Centre for Alternative Technology'  align='top' width=125 /></a><br>" +
"<a href='http://www.climatechallenge.gov.uk/'>" +
"<img src='images/todayschallange.gif' alt='DEFRA'  align='top' width=125 /></a><br>" +
"<a href='http://www.cambridge-news.co.uk/people/awards/communityawards/the_awards.lpf'>" +
"<img src='images/press_relief_logo.gif' alt='Press Relief'  align='top' width=125 />" +
"<br><img src='images/anglianwater.gif'  align='top' width=125 /></a><br>" +
 "<a href='http://www.awardsforall.org.uk/england/index.html'>" +
"<img src='images/awardsforall.gif' alt='Awards for All'  align='top'  /></a>" +
"<br><a href='http://www.apeuk.org/'>" +
"<img src='images/ape_logo.jpg' alt='Artists Project Earth'  align='top' width=125 /></a>"

                 );
                      }											