 var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  function mischandler(){
  alert('راست کلیک بر روی آگهی ممنوع است');
   return false;
 }
  function mousehandler(e){
 	var myevent = (isNS) ? e : event;
 	var eventbutton = (isNS) ? myevent.which : myevent.button;
    if((eventbutton==2)||(eventbutton==3))
     {
     return false;
     
     }
 }

 
function noRightClick(e)
{
 e.oncontextmenu = mischandler;
 e.onmousedown = mousehandler;
 e.onmouseup = mousehandler;
 
}

document.write('<div align=center style=margin-top:0px; margin-bottom:0px><a href=javascript:op("http://www.barantak.info/go.php?user=savin125125&id=408&security=37")><img src="http://www.barantak.info/administrator/upload/image/cc96e7153e730e3843b379264e9e6cdb1271693027.gif" width="468" height="60" border="0" id="mynameid" name="mynameid" onmousedown="noRightClick(this)" style="margin-top:0px; margin-bottom:0px" /></a> ﻿ ');document.write('<div align=center style=margin-top:0px; margin-bottom:0px><a href=javascript:op("http://www.barantak.info/go.php?user=savin125125&id=375&security=173")><img src="http://www.barantak.info/administrator/upload/image/10977119512e79ad4fc844c2b7b556751266863057.gif" width="468" height="60" border="0" id="mynameid" name="mynameid" onmousedown="noRightClick(this)" style="margin-top:0px; margin-bottom:0px" /></a> ﻿ ');
document.write('<p align="center" style="margin-top:0px; margin-bottom:0px"><a href=javascript:op("http://www.barantak.info")>کسب درامد برای وبمستر ها</a></p></div>');

document.write('<style type="text/css">');

document.write('p,div,img { ');

	document.write('margin-left: 0px; ');

	document.write('margin-top: 0px; ');

	document.write('margin-right: 0px; ');

	document.write('margin-bottom: 0px; ');

	document.write('padding: 0px; ');

	document.write('font-family:Tahoma, Arial; ');

	document.write('font-size:12px; ');

document.write('}');

document.write('a:link,a,a:hover,a:visited { ');

	document.write('text-decoration:none ');

document.write('}');

document.write('</style>');

document.write('<script language="javascript">');

	document.write('function op(url) { ');

		document.write('window.open(url);');

	document.write('}');

document.write('</script>');
