// JavaScript Document
function writefooter () {
//document.write ("<div class=\"footer\"><a href=\"legal.htm\" style=\" text-decoration:none; color:#ffffff; float:right; padding-right:15px;\">Important Legal Notices</a>&copy;2006 Vapps LLC.</div>")
document.write ("<div class=\"footer\">&copy;2006 Vapps LLC.</div>");
};