// JavaScript Document
function footer()
{
f="";
f=f+"<TABLE BORDER='0' CELLPADDING='0' CELLSPACING='0' width='100%' >"
f=f+"<TR><TD  align='center' colspan='3' valign='top' ><IMG SRC='images/common/spacer.gif' ALT='GlobalHunt'/><DIV   style='padding:10px;' ><a href='work-at-global-hunt.html' class='foot'>Work @ GlobalHunt</a><span class='foot'> | </span><a href='india-connect.html' class='foot'>India Connect</a><span class='foot'> | </span><a href='client-services.html' class='foot'>Client Services</a><span class='foot'> | </span><a href='contact.html#enquiry' class='foot'>Post Job Requirement</a><span class='foot'> | </span><a href='recruitment-process.html' class='foot'>Recruitment Process</a><span class='foot'> | </span><a href='company-profile.html' class='foot'>Company Profile</a><span class='foot'> | </span><a href='philosophy.html' class='foot'>Our Philosophy</a><span class='foot'> | </span><a href='our-expert-team.html' class='foot'>Our Expert Team</a><span class='foot'> | </span><a href='globalhunt-edge.html' class='foot'>GlobalHunt Edge</a><span class='foot'> | </span><a href='customer-speaks.html' class='foot'>Customer Speaks</a><span class='foot'> | </span><br><a href='board-search.html' class='foot'>Board Search</a><span class='foot'> | </span><a href='industry-verticals.html' class='foot'>Industry Verticals</a><span class='foot'> | </span><a href='functional-verticals.html' class='foot'>Functional Verticals</a><span class='foot'> | </span><a href='post-resume.html' class='foot'>Post your Resumes</a><span class='foot'> | </span><a href='how-to-make-a-resume.html' class='foot'>How to make a resume</a><span class='foot'> | </span><a href='career-articles.html' class='foot'>Career Articles</a><span class='foot'> | </span><a href='interviews-do-and-donts.html' class='foot'>Interview&rsquo;s Do&rsquo;s &  Dont&rsquo;s</a></DIV></TD></TR></TABLE>"
document.write(f)
}


function footer_home()
{
f="";
f=f+"<TABLE BORDER='0' CELLPADDING='0' CELLSPACING='0' width='100%' >"
f=f+"<TR><TD  align='center' colspan='3' ><br><IMG SRC='images/common/spacer.gif' ALT='GlobalHunt'/><DIV   style='padding-left:20px;' ><a href='work-at-global-hunt.html' class='foot'>Work @ GlobalHunt</a><span class='foot'> | </span><a href='india-connect.html' class='foot'>India Connect</a><span class='foot'> | </span><a href='client-services.html' class='foot'>Client Services</a><span class='foot'> | </span><a href='contact.html#enquiry' class='foot'>Post Job Requirement</a><span class='foot'> | </span><a href='recruitment-process.html' class='foot'>Recruitment Process</a></DIV></TD></TR></TABLE>"
document.write(f)
}