function footer(){
document.write('<link rel="stylesheet" href="footercss.css" type="text/css">');
document.write('<div align="center">');
document.write('<a href="index.html" style="font-size:13px; font-color:#999999; text-decoration:none">Home</a>  |');
 document.write('<a href="AboutCGS.html" style="font-size:13px; font-color:#999999; text-decoration:none"> About CGS</a>  |');
document.write('<a href="Testimonials.html" style="font-size:13px; font-color:#999999; text-decoration:none"> Testimonials</a>  |');
document.write('<a href="STS.html" style="font-size:13px; font-color:#999999; text-decoration:none"> Sample Training Seminar</a>  |');
document.write('<a href=" ContactUs.html" style="font-size:13px; font-color:#999999; text-decoration:none"> Contact Us</a>');
document.write('</div>');
}




         
