// JavaScript Document
function lizard()
{
    var copyright = "<table width='100%' height=28 border=0 cellspacing=0 cellpadding=0>";
    copyright = copyright + "<td width=100% align=center><a href='http://www.lizardstudio.com' target=_blank class='small liz1 liz2 liz3 liz4'>Designed by LizardStudio.com</a></td>";
	copyright = copyright + "</tr></table>";
    return copyright;
}

function lizard2()
{
    var copyright = "";
    copyright = copyright + "<a href='http://www.lizardstudio.com' target=_blank class='small liz1 liz2 liz3 liz4'>Designed by LizardStudio.com</a>";
	copyright = copyright + "";
    return copyright;
}

function copyright()
{
    var copyright = "<table width='100%' height=28 border=0 cellspacing=0 cellpadding=0>";
    copyright = copyright + "<td width=100% align=center><span class=copyright>Copyright &copy; 2005 Heather McLean. All rights reserved.</span></td>";
	copyright = copyright + "</tr></table>";
    return copyright;
}
function copyright2()
{
    var copyright = "";
    copyright = copyright + "<span class=copyright>Copyright © 2005 Heather McLean. All rights reserved.</span> ";
    return copyright;
}
