function header(path)
{
if (path=="")
	{
	path="./"
	}
document.write('<TABLE width="100%" cellpadding="0" cellspacing="0" border="0"><TR><TD width=360><IMG src="'+path+'images/inner-header.gif"  border="0"></TD><TD>.</TD><TD width=228 height=54><A href="'+path+'index.html"><IMG src="'+path+'images/dkarma-inner.gif"  alt="Dkarma" border="0"></A></TD><TD width="10"></TD><TD width=63><A href="'+path+'index.html"><IMG src="'+path+'images/logo-inner.gif" width=63 height=66 border="0"></A></TD><TD width="20"></TD></TR></TABLE>');
}


function head2(path)
{

if (path=="")
	{
	path="./"
	}
	
document.write('<TABLE width="100%" class="text" cellpadding="0" cellspacing="0" border="0"><TR><TD valign="top" align=center ><A href="'+path+'index.html"><IMG src="'+path+'images/home.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'occult/astro/index.html"><IMG src="'+path+'images/astro1.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'occult/numerology/index.html"><IMG src="'+path+'images/numerology.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'advice/index.html"><IMG src="'+path+'images/advice-inner.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'occult/tarot/index.html"><IMG src="'+path+'images/tarot1.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'game/index.html"><IMG src="'+path+'images/games-inner.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'occult/tales/index.html"><IMG src="'+path+'images/tales1.gif" border="0"></A></TD><TD valign="top" align=center ><A href="'+path+'about/index.html"><IMG src="'+path+'images/about.gif" border="0"></A></TD></TR><TR><TD align="center"><A href="'+path+'index.html" class="navlinks"><B>Home</B></A></TD><TD align="center"><A href="'+path+'occult/astro/index.html" class="navlinks"><B>Astrology</B></A></TD><TD align="center"><A href="'+path+'occult/numerology/index.html" class="navlinks"><B>Numerology</B></A></TD><TD align="center"><A href="'+path+'advice/index.html" class="navlinks"><B>Advice</B></A></TD><TD align="center"><A href="'+path+'occult/tarot/index.html" class="navlinks"><B>Tarot Reading</B></A></TD><TD align="center"><A href="'+path+'game/index.html" class="navlinks"><B>Games</B></A></TD><TD align="center"><A href="'+path+'occult/tales/index.html" class="navlinks"><B>Scary Tales</B></A></TD><TD align="center"><A href="'+path+'about/index.html" class="navlinks"><B>About Us</B></A></TD></TR></TABLE>');
}


function bottom(path)
{
document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#A830A8"><tr><td class="copy">&copy; 2010 Dkarma.com</td></tr></table>');
}