function Footer(){ //v2.0
var menu;
menu="<td colspan=5 valign=top align=center bgcolor=#FFFFFF height=20>"+
		"<table width=100% cellpadding=0 cellspacing=0 border=0>"+
		"<tr><td width=3 bgcolor=A4BDC7></td><td valign=middle align=center>"+
		"<table width=98% cellpadding=0 cellspacing=0 border=0>"+ 	
		"<tr><td class=Footers><a href=index.aspx class=Footers>Home</a></td><td class=Footers>|</td>"+ 	
		"<td class=Footers><a href='About.aspx' class=Footers>About</a></td><td class=Footers>|</td>"+ 	
		"<td class=Footers><a href='SiteMap.aspx' class=Footers>Site Map</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='Job_seekers/SeekerReg.aspx' class=Footers>Job Seekers</a></td><td class=Footers>|</td>"+ 	
		"<td class=Footers><a href='Employers/EmpReg.aspx' class=Footers>Employer</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='Serv.aspx' class=Footers>Our Services</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='http://tkhegypt.org/Learn More Now.html' class=Footers target='_blank'>Training</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='News.aspx' class=Footers>News & Events</a></td><td class=Footers>|</td>"+
		"<td class=Footers><a href='Tell.aspx' class=Footers>Tell a friend</a>"+
		//"</td><td class=Footers>|</td><td class=Footers><a href='Stories.aspx' class=Footers>Success Stories</a></td>"+
		"<tr><td class=Footers colspan=21>Copyright &copy; 2007 El Maaly, All right reserved</td></tr></table></td><td width=3 bgcolor=A4BDC7></td></tr></table></td></tr><tr><td colspan=5><img src=images/Final.jpg width=777></td></tr>"+
        "</table>"
		
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js'type='text/javascript'%3E%3C/script%3E"));


try {
var pageTracker = _gat._getTracker("UA-12153599-1");
pageTracker._trackPageview();
} catch(err) {}
		document.write(menu);
}
