var zex=(Math.round(Math.random()*(4))+1);

function setSnaPic()
 {
  document.write("<img src='images/0"+zex+".gif'>");
 }

function setGroPic()
 {
  document.write("<p align='left'><img src='images/d0"+zex+".jpg'></p>");
 }

function countMe()
 {
  document.write('<a href="http://top100.rambler.ru/top100/">');
  document.write('<img src="http://top100-images.rambler.ru/top100/banner-88x31-rambler-black2.gif" width=88 height=31 border=0></a>');
  document.write('<a href="http://top100.rambler.ru/top100/"><img src="http://counter.rambler.ru/top100.cnt?687611" alt="" width=1 height=1 border=0></a>');
  document.write('<a href="http://www.liveinternet.ru/click" '+
   'target=liveinternet><img src="http://counter.yadro.ru/hit?t45.5;r'+
   escape(document.referrer)+((typeof(screen)=='undefined')?'':
   ';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
   screen.colorDepth:screen.pixelDepth))+';'+Math.random()+
   '" border=0 width=31 height=31 alt="liveinternet.ru"></a>');
 }

function goBack()
 {
  if(document.referrer.indexOf("lelostsamurai.com")==-1){ window.location="http://lelostsamurai.com/kb/";}
  else {history.back();}
 }