function footer(){

document.write('<table border="0" cellpadding="0" cellspacing="0" align="center" width="1000px" class="bottomtext" bgcolor="#F0F0F0">');
document.write('<tr align="left">');
document.write('<td width="220" rowspan="2" align="left" height="25"><a href="demo.html"><img src="images/free.png" onmouseover=this.src="images/free1.png" onmouseout=this.src="images/free.png" border="0"/></a></td>');
document.write('<td width="70" height="25"><a href="index.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Home</a></td>');
document.write('<td width="70" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Features</a></td>');
document.write('<td width="200" height="25"><a href="customer.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Who is using PriceTech Solutions?</a></td>');
document.write('<td width="70" height="25"><a href="team.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">About us</a></td>');
document.write('<td width="80" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Help</a></td>');
document.write('</tr>');
document.write('<tr align="left">');
document.write('<td width="70" height="25"><a href="contact.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Contact us</a></td>');
document.write('<td width="70" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Videos</a></td>');
document.write('<td width="200" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Support</a></td>');
document.write('<td width="70" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Training</a></td>');
document.write('<td width="80" height="25"><a href="blank.html" style="text-decoration:none;" class="bottomtext" onmouseover=this.style.color="#333333" onmouseout=this.style.color="#999999">Terms of use</a></td>');
document.write('</tr>');
document.write('</table>');
}
footer();
