// <!--
// Global Functions

var TOTNUM=13, RndNum=0;

var earUsed=new Array(); earUsed[0]=""; earUsed[1]=""; earUsed[2]=""; earUsed[3]="";
var earUsedLast=0;

var GNUM=new Array(), GDIR=new Array(), GNAM=new Array();

																					 

function mOvr(src,clrOver){if (!src.contains(event.fromElement)){src.bgColor = clrOver;}} 
function mOut(src,clrIn){if (!src.contains(event.toElement)){src.style.cursor = "default";src.bgColor = clrIn;}}

function Submit_onclick() {
	if (Form.email.value == "введите@ваш.адрес" || Form.email.value == "") {
		alert("Вы не сможете подписаться, не введя своего адреса.");
		return false;
	} else {
		return true;
	}
}


function LastChange() {
	LastDate = new Date(document.lastModified);

	LastDay = LastDate.getDate();				// узнаю число
	LastMonth = LastDate.getMonth()+1;	// узнаю месяц
	LastYear = LastDate.getYear();			// узнаю год

	LastYear = LastYear % 100;
	LastYear = ((LastYear < 50) ? (2000 + LastYear) : (1900 + LastYear));

	if (LastMonth==1) {LastMonth='января'};
	if (LastMonth==2) {LastMonth='февраля'};
	if (LastMonth==3) {LastMonth='марта'};
	if (LastMonth==4) {LastMonth='апреля'};
	if (LastMonth==5) {LastMonth='мая'};
	if (LastMonth==6) {LastMonth='июня'};
	if (LastMonth==7) {LastMonth='июля'};
	if (LastMonth==8) {LastMonth='августа'};
	if (LastMonth==9) {LastMonth='сентября'};
	if (LastMonth==10) {LastMonth='октября'};
	if (LastMonth==11) {LastMonth='ноября'};
	if (LastMonth==12) {LastMonth='декабря'};

	document.write ("Последнее обновление: ", LastDay, "&nbsp;", LastMonth, "&nbsp;", LastYear, " года<br>");
}


/*


*/


// -->