
var path = document.location.pathname;
var dir = path.substring(path.indexOf('/',0)+1, path.indexOf('/',1));



if (dir=="/")
{

}

else
{

// Astrology 
if (dir=="astrology")
{
dir="Astrology"
link="http://www.findmyfate.com/astrology/astrology.htm"
}

// chineseastro 
if (dir=="chineseastro")
{
dir="Chinese Astrology"
link="http://www.findmyfate.com/chineseastro/chinese.htm"
}

// indianastro/indastro.htm
if (dir=="indianastro")
{
dir="Indian Astrology"
link="http://www.findmyfate.com/indianastro/indastro.htm"
}


// Gemology 
if (dir=="gemology")
{
dir="Gemology"
link="http://www.findmyfate.com/gemology/gemology.htm"
}

// Palmistry 
if (dir=="palmistry")
{
dir="Palmistry"
link="http://www.findmyfate.com/palmistry/palmistry.htm"
}

// Palmistry 
if (dir=="palmistry")
{
dir="Palmistry"
link="http://www.findmyfate.com/palmistry/palmistry.htm"
}

// Dreams
if (dir=="dreams")
{
dir="Dreams"
link="http://www.findmyfate.com/dreams/dreams.htm"
}

// Compatibility
if (dir=="compatibility")
{
dir="Compatibility"
link="http://www.findmyfate.com/compatibility/compat.html"
}

// Numerology
if (dir=="numerology")
{
dir="Numerology"
link="http://www.findmyfate.com/numerology/numerology.html"
}

// Graphology
if (dir=="handwriting")
{
dir="Graphology"
link="http://www.findmyfate.com/handwriting/graphintro.html"
}

// Death Meter
if (dir=="deathmeter")
{
dir="Death Clock"
link="http://www.findmyfate.com/deathmeter/deathmtr.html"
} 

// Vaasthu
if (dir=="vaasthu")
{
dir="Vaasthu"
link="http://www.findmyfate.com/vaasthu/vaasthuintro.html"
} 

document.write("<b><font color=red face=arial size=-1>");
document.write("<a href=http://www.findmyfate.com >Home</a></font>");
document.write("<font color=red face=arial size=-1>  >> </font>");
document.write("<font color=red face=arial size=-1><a href="+link+">"+dir+"</a></font><BR><br></b>");



}
