/* JavaScript file to create the Include...in this case, a page footer.

Make sure that there are no double quotes inside the variable
otherwise you will get a JavaScript error. Also, there must be
no carriage returns in the variable string as JavaScript will
interpret them as a new line and you will get error codes.

The variable "footer_2" is used in the document write function
on the HTML page.

*/

var footer_2="<center><font face='Arial' size='-1' color='#000000'><a href='http://ekco-radar.co.uk' target='_top'><img src='http://ekco-radar.co.uk/images/homelogo1.jpg' width='22' height='22' border='0' title='Home Page'></a> + Design - <a href='mailto:david.forward@ekco-radar.co.uk'>Dave Forward</a> | <a href='http://davidforward.co.uk/lazarus/index.php' target='_top'>View Guest Book</a> | <a href='http://malmesbury-memories.co.uk' target='_top'>MM</a> <a href='http://davidforward.co.uk/copyright.php' target='_top'>&#169; 1999</a> - <a href='http://davidforward.co.uk/copyright.php' target='_top'>2009 &#169;</a> <a href='http://malmesbury-memories.co.uk' target='_top'>MM</a> | <a href='http://davidforward.co.uk/lazarus/addentry.php' target='_top'>Sign Guest Book</a> | <a href='mailto:chris.poole@ekco-radar.co.uk'>Chris Poole</a> - Content + <a href='http://ekco-radar.co.uk' target='_top'><img src='http://ekco-radar.co.uk/images/homelogo.jpg' width='22' height='22' border='0' title='Home Page'></a></font></center>"


























