/*****************
*	This Script is Copyright of Josh Gibson
*	and The Victorian Villa Inn,
*	all rights reserved. Duplication or Modification
*	without express written permission is forbidden.
*****************/


function write_villa_footer() {


var footer_text = ' <address><font size="-1" color="#660000">&copy;2002-10 The Victorian Villa Inn.&nbsp;</font></address> \
					<address><font size="-1" color="#660000">All rights reserved.</font></address> \
					<address><font size="-1" color="#660000">The Victorian Villa Inn</font></address> \
					<address><font size="-1" color="#660000">601 N Broadway St.</font></address> \
					<address><font size="-1" color="#660000">Union City Michigan 49094</font></address> \
					<address><font size="-1" color="#660000">(517) 741-7383</font></address> \
					<address><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#102;&#111;&#64;&#97;&#118;&#105;&#99;&#116;&#111;&#114;&#105;&#97;&#110;&#118;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;&#63;&#115;&#117;&#98;&#106;&#101;&#99;&#116;&#61;&#86;&#105;&#99;&#116;&#111;&#114;&#105;&#97;&#110;&#32;&#86;&#105;&#108;&#108;&#97;&#32;&#73;&#110;&#102;&#111;">&#69;&#109;&#97;&#105;&#108;&#32;&#85;&#115;</a></address>';

var image_link = '<a href="http://www.avictorianvilla.com/"><img src="http://www.avictorianvilla.com/main_images/villaFooterLogo.jpg" alt="The Victorian Villa Inn Logo" border="0" width="75" height="75">';
var image_text_link = '<a href="http://www.avictorianvilla.com/"><img src="http://www.avictorianvilla.com/main_images/villaFooterText.jpg" alt="The Victorian Villa Inn" border="0" width="185" height="25"></a>';

document.write(image_link + "<br>" + image_text_link + "<br>" + footer_text);


}

