<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW COPYRIGHT
var pageheight	  = "50"	// SPACING ABOVE COPYRIGHT


document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write(' <a href="../eng/contact.htm">Contact</a>');


document.write('<br><br>All contents &copy; copyright 2007 ');



// EDIT THE NEXT LINE


document.write('<a href="http://www.clgoldmarathon.eu">Carlos Lopes Gold Marathon</a><br>');













   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 All rights reserved <a href="http://www.space-management.eu" target="_blank">Space Management</a> & <a href="http://www.running-portugal.com" target="_blank">Running Portugal</a><br>');
}



document.write('<br>');




//  End -->