//With all your questions, please, write to nDraw as our address on @yandex.ru

//################ TRACKER #####################
function tracker() {
	var a = document.write

	document.open();
	a("<IFRAME src=\"tracker.htm\" WIDTH=\"1\" HEIGHT=\"1\" SCROLLING=\"no\" FRAMEBORDER=\"0\" MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" ></IFRAME>");
	document.close();
}

//################ GOOGLE ADSENSE #####################
function adsense() {
	var a = document.write

	document.open();
	a("<HR NOSHADE SIZE=\"3\" WIDTH=\"100%\" COLOR=\"#00FF00\"><BR>");
	a("<CENTER><IFRAME align=\"center\" src=\"zadsense-keyherbs-mex.htm\" WIDTH=\"728\" HEIGHT=\"90\" SCROLLING=\"no\" FRAMEBORDER=\"0\" MARGINHEIGHT=\"0\" MARGINWIDTH=\"0\" ></IFRAME></CENTER>");
	document.close();
}



// ############ PAGING for content's files #############
function head() {return true;} 
function bodytop() {return true;} 
function bodybot() {tracker();}
function myload() {return true;}
function myexit() {return true;} 
function footer() {adsense();} // return true;


// ###################### E-MAIL #######################
function mail(d) {
var d=this.window.location.href.substring(this.window.location.href.indexOf(':')+3, this.window.location.href.length);

temp_win= open("zml.htm?"+d, "maild", "width=620,height=450,status=0,toolbar=0,menubar=0,location=0,directories=0,scrollbars=1,resizable=1,copyhistory=1");

temp_win.focus();
}
