// JavaScript Document
function top()
{
var str="";
str+='<table cellpadding="0" cellspacing="0" border="0" idth="780" align="center">';
str+='<tr>';
str+='<td ><img src="images/buttons.jpg" width="681" height="34" border="0" usemap="#Map" title="">';
str+='<td>';
str+='</tr>';
str+='<map name="Map">';
str+='<area shape="rect" coords="571,3,679,30" href="contact_us.html">';
str+='<area shape="rect" coords="427,3,523,30" href="facilities.html">';
str+='<area shape="rect" coords="275,2,370,29" href="admission.html">';
str+='<area shape="rect" coords="122,4,216,29" href="about_us.html">';
str+='<area shape="rect" coords="8,4,79,27" href="index.html">';
str+='</table>'
document.write(str);
}

function bottom()
{
var str="";
str+='© Copyright <b>Tamilnadu School of Architecture</b> 2007';
document.write(str);
}

function date(){
var str="";	
str+="<script language='javascript'>document.write(displayDate());</script>";	
document.write(str);
}