function footer(){
str_footer="";
str_footer=str_footer+"<tr>";
str_footer=str_footer+"<td align='center' colspan='3' class='clsblacksmall'>&nbsp;&nbsp;&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/campus/content/aboutcrucible.html' class='clsblacksmall'>About Crucible</a>&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/campus/content/media.html' class='clsblacksmall'>Media</a>&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/clog/clog1.html' class='clsblacksmall'>CLOG</a>&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/campus/content/quiz_master.html' class='clsblacksmall'>QuizMaster</a>&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/campus/gallery/gallery.html' class='clsblacksmall'>Gallery</a>&nbsp;|&nbsp;<a href='mailto:feedback@tatacrucible.com' class='clsblacksmall'>Feedback</a>&nbsp;|&nbsp;<a href='http://www.tatacrucible.com/campus/content/contact_us.html' class='clsblacksmall'>Contact Us</a>&nbsp;|</td>";
str_footer=str_footer+"</tr>";
return(str_footer);
}

function footerindex(){
str_footer="";
str_footer=str_footer+"<tr>";
str_footer=str_footer+"<td align='center' colspan='3' class='textWhitesmall'>&nbsp;&nbsp;&nbsp;|&nbsp;<a href='../campus/content/aboutcrucible.html' class='clsblacksmall'>About Crucible</a>&nbsp;|&nbsp;<a href='../campus/content/media.html' class='clsblacksmall'>Media</a>&nbsp;|&nbsp;<a href='../clog/clog1.html' class='clsblacksmall'>CLOG</a>&nbsp;|&nbsp;<a href='../campus/content/quiz_master.html' class='clsblacksmall'>QuizMaster</a>&nbsp;|&nbsp;<a href='../campus/gallery/gallery.html' class='clsblacksmall'>Gallery</a>&nbsp;|&nbsp;<a href='mailto:feedback@tatacrucible.com' class='clsblacksmall'>Feedback</a>&nbsp;|&nbsp;<a href='../campus/content/contact_us.html' class='clsblacksmall'>Contact Us</a>&nbsp;|</td>";
str_footer=str_footer+"</tr>";
return(str_footer);
}