var txt = ''

txt += "<div id='footer_widget' align='center'>";
txt += "<div id='other_applications'>";
txt += "<div id='application_content'>";
txt += "<div id='footer_app_title'>Our applications</div>";
txt += "<div id='application_logos'>";
txt += "<a href='http://www.eserviceplace.com' target='_blank' ><img src='http://gen.absolut-e.com/images/applications/eserviceplace.png' alt='eServicePlace' /></a>";
txt += "<a href='http://www.eduhelp.in' target='_blank' ><img src='http://gen.absolut-e.com/images/applications/eduhelp.png' alt='eduhelp' /></a>";
txt += "<a href='http://www.pairworks.com' target='_blank' ><img src='http://gen.absolut-e.com/images/applications/pairworks.png' alt='Pairworks' /></a>";
txt += "<a href='http://www.pureapp.com' target='_blank' ><img src='http://gen.absolut-e.com/images/applications/pureapp.png' alt='Pureapp' /></a>";
txt += "<div id='check_out_link'>";
txt += "<a href='/gen/complete_applications' target='_blank' >Check out our complete list of applications</a>";
txt += "</div>";
txt += "</div>";
txt += "</div>";
txt += "</div>";
txt += "<hr/>";	
txt += "<table>";
txt += "<tr>";
txt += "<th>";
txt += "Learn About Us";
txt += "</th>"
txt += "<th>";
txt += "Support Links";
txt += "</th>"
txt += "<th>";
txt += "Additional Links";
txt += "</th>"
txt += "</tr>"
txt += "<tr>";
txt += "<td>";
txt += "<div>";
txt += "<ul>";
txt += "<li>";
txt += "<a href='/gen/contact_us'>Contact Us </a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='/gen/about_us'>About Us </a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='http://www.absolut-e.com/team.html'>Team </a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='http://www.absolut-e.com/press_release.html'>Press Release</a>";
txt += "</li>"
txt += "</ul>"
txt += "</div>"
txt += "</td>"
txt += "<td>";
txt += "<div>";
txt += "<ul>";
txt += "<li>";
txt += "<a href='/help'>Help</a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='/search'>Search </a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='/faq'>FAQ </a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='http://absolut-e-blog.blogspot.com/'>Blog </a>";
txt += "</li>"
txt += "</ul>"
txt += "</div>"
txt += "</td>"
txt += "<td>";
txt += "<ul>";
txt += "<li>";
txt += "<a href='/sitemap'>Site Map</a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='/link_exchange'>Link Exchange</a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='http://www.absolut-e.com/user_agreement.html'>User Agreement</a>";
txt += "</li>"
txt += "<li>";
txt += "<a href='http://www.absolut-e.com/privacy_policy.html'>Privacy Policy</a>";
txt += "</li>"
txt += "</ul>"
txt += "</td>"
txt += "</tr>"
txt += "</table>"
txt += "</div>"

document.write(txt);
