<!-- Start FOOTER

// NOTE: If you use a ' add a slash before it like this \'


var showallweb		= "no"		// SHOW ALLWEBCO COPYRIGHT


document.write('<table cellpadding="6" cellspacing="0" border="0" width="100%" class="footertext"><tr><td align="left" valign="top" colspan="2" class="footermenu">');


// START FOOTER MENU LINKS


document.write('<a href="index.html" target="_top">Home</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="solutions.htm" target="_top">Solutions</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="index.html" target="_top">Contact</a>');





document.write('</td></tr><tr><td align="left" valign="top" width="50%">');

document.write('&copy;Copyright 2011 ');

document.write('<a href="index.html" target="_top">DreamsEnd.com</a> ');

document.write('All Rights Reserved<br>');






document.write('</td><td align="right" valign="top" width="50%">');

   if (showallweb == "yes") {
document.write('Site Design <a href="http://allwebcodesign.com" target="_top">Allwebco Design</a>');
document.write(' &amp; <a href="http://allwebco.com" target="_top">Hosting</a> &copy;2010<br>');
}
else{
document.write('&nbsp;<br>');
}

document.write('</td></tr></table>');

//  End -->
