//formatView();
cml='tmzoughi';
cml2='gmail';
//alert(cml2);
TWrite=": "+"<a href=m"+"a"+"i"+"l"+"to"+":"+cml;
TWrite+="@";
TWrite+=cml2;
TWrite+=".com?";
TWrite+="subj";
TWrite+="ect=SACS-AAPT-";
TWrite+=self.name;
TWrite+=">";
//TWrite+=cml;
TWrite+="Webmaster";
//TWrite+=cml2;
TWrite+="</a>";
var imgHeight=0;
obj = document.getElementById("content");
//obj = document.getElementById("footer");
if (obj.offsetHeight){imgHeight=obj.offsetHeight;}
//alert(imgHeight);
if (imgHeight>250){imgHeight=0;}
else{imgHeight=250-imgHeight}
//alert(imgHeight);
var footertext="<DIV id=footerNP1 style=text-align:center;align:center>";
footertext+="<BR><hr color=#20dbdb width=40%>";
footertext+="</div>";
footertext+="<DIV id=footerNP2>";
footertext+="<BR><b>Copyright &copy; 1999-";
todayDate=new Date();
//alert(todayDate);
footertext+= todayDate.getFullYear();
footertext+=" SACS-AAPT. All rights reserved.</b>";
footertext+="</div>";
footertext+="<DIV id=footerNP3><BR>For information about this page, please contact";
footertext+=TWrite;
footertext+=".<br>";
footertext+="<b>Last modified:</b>";
footertext+= document.lastModified ;
footertext+=" UT";
footertext+="</div>";
footertext+="<DIV id=footerNP4>";
footertext+="<b>URL:</b> ";
footertext+= document.URL;
footertext+="</div>";
footertext+="<DIV id=footerNP5><DIV id=footerNP6>";
footertext+="<p><a href='";
numlocation=docURL.lastIndexOf('#');
var docURL1=docURL;
if(numlocation>0){docURL1=docURL.substring(0,numlocation);}
//alert(numlocation+"\n"+docURL1);
footertext+= docURL1;
footertext+="'>Click to go back to normal view</a></p>";
footertext+="</div></div>";

document.write(footertext);

 



