function Horo()

{
data=new Date();
month=data.getMonth();
month="Horoskop/"+month+".html"
window.location.href=month
}

function Horo2()

{
data=new Date();
month2=data.getMonth();
month2="../Horoskop/"+month2+".html"
window.location.href=month2;
}

function Horo3()

{
data=new Date();
month3=data.getMonth();
month3="../../Horoskop/"+month3+".html"
window.location.href=month3;
}
