
/***************************************************************************
 Copyright (C) 2004-2008 Ioan Dumitru - www.resurse-ortodoxe.ro
 email: admin@resurse-ortodoxe.ro

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
****************************************************************************/


time=new Date();
var Luna=time.getMonth() + 1;
var An=time.getYear()+1900;
var Zi=time.getDate();
var Zi_Nume = time.getDay();

Zi_Num = Zi
Luna_Nume = Luna
Luna += ""
Zi += ""
if (Luna.length != 2) Luna = "0" + Luna
if (Zi.length != 2) Zi = "0" + Zi
function MakeArray(n)
{
this.length=n
return this
}

ZiNume=new Array ("Duminica","Luni","Marti","Miercuri","Joi","Vineri","S&acirc;mbata")
LunaNume=new Array (" ","ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie")
myicon= new Image()
myicon.src= "http://calendar-ortodox.crez.ro/calendarul-zilei/icoane/"+LunaNume[Luna_Nume]+"/"+Zi+Luna+".jpg"
var Up = "<TABLE cellspacing=0 cellpadding=1 border=0 width=" + Latime + " bgcolor='" + Culoare_tabel + "'><TR><TD>"
Latime = Latime -4
Up += "<TABLE cellspacing=0 cellpadding=1 border=0><TR><TD style='font-size:" + Dimensiune_font_tabel + "; text-align:center' width='100%' bgcolor='" + Culoare_tabel + "'>"
Up += "<font face='Verdana,Arial,Geneva; font-size:" + Dimensiune_font_tabel + "' color='" + Culoare_font_tabel + "'><strong>"
Up += Titlu_tabel + "<br>"
Up += ZiNume[Zi_Nume] + ", " + Zi_Num + "&nbsp;" + LunaNume[Luna_Nume]+ "&nbsp;" + An
Up += "</strong></font>"
Up += "</TD></TR><TR><TD bgcolor='" + Culoare_fereastra_principala + "'><img src='http://www.noutati-ortodoxe.ro/my_trans.gif' width=" + Latime + " height=1><br>"
var Content_style_1 = "<font style='font-size:" + Dimensiune_font_principal + "; color:" + Culoare_font_principal + "'>"
var Content_style_2 = "</font>"
var Down = "</TD></TR><TR><TD style='font-size:10px' align='center' bgcolor='" + Culoare_tabel + "'><font face='Verdana,Arial,Geneva' color='" + Culoare_font_tabel + "'><em><a href='http://calendar-ortodox.crez.ro/' target='_blank' style='color: " + Culoare_font_tabel + "; background: transparent; FONT-FAMILY: arial, verdana, geneva; text-decoration: underline; font-size:10px'> oferit de calendar-ortodox.crez.ro </a></em></font></TD></TR></TABLE></TD></TR></TABLE>";

document.write(Up)
document.write('<img src="'+myicon.src+'" name="myImage" width=' + Latime +' border=0 >')
document.write(Content_style_1+"<script language='JavaSc" + "ript' src='")
// document.write("http://localhost/calendarul zilei - feed/calendarul_zilei.js'></script>")
document.write("http://calendar-ortodox.crez.ro/calendarul-zilei/calendarul_zilei.js'></script>")



