var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=100% border=0 cellspacing=0 cellpadding=1>")
document.write("<tr>")
document.write("<td height=36 background=images/footer_bar.jpg class=text4 ><div align=left>")
document.write("<font color=#FFFFFF>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&copy; "+currentyear +" Vivian Regina. All rights reserved</td>")
document.write("</tr>")
document.write("</table>")