var empty = '';

//Writes the footer
function printFooter() { 

		document.write('<div id="footer"><p><a href="http://www.oliveandivyapparel.com/index.html">home</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Man/Man.html">man</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Woman/Woman.html">woman</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Child/Child.html">child</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Accessorize/Accessorize.html">accessorize</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Sale.html">sale</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Press/Press.html">press</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/AboutUs.html">about</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/ContactUs.html">contact</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Friends.html">friends</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Stores.html">stores</a>&nbsp;|&nbsp;<a href="http://www.oliveandivyapparel.com/Shipping.html">shipping</a><form name="footerForm" action="/gdform.asp" method="post" onSubmit="return validateForm(footerForm);"><input type="hidden" name="subject" value="Add me to your list" style="margin-top: 0px;padding-top: 0px" /><input type="hidden" name="redirect" value="Gracias.html" /><table align="center" cellpadding="0" cellspacing="0"><tr><td><a href="http://twitter.com/OliveIvyApparel" target="_blank" title="follow us on twitter"><img src="/Images/twitter_icon.gif" alt="Twitter" width="25" height="25" border="0" align="absmiddle" /></a>&nbsp;<a href="http://www.facebook.com/OliveIvyApparel" target="_blank" title="like us on facebook"><img src="/Images/facebook_icon.gif" alt="Facebook" width="25" height="25" border="0" align="absmiddle" /></a> or join our mailing list:&nbsp;</td><td><input name="email" onkeydown="return event.keyCode != 13 && event.which != 13;" id="email" type="text" class="mailingListTextInput" value="enter email address" size="20" onClick="this.value=empty"/></td><td><input type="image" src="/Images/submit.gif" border="0" name="submit" /></td></tr></table></form>©2010 Olive and Ivy Apparel</p> </div>');
		
	document.write();
} 

	