if (self.parent.frames.length != 0) self.parent.location="http://strit.com.ru";  







function iPopup(source, x, y, title) {
	WinFeatures = 'width='+1+',height='+1+',resizable=no,left=20,top=20,scrollbars=no,status=no,toolbar=no,menubar=no,directories=no';
	html = '<html><head><title>'+title+'</title></head><body style="background: FFFBED; overflow: hidden; padding: 5px; margin: 0;"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr valign="middle"><td align="center" height="100%"><a href="#" onclick="window.close(); return false;"><img alt="Закрыть окно" src="'+source+'" width="'+x+'" height="'+y+'" border="0"></a></td></tr></table></body></html>'
	iWin = window.open('', 'iWindow', WinFeatures);
	iWin.document.write(html);
	iWin.document.close();
	iWin.resizeTo(x+80, y+100)
	iWin.focus();
	return false;
}




function PNZRU() {
document.cookie="pnz=1; path=/";
	document.write('<a href="http://www.pnz.ru/rating.php?tid=catalog"><img border="0" src="http://www.pnz.ru/afgh.php?id=822&amp;ct=5&amp;ref='+escape(document.referrer)+'&amp;coo='+(document.cookie?"y":"n")+'" width="88" height="31" alt="Penza-Top"></a>');
}


function getDaysLeft(oDeadLineDate, oToday){
  return oDeadLineDate > oToday ? Math.ceil((oDeadLineDate - oToday) / (1000 * 60 * 60 * 24)) : null;
}

function MkDaysLeft(sDeadLineDate, sDeadLineText){
  var oToday = new Date();
  var sTime = sDeadLineDate + " " + oToday.getHours() + ":" + oToday.getMinutes() + ":" + oToday.getSeconds();
  var oDeadLineDate = new Date(sTime);
  var nDaysLeft = getDaysLeft(oDeadLineDate, oToday);
  if (nDaysLeft){
    var sDaysLeft = String(nDaysLeft);
    var sDaysText = "дней";
    var nDaysLeftLength = sDaysLeft.length;
    if (sDaysLeft.charAt(nDaysLeftLength - 2) != "1"){
      if (sDaysLeft.charAt(nDaysLeftLength - 1) == "2" || sDaysLeft.charAt(nDaysLeftLength - 1) == "3" || sDaysLeft.charAt(nDaysLeftLength - 1) == "4"){
        sDaysText = "дня";
      }else if (sDaysLeft.charAt(nDaysLeftLength - 1) == "1"){
        sDaysText = "день";
      }
    }
    var sLeftText = sDaysText == "день" ? "остался" : "осталось";
    document.write(sDeadLineText + " " + sLeftText + " <b style='color: red'>" + nDaysLeft + " " + sDaysText + "!</b>");
  }else{
    document.write("Стрит завершился. Ждем отзывов!");
  }
}
//MkDaysLeft("April 8, 2006", "До открытия Стрита&nbsp;2006");



function email_render ( ml_1, ml_2, ml_3, the_text ) {
	if ( the_text )
		document.write( "<a href=\"#\" onclick=\"return email_send('"+ml_1+"', '"+ml_2+"', '"+ml_3+"')\">" + the_text + "</a>" );
	else
		document.write( "<a href=\"#\" onclick=\"return email_send('"+ml_1+"', '"+ml_2+"', '"+ml_3+"')\">email</a>" );
}
function email_send (ml_1, ml_2, ml_3) {
	location.href = 'mailto:'+ml_3+'@'+ml_2+'.'+ml_1;
	return false;
}